Rust f32::asinh

Time bar (total: 12.5s)

analyze0.0ms (0%)

Memory
0.4MiB live, 0.4MiB allocated
Algorithm
search
Search
ProbabilityValidUnknownPreconditionInfiniteDomainCan'tIter
0%0%99.6%0.4%0%0%0%0
100%99.6%0%0.4%0%0%0%1
Compiler

Compiled 4 to 4 computations (0% saved)

sample348.0ms (2.8%)

Memory
31.1MiB live, 700.7MiB allocated
Samples
259.0ms8 256×0valid
Precisions
Click to see histograms. Total time spent on operations: 146.0ms
ival-asinh: 138.0ms (94.5% of total)
ival-true: 5.0ms (3.4% of total)
ival-assert: 3.0ms (2.1% of total)
Bogosity

preprocess15.0ms (0.1%)

Memory
-15.6MiB live, 22.6MiB allocated
Algorithm
egg-herbie
Rules
12×sub-neg
+-lowering-+.f64
+-lowering-+.f32
+-commutative
+-commutative
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
059
1119
2159
3189
4229
5299
6369
0912
11312
01311
Stop Event
iter limit
saturated
saturated
Calls
Call 1
Inputs
(copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x)
Outputs
(copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
Call 2
Inputs
(asinh x)
(asinh (neg x))
(neg (asinh (neg x)))
Outputs
(asinh x)
(asinh (neg x))
(neg (asinh (neg x)))

explain328.0ms (2.6%)

Memory
19.6MiB live, 297.2MiB allocated
FPErrors
Click to see full error table
Ground TruthOverpredictionsExampleUnderpredictionsExampleSubexpression
1272(-2.06229724426521e-5)2(0.015010612085461617)(log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))))
570-0-(sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))
00-0-#s(literal 1 binary32)
00-0-(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
00-0-(*.f32 x x)
00-0-(+.f32 (*.f32 x x) #s(literal 1 binary32))
00-0-(+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))
00-0-x
00-0-(fabs.f32 x)
Explanations
Click to see full explanations table
OperatorSubexpressionExplanationCount
log.f32(log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))))sensitivity1273
sqrt.f32(sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))oflow-rescue570
(+.f32 (*.f32 x x) #s(literal 1 binary32))overflow57
(*.f32 x x)overflow57
Confusion
Predicted +Predicted -
+1824
-268
Precision
0.9891304347826086
Recall
0.978494623655914
Confusion?
Predicted +Predicted MaybePredicted -
+18231
-2068
Precision?
0.9893048128342246
Recall?
0.9946236559139785
Freqs
test
numberfreq
072
1184
Total Confusion?
Predicted +Predicted MaybePredicted -
+100
-000
Precision?
1.0
Recall?
1.0
Samples
35.0ms366×0valid
34.0ms146×1valid
Compiler

Compiled 128 to 40 computations (68.8% saved)

Precisions
Click to see histograms. Total time spent on operations: 50.0ms
ival-log: 14.0ms (27.8% of total)
ival-hypot: 12.0ms (23.8% of total)
ival-fabs: 7.0ms (13.9% of total)
ival-add: 6.0ms (11.9% of total)
ival-copysign: 5.0ms (9.9% of total)
ival-mult: 3.0ms (6% of total)
adjust: 2.0ms (4% of total)
exact: 0.0ms (0% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)

eval0.0ms (0%)

Memory
0.4MiB live, 0.4MiB allocated
Compiler

Compiled 1 to 1 computations (0% saved)

prune1.0ms (0%)

Memory
1.7MiB live, 1.7MiB allocated
Alt Table
Click to see full alt table
StatusAccuracyProgram
38.6%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Compiler

Compiled 13 to 9 computations (30.8% saved)

simplify4.0ms (0%)

Memory
6.7MiB live, 6.7MiB allocated
Algorithm
egg-herbie
Localize:

Found 4 expressions of interest:

NewMetricScoreProgram
cost-diff0
(+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))
cost-diff0
(log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))))
cost-diff0
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
cost-diff64
(+.f32 (*.f32 x x) #s(literal 1 binary32))
Rules
+-lowering-+.f64
+-lowering-+.f32
+-commutative
sqrt-lowering-sqrt.f64
copysign-lowering-copysign.f32
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
0949
11349
01344
Stop Event
iter limit
saturated
Calls
Call 1
Inputs
(copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x)
(log (+ (fabs x) (sqrt (+ (* x x) 1))))
(+ (fabs x) (sqrt (+ (* x x) 1)))
(fabs x)
x
(sqrt (+ (* x x) 1))
(+ (* x x) 1)
(* x x)
1
Outputs
(copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
(log (+ (fabs x) (sqrt (+ (* x x) 1))))
(log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(+ (fabs x) (sqrt (+ (* x x) 1)))
(+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(fabs x)
(fabs.f32 x)
x
(sqrt (+ (* x x) 1))
(sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))
(+ (* x x) 1)
(fma.f32 x x #s(literal 1 binary32))
(* x x)
(*.f32 x x)
1
#s(literal 1 binary32)

localize52.0ms (0.4%)

Memory
-18.0MiB live, 97.6MiB allocated
Localize:

Found 4 expressions of interest:

NewMetricScoreProgram
accuracy100.0%
(fabs.f32 x)
accuracy99.9%
(+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))
accuracy80.8%
(sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))
accuracy59.6%
(log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32)))))
Samples
23.0ms73×1valid
17.0ms183×0valid
Compiler

Compiled 51 to 11 computations (78.4% saved)

Precisions
Click to see histograms. Total time spent on operations: 23.0ms
ival-log: 6.0ms (26.6% of total)
ival-hypot: 6.0ms (26.6% of total)
ival-add: 3.0ms (13.3% of total)
ival-copysign: 2.0ms (8.9% of total)
ival-mult: 2.0ms (8.9% of total)
ival-fabs: 2.0ms (8.9% of total)
adjust: 1.0ms (4.4% of total)
exact: 0.0ms (0% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)

series5.0ms (0%)

Memory
9.7MiB live, 9.7MiB allocated
Counts
6 → 72
Calls
Call 1
Inputs
#<alt (+ (* x x) 1)>
#<alt (copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x)>
#<alt (log (+ (fabs x) (sqrt (+ (* x x) 1))))>
#<alt (+ (fabs x) (sqrt (+ (* x x) 1)))>
#<alt (sqrt (+ (* x x) 1))>
#<alt (fabs x)>
Outputs
#<alt 1>
#<alt (+ 1 (pow x 2))>
#<alt (+ 1 (pow x 2))>
#<alt (+ 1 (pow x 2))>
#<alt (pow x 2)>
#<alt (* (pow x 2) (+ 1 (/ 1 (pow x 2))))>
#<alt (* (pow x 2) (+ 1 (/ 1 (pow x 2))))>
#<alt (* (pow x 2) (+ 1 (/ 1 (pow x 2))))>
#<alt (pow x 2)>
#<alt (* (pow x 2) (+ 1 (/ 1 (pow x 2))))>
#<alt (* (pow x 2) (+ 1 (/ 1 (pow x 2))))>
#<alt (* (pow x 2) (+ 1 (/ 1 (pow x 2))))>
#<alt (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)>
#<alt (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)>
#<alt (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)>
#<alt (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)>
#<alt (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)>
#<alt (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)>
#<alt (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)>
#<alt (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)>
#<alt (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)>
#<alt (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)>
#<alt (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)>
#<alt (copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)>
#<alt (log (+ 1 (fabs x)))>
#<alt (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))>
#<alt (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))>
#<alt (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (+ 1 (fabs x)))) (+ (* 45 (/ 1 (pow (+ 1 (fabs x)) 2))) (* 30 (/ 1 (pow (+ 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))>
#<alt (* -1 (log (/ 1 x)))>
#<alt (+ (* -1 (log (/ 1 x))) (/ (fabs x) x))>
#<alt (+ (* -1 (log (/ 1 x))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))>
#<alt (+ (* -1 (log (/ 1 x))) (+ (* 1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) (pow x 3))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))>
#<alt (* -1 (log (/ -1 x)))>
#<alt (+ (* -1 (log (/ -1 x))) (* -1 (/ (fabs x) x)))>
#<alt (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x)))>
#<alt (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x)))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))>
#<alt (+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))))>
#<alt (+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))))>
#<alt x>
#<alt (* x (+ 1 (/ (fabs x) x)))>
#<alt (* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x))))>
#<alt (* x (- (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x))) (* 1/8 (/ 1 (pow x 4)))))>
#<alt (* -1 x)>
#<alt (* -1 (* x (+ 1 (* -1 (/ (fabs x) x)))))>
#<alt (* -1 (* x (+ 1 (* -1 (/ (- (fabs x) (* 1/2 (/ 1 x))) x)))))>
#<alt (* -1 (* x (+ 1 (* -1 (/ (+ (fabs x) (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))) x)))))>
#<alt 1>
#<alt (+ 1 (* 1/2 (pow x 2)))>
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))>
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))>
#<alt x>
#<alt (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))>
#<alt (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))>
#<alt (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))>
#<alt (* -1 x)>
#<alt (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))>
#<alt (* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))>
#<alt (* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
Calls

18 calls:

TimeVariablePointExpression
1.0ms
x
@0
(log (+ (fabs x) (sqrt (+ (* x x) 1))))
1.0ms
x
@inf
(log (+ (fabs x) (sqrt (+ (* x x) 1))))
0.0ms
x
@inf
(+ (fabs x) (sqrt (+ (* x x) 1)))
0.0ms
x
@-inf
(log (+ (fabs x) (sqrt (+ (* x x) 1))))
0.0ms
x
@inf
(+ (* x x) 1)

rewrite353.0ms (2.8%)

Memory
25.5MiB live, 576.8MiB allocated
Algorithm
batch-egg-rewrite
Rules
5 872×accelerator-lowering-fma.f32
5 872×accelerator-lowering-fma.f64
3 070×*-lowering-*.f32
3 070×*-lowering-*.f64
2 316×pow-lowering-pow.f64
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
0944
14444
231744
3342044
0835439
Stop Event
iter limit
node limit
Counts
6 → 279
Calls
Call 1
Inputs
(+ (* x x) 1)
(copysign (log (+ (fabs x) (sqrt (+ (* x x) 1)))) x)
(log (+ (fabs x) (sqrt (+ (* x x) 1))))
(+ (fabs x) (sqrt (+ (* x x) 1)))
(sqrt (+ (* x x) 1))
(fabs x)
Outputs
(hypot.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(hypot.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(hypot.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 (neg.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(hypot.f32 (*.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(hypot.f32 (*.f32 x (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(hypot.f32 (*.f32 (neg.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(neg.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))
(exp.f32 (log1p.f32 (*.f32 x x)))
(exp.f32 (*.f32 (neg.f32 (log1p.f32 (*.f32 x x))) #s(literal -1 binary32)))
(+.f32 (*.f32 x x) #s(literal 1 binary32))
(+.f32 #s(literal 1 binary32) (*.f32 x x))
(+.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 x x #s(literal -1 binary32))) (neg.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))))
(fabs.f32 (fma.f32 x x #s(literal 1 binary32)))
(pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1 binary32))
(pow.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) #s(literal 2 binary32))
(pow.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) #s(literal 1/2 binary32))
(pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal 1 binary32))) #s(literal -1 binary32))
(pow.f32 (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) #s(literal 4 binary32))
(pow.f32 (*.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))) #s(literal 1/4 binary32))
(pow.f32 (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal 1 binary32))) #s(literal 1 binary32)) #s(literal -1 binary32))
(pow.f32 (/.f32 (fma.f32 x (neg.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) #s(literal -1 binary32))
(pow.f32 (exp.f32 #s(literal 1/2 binary32)) (*.f32 #s(literal 2 binary32) (log1p.f32 (*.f32 x x))))
(pow.f32 (exp.f32 #s(literal 2 binary32)) (*.f32 #s(literal 1/2 binary32) (log1p.f32 (*.f32 x x))))
(pow.f32 (exp.f32 #s(literal 1 binary32)) (log1p.f32 (*.f32 x x)))
(fma.f32 x x #s(literal 1 binary32))
(fma.f32 x (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal -1 binary32))) (neg.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))))
(fma.f32 (*.f32 x x) #s(literal 1 binary32) #s(literal 1 binary32))
(fma.f32 (*.f32 x x) (/.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32))) (neg.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))))
(fma.f32 #s(literal 1 binary32) (*.f32 x x) #s(literal 1 binary32))
(fma.f32 (fabs.f32 x) (fabs.f32 x) #s(literal 1 binary32))
(fma.f32 (fabs.f32 x) (*.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))
(fma.f32 (neg.f32 x) (neg.f32 x) #s(literal 1 binary32))
(fma.f32 (neg.f32 x) (*.f32 (neg.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))
(fma.f32 (*.f32 x (*.f32 x x)) (/.f32 x (fma.f32 x x #s(literal -1 binary32))) (neg.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))))
(fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) (neg.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))))
(fma.f32 #s(literal -1 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x)) #s(literal 1 binary32))
(fma.f32 (fabs.f32 (fabs.f32 x)) (fabs.f32 (fabs.f32 x)) #s(literal 1 binary32))
(fma.f32 (/.f32 x (+.f32 x #s(literal 1 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (+.f32 x #s(literal -1 binary32))) (neg.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))))
(fma.f32 (/.f32 (*.f32 x x) (+.f32 x #s(literal 1 binary32))) (/.f32 (*.f32 x x) (+.f32 x #s(literal -1 binary32))) (neg.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (+.f32 x #s(literal 1 binary32))) (/.f32 x (+.f32 x #s(literal -1 binary32))) (neg.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))))
(fma.f32 (*.f32 #s(literal 1 binary32) (neg.f32 x)) (neg.f32 x) #s(literal 1 binary32))
(fma.f32 (*.f32 (neg.f32 x) #s(literal -1 binary32)) x #s(literal 1 binary32))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))) (fma.f32 x x #s(literal 1 binary32)) (neg.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal -1 binary32))) (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)) #s(literal 1 binary32)) (neg.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))))
(fma.f32 (exp.f32 (log.f32 (neg.f32 x))) (exp.f32 (log.f32 (neg.f32 x))) #s(literal 1 binary32))
(-.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 x x #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))))
(-.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal 1 binary32))) (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 x (neg.f32 x) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal 1 binary32))) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 x (neg.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal 1 binary32))))
(/.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32)))
(/.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32)) (*.f32 (sqrt.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32))) (sqrt.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32)))))
(/.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)) (fma.f32 x x #s(literal -1 binary32)))
(/.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)) (*.f32 (sqrt.f32 (fma.f32 x x #s(literal -1 binary32))) (sqrt.f32 (fma.f32 x x #s(literal -1 binary32)))))
(/.f32 (neg.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32))) (neg.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32))))
(/.f32 (neg.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))) (fma.f32 x (neg.f32 x) #s(literal 1 binary32)))
(/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) (*.f32 (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))))) #s(literal 1 binary32)) (*.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32)))))
(/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) #s(literal -1 binary32)) (*.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32)) (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal -1 binary32))))
(/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) #s(literal -1 binary32)) (*.f32 (fma.f32 x x #s(literal -1 binary32)) (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal 1 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (fma.f32 x (neg.f32 x) #s(literal 1 binary32)))
(/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x))) #s(literal -1 binary32)) (*.f32 (fma.f32 x x #s(literal -1 binary32)) (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal 1 binary32))))
(/.f32 (-.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 x x #s(literal -1 binary32))) (*.f32 (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32))) (*.f32 (fma.f32 x x #s(literal -1 binary32)) (fma.f32 x x #s(literal -1 binary32))))
(/.f32 (*.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32)))
(/.f32 (*.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32))) (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)))) (*.f32 (sqrt.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32))) (sqrt.f32 (fma.f32 x x #s(literal -1 binary32)))))
(/.f32 (*.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))) (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32)))) (*.f32 (sqrt.f32 (fma.f32 x x #s(literal -1 binary32))) (sqrt.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32)))))
(/.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) (*.f32 (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))))) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32))))
(/.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) #s(literal -1 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal -1 binary32)) (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32))))
(/.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) #s(literal -1 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (fma.f32 x x #s(literal -1 binary32))))
(/.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x))) #s(literal -1 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (fma.f32 x x #s(literal -1 binary32))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32)))) (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)))) (neg.f32 (fma.f32 x (neg.f32 x) #s(literal 1 binary32))))
(/.f32 (neg.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (neg.f32 (fma.f32 x (neg.f32 x) #s(literal 1 binary32))))
(/.f32 (-.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))))) (*.f32 (*.f32 (fma.f32 x x #s(literal -1 binary32)) (fma.f32 x x #s(literal -1 binary32))) (fma.f32 x x #s(literal -1 binary32)))) (/.f32 #s(literal 1 binary32) (*.f32 (*.f32 (fma.f32 x x #s(literal -1 binary32)) (fma.f32 x x #s(literal -1 binary32))) (fma.f32 x x #s(literal -1 binary32))))) (fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 x x #s(literal -1 binary32))) (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 x x #s(literal -1 binary32))) (fma.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 x x #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))))))
(/.f32 (-.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 x x #s(literal -1 binary32))) (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 x x #s(literal -1 binary32)))) (*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))))) (fma.f32 x (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))))
(/.f32 (*.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32)))) (sqrt.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32))))
(/.f32 (*.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)))) (sqrt.f32 (fma.f32 x x #s(literal -1 binary32))))
(/.f32 (*.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32))) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (sqrt.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32))))
(/.f32 (*.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (sqrt.f32 (fma.f32 x x #s(literal -1 binary32))))
(/.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) (*.f32 (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))))) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32)))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32))))
(/.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32)))) (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal -1 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))) (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal 1 binary32))))
(/.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x))) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))) (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal 1 binary32)))
(/.f32 (/.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)) (+.f32 x #s(literal 1 binary32))) (+.f32 x #s(literal -1 binary32)))
(/.f32 (exp.f32 (log1p.f32 (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))))) (exp.f32 (log.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32)))))
(/.f32 (exp.f32 (log.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)))) (exp.f32 (log.f32 (fma.f32 x x #s(literal -1 binary32)))))
(/.f32 (exp.f32 (log.f32 (neg.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32))))) (exp.f32 (log.f32 (neg.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32))))))
(/.f32 (exp.f32 (log.f32 (neg.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))))) (exp.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)))))
(/.f32 (exp.f32 (log1p.f32 (*.f32 x (*.f32 x (*.f32 x x))))) (exp.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)))))
(sqrt.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))
(*.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal 1 binary32)))
(*.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1 binary32))
(*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))))
(*.f32 (fma.f32 x x #s(literal 1 binary32)) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (fma.f32 x x #s(literal -1 binary32))))
(*.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(*.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32))))
(*.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))))
(*.f32 (neg.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32)))))
(*.f32 (neg.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal 1 binary32))))
(*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)))
(*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32))) (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32)))
(*.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal 1 binary32))))
(*.f32 (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (*.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (+.f32 x #s(literal 1 binary32))) (+.f32 x #s(literal 1 binary32)))
(*.f32 (/.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)) (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))) (fma.f32 x x #s(literal 1 binary32)))
(*.f32 (/.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)) #s(literal 1 binary32)))
(*.f32 (/.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32)) (fma.f32 #s(literal -1 binary32) (*.f32 (*.f32 (fma.f32 x x #s(literal -1 binary32)) (fma.f32 x x #s(literal -1 binary32))) (fma.f32 x x #s(literal -1 binary32))) (*.f32 (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))) (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))))))) (fma.f32 x (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x)))) (*.f32 (fma.f32 x (neg.f32 x) #s(literal 1 binary32)) (-.f32 (fma.f32 x (neg.f32 x) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))))))
(*.f32 (/.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32)) (*.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32)) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal -1 binary32)) (*.f32 x x)))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal -1 binary32)) (*.f32 x x)))
(*.f32 (/.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)) (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal -1 binary32))) (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)) #s(literal 1 binary32)))
(*.f32 (/.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (fma.f32 x x #s(literal 1 binary32)))
(*.f32 (exp.f32 (log1p.f32 (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))))) (exp.f32 (neg.f32 (log.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32))))))
(*.f32 (exp.f32 (log.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)))) (exp.f32 (neg.f32 (log.f32 (fma.f32 x x #s(literal -1 binary32))))))
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
(neg.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(neg.f32 (log.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 1 binary32))))
(neg.f32 (log.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32))))))
(+.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (log.f32 (*.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))
(+.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (log.f32 (/.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(+.f32 #s(literal 0 binary32) (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(+.f32 (log.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x)))) (neg.f32 (log.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(+.f32 (log.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (log.f32 (*.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))))
(+.f32 (log.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (log.f32 (/.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(+.f32 (log.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))) (neg.f32 (log.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(+.f32 (log.f32 (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x))))) (log.f32 (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))))
(+.f32 (log.f32 (fma.f32 x (neg.f32 x) (fma.f32 x x #s(literal 1 binary32)))) (log.f32 (/.f32 #s(literal 1 binary32) (neg.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))
(+.f32 (log.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32)))) (log.f32 (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(+.f32 (neg.f32 (log.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))) (log.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x)))))
(+.f32 (neg.f32 (log.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (log.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))))
(+.f32 (log.f32 (/.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32))))) (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(+.f32 (log.f32 (/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x))) (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (*.f32 (+.f32 #s(literal 1 binary32) (*.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))))) (log.f32 (fma.f32 (+.f32 #s(literal 1 binary32) (*.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (-.f32 (+.f32 #s(literal 1 binary32) (*.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x))))))
(+.f32 (log.f32 (/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x))) (fma.f32 x (*.f32 x (*.f32 x x)) (neg.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))))) (log.f32 (-.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (*.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))))
(+.f32 (log.f32 (/.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (fma.f32 x (*.f32 x x) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))) (log.f32 (fma.f32 x x (fma.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x x #s(literal 1 binary32))))))
(fma.f32 #s(literal -1 binary32) (log.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (log.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x)))))
(fma.f32 #s(literal -1 binary32) (log.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (log.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))))
(fma.f32 #s(literal -1 binary32) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (log.f32 (*.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))
(fma.f32 #s(literal -1 binary32) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (log.f32 (/.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(-.f32 #s(literal 0 binary32) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(-.f32 #s(literal 0 binary32) (log.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 1 binary32))))
(-.f32 #s(literal 0 binary32) (log.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32))))))
(-.f32 (log.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x)))) (log.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(-.f32 (log.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))) (log.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(-.f32 (log.f32 (fma.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))))))) (log.f32 (*.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (*.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (*.f32 x (*.f32 x x))))))))
(-.f32 (log.f32 (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x))))) (log.f32 (neg.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(-.f32 (log.f32 (fma.f32 x (neg.f32 x) (fma.f32 x x #s(literal 1 binary32)))) (log.f32 (neg.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(-.f32 (log.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32)))) (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(-.f32 (log.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (neg.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))))) (log.f32 (*.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (*.f32 x x) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))
(-.f32 (log.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (neg.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))))) (log.f32 (*.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x (*.f32 x x)))))))
(-.f32 (log.f32 (*.f32 (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32))))) (log.f32 (*.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))))))
(-.f32 (log.f32 #s(literal -1 binary32)) (log.f32 (neg.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))
(-.f32 (log.f32 (-.f32 (*.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (*.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))) (log.f32 (*.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(-.f32 (log.f32 (*.f32 (fma.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))))) #s(literal 1 binary32))) (log.f32 (*.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (*.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (*.f32 x (*.f32 x x))))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(-.f32 (log.f32 (*.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (neg.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) #s(literal 1 binary32))) (log.f32 (*.f32 (fma.f32 x (*.f32 x x) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(-.f32 (log.f32 (*.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (neg.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) #s(literal 1 binary32))) (log.f32 (*.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x (*.f32 x x)))) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(-.f32 (log.f32 (*.f32 (*.f32 (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))) #s(literal 1 binary32))) (log.f32 (*.f32 (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(-.f32 (log.f32 (neg.f32 (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x)))))) (log.f32 (neg.f32 (neg.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))))
(-.f32 (log.f32 (neg.f32 (fma.f32 x (neg.f32 x) (fma.f32 x x #s(literal 1 binary32))))) (log.f32 (neg.f32 (neg.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))
(-.f32 (log.f32 (neg.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32))))) (log.f32 (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(-.f32 (log.f32 (-.f32 (*.f32 (*.f32 (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (*.f32 (*.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))) (log.f32 (fma.f32 (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (fma.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (*.f32 (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))))
(-.f32 (log.f32 (-.f32 (*.f32 (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (*.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))) (log.f32 (fma.f32 x (/.f32 x (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))
(-.f32 (log.f32 (*.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x))) #s(literal 1 binary32))) (log.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(-.f32 (log.f32 (*.f32 (fma.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))) (log.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (*.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (*.f32 x (*.f32 x x)))))))
(-.f32 (log.f32 (*.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (neg.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))) (log.f32 (fma.f32 x (*.f32 x x) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(-.f32 (log.f32 (*.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (neg.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) (/.f32 #s(literal 1 binary32) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))) (log.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x (*.f32 x x))))))
(-.f32 (log.f32 (*.f32 (*.f32 (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))) (/.f32 #s(literal 1 binary32) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))) (log.f32 (fma.f32 x x (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 (-.f32 (pow.f32 (log.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x)))) #s(literal 3 binary32)) (pow.f32 (log.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) #s(literal 3 binary32))) (+.f32 (pow.f32 (log.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x)))) #s(literal 2 binary32)) (+.f32 (pow.f32 (log.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) #s(literal 2 binary32)) (*.f32 (log.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x)))) (log.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))))
(/.f32 (-.f32 (pow.f32 (log.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))) #s(literal 3 binary32)) (pow.f32 (log.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 3 binary32))) (+.f32 (pow.f32 (log.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))) #s(literal 2 binary32)) (+.f32 (pow.f32 (log.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 2 binary32)) (*.f32 (log.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))) (log.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))))
(/.f32 (-.f32 (pow.f32 (log.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x)))) #s(literal 2 binary32)) (pow.f32 (log.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) #s(literal 2 binary32))) (log.f32 (*.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (-.f32 (pow.f32 (log.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))) #s(literal 2 binary32)) (pow.f32 (log.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 2 binary32))) (log.f32 (*.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(*.f32 #s(literal -1 binary32) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(neg.f32 (/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x))) (neg.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(neg.f32 (/.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (neg.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(neg.f32 (/.f32 (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x)))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(neg.f32 (/.f32 (fma.f32 x (neg.f32 x) (fma.f32 x x #s(literal 1 binary32))) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(exp.f32 (*.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) #s(literal -1 binary32)))
(+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(+.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))
(+.f32 (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (neg.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(pow.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal -1 binary32))
(pow.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 1 binary32)) #s(literal -1 binary32))
(pow.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32)))) #s(literal -1 binary32))
(fma.f32 x (/.f32 x (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (neg.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(fma.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (neg.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(fma.f32 #s(literal 1 binary32) (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(fma.f32 #s(literal 1 binary32) (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (neg.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(fma.f32 (fabs.f32 x) (/.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (neg.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(fma.f32 (neg.f32 x) (/.f32 (neg.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (neg.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(fma.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32))) (sqrt.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32)))) (fabs.f32 x))
(fma.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (sqrt.f32 (fma.f32 x x #s(literal -1 binary32)))) (fabs.f32 x))
(fma.f32 (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x x) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (neg.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(fma.f32 (/.f32 (*.f32 x x) (fma.f32 x (*.f32 x x) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (fma.f32 x x (fma.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x x #s(literal 1 binary32)))) (neg.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(-.f32 (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(-.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (/.f32 (*.f32 x x) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32)))))
(/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))
(/.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x)))) (neg.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 (fma.f32 x (neg.f32 x) (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (fma.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))))) (*.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (*.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (*.f32 x (*.f32 x x)))))))
(/.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (neg.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) (*.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (*.f32 x x) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(/.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (neg.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) (*.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x (*.f32 x x))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(/.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))
(/.f32 (*.f32 (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))) (*.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 (-.f32 (*.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (*.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (*.f32 (fma.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))))) #s(literal 1 binary32)) (*.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (*.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (*.f32 x (*.f32 x x))))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 (*.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (neg.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) #s(literal 1 binary32)) (*.f32 (fma.f32 x (*.f32 x x) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 (*.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (neg.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) #s(literal 1 binary32)) (*.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x (*.f32 x x)))) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (*.f32 (*.f32 (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))) #s(literal 1 binary32)) (*.f32 (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x))))) (neg.f32 (neg.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (neg.f32 (fma.f32 x (neg.f32 x) (fma.f32 x x #s(literal 1 binary32)))) (neg.f32 (neg.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(/.f32 (neg.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32)))) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(/.f32 (-.f32 (*.f32 (*.f32 (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (*.f32 (*.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))) (fma.f32 (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (fma.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (*.f32 (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))))
(/.f32 (-.f32 (*.f32 (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (*.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))) (fma.f32 x (/.f32 x (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(/.f32 (*.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x))) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))
(/.f32 (*.f32 (fma.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x))))))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))) (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (*.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (*.f32 x (*.f32 x x))))))
(/.f32 (*.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (neg.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))) (fma.f32 x (*.f32 x x) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (*.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (neg.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) (/.f32 #s(literal 1 binary32) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x (*.f32 x x)))))
(/.f32 (*.f32 (*.f32 (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))) (/.f32 #s(literal 1 binary32) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))))
(*.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(*.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (*.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (/.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (fma.f32 x (neg.f32 x) (fma.f32 x x #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (neg.f32 (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x))))
(*.f32 (/.f32 #s(literal 1 binary32) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32))))
(*.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(*.f32 (/.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x))) (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) (*.f32 (+.f32 #s(literal 1 binary32) (*.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))))) (fma.f32 (+.f32 #s(literal 1 binary32) (*.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (-.f32 (+.f32 #s(literal 1 binary32) (*.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x)))))
(*.f32 (/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x))) (fma.f32 x (*.f32 x (*.f32 x x)) (neg.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))))) (-.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (*.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))
(*.f32 (/.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (fma.f32 x (*.f32 x x) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (fma.f32 x x (fma.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x x #s(literal 1 binary32)))))
(exp.f32 (*.f32 #s(literal 1/2 binary32) (log1p.f32 (*.f32 x x))))
(exp.f32 (*.f32 (*.f32 #s(literal 1/2 binary32) (log1p.f32 (*.f32 x x))) #s(literal 1 binary32)))
(exp.f32 (*.f32 (*.f32 #s(literal 2 binary32) (log1p.f32 (*.f32 x x))) #s(literal 1/4 binary32)))
(exp.f32 (*.f32 (*.f32 (log1p.f32 (*.f32 x x)) #s(literal 1/4 binary32)) #s(literal 2 binary32)))
(exp.f32 (-.f32 (log1p.f32 (*.f32 x x)) (*.f32 #s(literal 1/2 binary32) (log1p.f32 (*.f32 x x)))))
(fabs.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/2 binary32))
(pow.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) #s(literal 1 binary32))
(pow.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) #s(literal 1/4 binary32))
(pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal 1 binary32))) #s(literal -1/2 binary32))
(pow.f32 (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) #s(literal 2 binary32))
(pow.f32 (*.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))) #s(literal 1/8 binary32))
(pow.f32 (sqrt.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal 1 binary32)))) #s(literal -1 binary32))
(pow.f32 (/.f32 (sqrt.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32))) (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32)))) #s(literal -1 binary32))
(pow.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal -1 binary32))) (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)))) #s(literal -1 binary32))
(pow.f32 (exp.f32 #s(literal 1/2 binary32)) (log1p.f32 (*.f32 x x)))
(/.f32 #s(literal 1 binary32) (sqrt.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 #s(literal 1 binary32) (/.f32 (sqrt.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32))) (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32)))))
(/.f32 #s(literal 1 binary32) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal -1 binary32))) (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)))))
(/.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(/.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32))) (sqrt.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32))))
(/.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))) (sqrt.f32 (fma.f32 x x #s(literal -1 binary32))))
(/.f32 (sqrt.f32 (neg.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32)))) (sqrt.f32 (neg.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32)))))
(/.f32 (sqrt.f32 (neg.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)))) (sqrt.f32 (fma.f32 x (neg.f32 x) #s(literal 1 binary32))))
(/.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (sqrt.f32 (fma.f32 x (neg.f32 x) #s(literal 1 binary32))))
(/.f32 (neg.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32)))) (neg.f32 (sqrt.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)))) (neg.f32 (sqrt.f32 (fma.f32 x x #s(literal -1 binary32)))))
(/.f32 (exp.f32 (*.f32 #s(literal 1/2 binary32) (log1p.f32 (*.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))))))) (exp.f32 (*.f32 #s(literal 1/2 binary32) (log.f32 (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32))))))
(/.f32 (exp.f32 (*.f32 #s(literal 1/2 binary32) (log.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))))) (exp.f32 (*.f32 #s(literal 1/2 binary32) (log.f32 (fma.f32 x x #s(literal -1 binary32))))))
(sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))
(*.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1 binary32))) (sqrt.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) (fma.f32 x x #s(literal -1 binary32)) #s(literal 1 binary32)))))
(*.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (sqrt.f32 (fma.f32 x x #s(literal -1 binary32)))))
(*.f32 (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(exp.f32 (log.f32 (fabs.f32 x)))
(exp.f32 (*.f32 (log.f32 (fabs.f32 x)) #s(literal 1 binary32)))
(fabs.f32 x)
(fabs.f32 (neg.f32 x))
(fabs.f32 (-.f32 x #s(literal 0 binary32)))
(pow.f32 (fabs.f32 x) #s(literal 1 binary32))
(*.f32 #s(literal 1 binary32) (fabs.f32 x))

simplify725.0ms (5.8%)

Memory
-13.7MiB live, 1 036.5MiB allocated
Algorithm
egg-herbie
Rules
24 610×accelerator-lowering-fma.f32
24 610×accelerator-lowering-fma.f64
4 994×*-lowering-*.f32
4 994×*-lowering-*.f64
4 040×+-lowering-+.f64
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
0169782
1490754
21511741
35413691
08421635
Stop Event
iter limit
node limit
Counts
72 → 72
Calls
Call 1
Inputs
1
(+ 1 (pow x 2))
(+ 1 (pow x 2))
(+ 1 (pow x 2))
(pow x 2)
(* (pow x 2) (+ 1 (/ 1 (pow x 2))))
(* (pow x 2) (+ 1 (/ 1 (pow x 2))))
(* (pow x 2) (+ 1 (/ 1 (pow x 2))))
(pow x 2)
(* (pow x 2) (+ 1 (/ 1 (pow x 2))))
(* (pow x 2) (+ 1 (/ 1 (pow x 2))))
(* (pow x 2) (+ 1 (/ 1 (pow x 2))))
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(log (+ 1 (fabs x)))
(+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))
(+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))
(+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (+ 1 (fabs x)))) (+ (* 45 (/ 1 (pow (+ 1 (fabs x)) 2))) (* 30 (/ 1 (pow (+ 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))
(* -1 (log (/ 1 x)))
(+ (* -1 (log (/ 1 x))) (/ (fabs x) x))
(+ (* -1 (log (/ 1 x))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))
(+ (* -1 (log (/ 1 x))) (+ (* 1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) (pow x 3))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))
(* -1 (log (/ -1 x)))
(+ (* -1 (log (/ -1 x))) (* -1 (/ (fabs x) x)))
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x)))
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x)))
(+ 1 (fabs x))
(+ 1 (+ (fabs x) (* 1/2 (pow x 2))))
(+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))))
(+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))))
x
(* x (+ 1 (/ (fabs x) x)))
(* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x))))
(* x (- (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x))) (* 1/8 (/ 1 (pow x 4)))))
(* -1 x)
(* -1 (* x (+ 1 (* -1 (/ (fabs x) x)))))
(* -1 (* x (+ 1 (* -1 (/ (- (fabs x) (* 1/2 (/ 1 x))) x)))))
(* -1 (* x (+ 1 (* -1 (/ (+ (fabs x) (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))) x)))))
1
(+ 1 (* 1/2 (pow x 2)))
(+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))
x
(* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))
(* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))
(* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))
(* -1 x)
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))
(* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))
(* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
Outputs
1
#s(literal 1 binary32)
(+ 1 (pow x 2))
(fma.f32 x x #s(literal 1 binary32))
(+ 1 (pow x 2))
(fma.f32 x x #s(literal 1 binary32))
(+ 1 (pow x 2))
(fma.f32 x x #s(literal 1 binary32))
(pow x 2)
(*.f32 x x)
(* (pow x 2) (+ 1 (/ 1 (pow x 2))))
(fma.f32 x x #s(literal 1 binary32))
(* (pow x 2) (+ 1 (/ 1 (pow x 2))))
(fma.f32 x x #s(literal 1 binary32))
(* (pow x 2) (+ 1 (/ 1 (pow x 2))))
(fma.f32 x x #s(literal 1 binary32))
(pow x 2)
(*.f32 x x)
(* (pow x 2) (+ 1 (/ 1 (pow x 2))))
(fma.f32 x x #s(literal 1 binary32))
(* (pow x 2) (+ 1 (/ 1 (pow x 2))))
(fma.f32 x x #s(literal 1 binary32))
(* (pow x 2) (+ 1 (/ 1 (pow x 2))))
(fma.f32 x x #s(literal 1 binary32))
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
(copysign (log (+ (fabs x) (sqrt (+ 1 (pow x 2))))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
(log (+ 1 (fabs x)))
(log1p.f32 (fabs.f32 x))
(+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))
(fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x)))
(+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))
(fma.f32 x (*.f32 x (fma.f32 #s(literal -1/24 binary32) (*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (+.f32 #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (log1p.f32 (fabs.f32 x)))
(+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (+ 1 (fabs x)))) (* 3 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (+ 1 (fabs x)))) (+ (* 45 (/ 1 (pow (+ 1 (fabs x)) 2))) (* 30 (/ 1 (pow (+ 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))
(fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (fma.f32 (+.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (+.f32 #s(literal -1/8 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 45 binary32))) (/.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 30 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))
(* -1 (log (/ 1 x)))
(log.f32 x)
(+ (* -1 (log (/ 1 x))) (/ (fabs x) x))
(+.f32 (log.f32 x) (/.f32 (fabs.f32 x) x))
(+ (* -1 (log (/ 1 x))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))
(fma.f32 #s(literal 1/2 binary32) (+.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) #s(literal -1 binary32)) (+.f32 (log.f32 x) (/.f32 (fabs.f32 x) x)))
(+ (* -1 (log (/ 1 x))) (+ (* 1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) (pow x 3))) (+ (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))
(fma.f32 #s(literal 1/2 binary32) (+.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) #s(literal -1 binary32)) (+.f32 (log.f32 x) (fma.f32 (*.f32 (fabs.f32 x) (fma.f32 #s(literal 2 binary32) (*.f32 x x) #s(literal -3 binary32))) (/.f32 #s(literal 1/6 binary32) (*.f32 x (*.f32 x x))) (/.f32 (fabs.f32 x) x))))
(* -1 (log (/ -1 x)))
(neg.f32 (neg.f32 (log.f32 (neg.f32 x))))
(+ (* -1 (log (/ -1 x))) (* -1 (/ (fabs x) x)))
(-.f32 (-.f32 #s(literal 0 binary32) (/.f32 (fabs.f32 x) x)) (neg.f32 (log.f32 (neg.f32 x))))
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x)))
(-.f32 (/.f32 (-.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal -1/2 binary32)) #s(literal 1/2 binary32)) x) (fabs.f32 x)) x) (neg.f32 (log.f32 (neg.f32 x))))
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -3 (fabs x)) (* 2 (pow (fabs x) 3))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x)))
(-.f32 (/.f32 (-.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal -1/2 binary32)) (fma.f32 (*.f32 (fabs.f32 x) (fma.f32 #s(literal 2 binary32) (*.f32 x x) #s(literal -3 binary32))) (/.f32 #s(literal -1/6 binary32) x) #s(literal 1/2 binary32))) x) (fabs.f32 x)) x) (neg.f32 (log.f32 (neg.f32 x))))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (+ (fabs x) (* 1/2 (pow x 2))))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))
(+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))
(+ 1 (+ (fabs x) (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/16 binary32) #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))
x
(* x (+ 1 (/ (fabs x) x)))
(+.f32 x (fabs.f32 x))
(* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x))))
(+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))
(* x (- (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x))) (* 1/8 (/ 1 (pow x 4)))))
(+.f32 (fma.f32 x (/.f32 #s(literal -1/8 binary32) (*.f32 x (*.f32 x (*.f32 x x)))) (+.f32 x (/.f32 #s(literal 1/2 binary32) x))) (fabs.f32 x))
(* -1 x)
(neg.f32 x)
(* -1 (* x (+ 1 (* -1 (/ (fabs x) x)))))
(-.f32 (fabs.f32 x) x)
(* -1 (* x (+ 1 (* -1 (/ (- (fabs x) (* 1/2 (/ 1 x))) x)))))
(+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))
(* -1 (* x (+ 1 (* -1 (/ (+ (fabs x) (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))) x)))))
(-.f32 (+.f32 (fabs.f32 x) (/.f32 (+.f32 #s(literal -1/2 binary32) (/.f32 #s(literal 1/8 binary32) (*.f32 x x))) x)) x)
1
#s(literal 1 binary32)
(+ 1 (* 1/2 (pow x 2)))
(fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32))
(+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))
(fma.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))
(fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/16 binary32) #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))
x
(* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))
(+.f32 x (/.f32 #s(literal 1/2 binary32) x))
(* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))
(fma.f32 x (/.f32 #s(literal -1/8 binary32) (*.f32 x (*.f32 x (*.f32 x x)))) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))
(* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))
(+.f32 x (+.f32 (/.f32 #s(literal 1/2 binary32) x) (*.f32 x (+.f32 (/.f32 #s(literal 1/16 binary32) (pow.f32 x #s(literal 6 binary32))) (/.f32 #s(literal -1/8 binary32) (*.f32 x (*.f32 x (*.f32 x x))))))))
(* -1 x)
(neg.f32 x)
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))
(-.f32 (/.f32 #s(literal -1/2 binary32) x) x)
(* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))
(fma.f32 x (/.f32 #s(literal 1/8 binary32) (*.f32 x (*.f32 x (*.f32 x x)))) (-.f32 (/.f32 #s(literal -1/2 binary32) x) x))
(* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))
(+.f32 (-.f32 (/.f32 #s(literal -1/2 binary32) x) x) (*.f32 (neg.f32 x) (+.f32 (/.f32 #s(literal 1/16 binary32) (pow.f32 x #s(literal 6 binary32))) (/.f32 #s(literal -1/8 binary32) (*.f32 x (*.f32 x (*.f32 x x)))))))
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)

eval41.0ms (0.3%)

Memory
-27.2MiB live, 89.1MiB allocated
Compiler

Compiled 10 282 to 1 603 computations (84.4% saved)

prune56.0ms (0.5%)

Memory
27.0MiB live, 147.9MiB allocated
Pruning

21 alts after pruning (21 fresh and 0 done)

PrunedKeptTotal
New33021351
Fresh000
Picked101
Done000
Total33121352
Accuracy
100.0%
Counts
352 → 21
Alt Table
Click to see full alt table
StatusAccuracyProgram
55.1%
(copysign.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (fma.f32 (+.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (+.f32 #s(literal -1/8 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 45 binary32))) (/.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 30 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x))) x)
57.2%
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
56.6%
(copysign.f32 (fma.f32 x (*.f32 x (fma.f32 #s(literal -1/24 binary32) (*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (+.f32 #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (log1p.f32 (fabs.f32 x))) x)
16.3%
(copysign.f32 (-.f32 (log.f32 (*.f32 (*.f32 (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))) (/.f32 #s(literal 1 binary32) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))) (log.f32 (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))))) x)
36.7%
(copysign.f32 (+.f32 (log.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (log.f32 (*.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))) x)
38.6%
(copysign.f32 (neg.f32 (log.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 1 binary32)))) x)
17.2%
(copysign.f32 (neg.f32 (log.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32)))))) x)
70.1%
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
17.0%
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/16 binary32) #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
12.8%
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
20.7%
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
16.5%
(copysign.f32 (log.f32 (/.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
27.9%
(copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x)
25.4%
(copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x)
38.6%
(copysign.f32 (log.f32 (+.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) x)
37.1%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) x)
27.8%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)
28.7%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x)
31.2%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)
13.0%
(copysign.f32 (log.f32 (neg.f32 x)) x)
13.2%
(copysign.f32 (log.f32 x) x)
Compiler

Compiled 832 to 428 computations (48.6% saved)

simplify468.0ms (3.8%)

Memory
6.7MiB live, 446.4MiB allocated
Algorithm
egg-herbie
Localize:

Found 17 expressions of interest:

NewMetricScoreProgram
cost-diff0
(neg.f32 (log.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32))))))
cost-diff0
(copysign.f32 (neg.f32 (log.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32)))))) x)
cost-diff352
(/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32))))
cost-diff448
(fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32)))
cost-diff0
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
cost-diff0
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
cost-diff0
(fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x)))
cost-diff0
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
cost-diff0
(fabs.f32 x)
cost-diff0
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))
cost-diff0
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
cost-diff64
(log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
cost-diff0
(log.f32 x)
cost-diff0
(copysign.f32 (log.f32 x) x)
cost-diff0
(fabs.f32 x)
cost-diff0
(log1p.f32 (fabs.f32 x))
cost-diff0
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
Rules
12 560×accelerator-lowering-fma.f32
12 560×accelerator-lowering-fma.f64
2 214×*-lowering-*.f32
2 214×*-lowering-*.f64
2 190×--lowering--.f32
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
031258
167247
2109209
3203199
4329199
5620199
61202199
73100199
85543199
97628199
08056172
Stop Event
iter limit
node limit
Calls
Call 1
Inputs
(copysign (log (+ 1 (fabs x))) x)
(log (+ 1 (fabs x)))
(fabs x)
x
(copysign (log x) x)
(log x)
x
(copysign (log (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1)) x)
(log (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))
(+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1)
(fabs x)
x
(+ (* (fabs x) 1/2) 1)
1/2
1
(copysign (+ (* (* x x) (/ 1/2 (+ 1 (fabs x)))) (log (+ 1 (fabs x)))) x)
(+ (* (* x x) (/ 1/2 (+ 1 (fabs x)))) (log (+ 1 (fabs x))))
(* x x)
x
(/ 1/2 (+ 1 (fabs x)))
1/2
(+ 1 (fabs x))
1
(fabs x)
(log (+ 1 (fabs x)))
(copysign (neg (log (/ (- (sqrt (+ (* x x) 1)) (fabs x)) (+ (* x x) (+ (* x (neg x)) 1))))) x)
(neg (log (/ (- (sqrt (+ (* x x) 1)) (fabs x)) (+ (* x x) (+ (* x (neg x)) 1)))))
(log (/ (- (sqrt (+ (* x x) 1)) (fabs x)) (+ (* x x) (+ (* x (neg x)) 1))))
(/ (- (sqrt (+ (* x x) 1)) (fabs x)) (+ (* x x) (+ (* x (neg x)) 1)))
(- (sqrt (+ (* x x) 1)) (fabs x))
(sqrt (+ (* x x) 1))
(+ (* x x) 1)
x
1
(fabs x)
(+ (* x x) (+ (* x (neg x)) 1))
(+ (* x (neg x)) 1)
(neg x)
Outputs
(copysign (log (+ 1 (fabs x))) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(log (+ 1 (fabs x)))
(log1p.f32 (fabs.f32 x))
(fabs x)
(fabs.f32 x)
x
(copysign (log x) x)
(copysign.f32 (log.f32 x) x)
(log x)
(log.f32 x)
x
(copysign (log (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1)) x)
(copysign.f32 (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (fma.f32 x x #s(literal 0 binary32)) (fabs.f32 x))) x)
(log (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))
(log1p.f32 (fma.f32 #s(literal 1/2 binary32) (fma.f32 x x #s(literal 0 binary32)) (fabs.f32 x)))
(+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1)
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))
(fabs x)
(fabs.f32 x)
x
(+ (* (fabs x) 1/2) 1)
(fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))
1/2
#s(literal 1/2 binary32)
1
#s(literal 1 binary32)
(copysign (+ (* (* x x) (/ 1/2 (+ 1 (fabs x)))) (log (+ 1 (fabs x)))) x)
(copysign.f32 (fma.f32 x (/.f32 (fma.f32 x #s(literal 1/2 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
(+ (* (* x x) (/ 1/2 (+ 1 (fabs x)))) (log (+ 1 (fabs x))))
(fma.f32 x (/.f32 (fma.f32 x #s(literal 1/2 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x)))
(* x x)
(fma.f32 x x #s(literal 0 binary32))
x
(/ 1/2 (+ 1 (fabs x)))
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
1/2
#s(literal 1/2 binary32)
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
1
#s(literal 1 binary32)
(fabs x)
(fabs.f32 x)
(log (+ 1 (fabs x)))
(log1p.f32 (fabs.f32 x))
(copysign (neg (log (/ (- (sqrt (+ (* x x) 1)) (fabs x)) (+ (* x x) (+ (* x (neg x)) 1))))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(neg (log (/ (- (sqrt (+ (* x x) 1)) (fabs x)) (+ (* x x) (+ (* x (neg x)) 1)))))
(neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(log (/ (- (sqrt (+ (* x x) 1)) (fabs x)) (+ (* x x) (+ (* x (neg x)) 1))))
(log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))
(/ (- (sqrt (+ (* x x) 1)) (fabs x)) (+ (* x x) (+ (* x (neg x)) 1)))
(-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))
(- (sqrt (+ (* x x) 1)) (fabs x))
(-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))
(sqrt (+ (* x x) 1))
(sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))
(+ (* x x) 1)
(fma.f32 x x #s(literal 1 binary32))
x
1
#s(literal 1 binary32)
(fabs x)
(fabs.f32 x)
(+ (* x x) (+ (* x (neg x)) 1))
#s(literal 1 binary32)
(+ (* x (neg x)) 1)
(fma.f32 x (neg.f32 x) #s(literal 1 binary32))
(neg x)
(neg.f32 x)

localize130.0ms (1%)

Memory
4.4MiB live, 276.2MiB allocated
Localize:

Found 17 expressions of interest:

NewMetricScoreProgram
accuracy91.2%
(sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))
accuracy80.2%
(-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))
accuracy78.9%
(fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32)))
accuracy78.2%
(log.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32)))))
accuracy100.0%
(log1p.f32 (fabs.f32 x))
accuracy100.0%
(fabs.f32 x)
accuracy99.9%
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
accuracy91.0%
(fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x)))
accuracy100.0%
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
accuracy100.0%
(fabs.f32 x)
accuracy100.0%
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))
accuracy68.7%
(log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
accuracy100.0%
(copysign.f32 (log.f32 x) x)
accuracy100.0%
(log.f32 x)
accuracy100.0%
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
accuracy100.0%
(log1p.f32 (fabs.f32 x))
accuracy100.0%
(fabs.f32 x)
Samples
46.0ms86×1valid
29.0ms123×0invalid
10.0ms47×0valid
Compiler

Compiled 221 to 33 computations (85.1% saved)

Precisions
Click to see histograms. Total time spent on operations: 65.0ms
ival-log: 13.0ms (19.9% of total)
ival-add: 11.0ms (16.8% of total)
ival-copysign: 11.0ms (16.8% of total)
ival-mult: 9.0ms (13.8% of total)
adjust: 5.0ms (7.7% of total)
ival-div: 4.0ms (6.1% of total)
ival-log1p: 4.0ms (6.1% of total)
ival-neg: 3.0ms (4.6% of total)
ival-sqrt: 2.0ms (3.1% of total)
ival-sub: 2.0ms (3.1% of total)
ival-fabs: 2.0ms (3.1% of total)
ival-assert: 0.0ms (0% of total)
exact: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)

series297.0ms (2.4%)

Memory
1.3MiB live, 316.2MiB allocated
Counts
19 → 228
Calls
Call 1
Inputs
#<alt (copysign (log (+ 1 (fabs x))) x)>
#<alt (log (+ 1 (fabs x)))>
#<alt (fabs x)>
#<alt (copysign (log x) x)>
#<alt (log x)>
#<alt (log (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))>
#<alt (copysign (log (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1)) x)>
#<alt (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1)>
#<alt (copysign (+ (* (* x x) (/ 1/2 (+ 1 (fabs x)))) (log (+ 1 (fabs x)))) x)>
#<alt (+ (* (* x x) (/ 1/2 (+ 1 (fabs x)))) (log (+ 1 (fabs x))))>
#<alt (/ 1/2 (+ 1 (fabs x)))>
#<alt (+ 1 (fabs x))>
#<alt (+ (* x x) (+ (* x (neg x)) 1))>
#<alt (/ (- (sqrt (+ (* x x) 1)) (fabs x)) (+ (* x x) (+ (* x (neg x)) 1)))>
#<alt (copysign (neg (log (/ (- (sqrt (+ (* x x) 1)) (fabs x)) (+ (* x x) (+ (* x (neg x)) 1))))) x)>
#<alt (neg (log (/ (- (sqrt (+ (* x x) 1)) (fabs x)) (+ (* x x) (+ (* x (neg x)) 1)))))>
#<alt (log (/ (- (sqrt (+ (* x x) 1)) (fabs x)) (+ (* x x) (+ (* x (neg x)) 1))))>
#<alt (- (sqrt (+ (* x x) 1)) (fabs x))>
#<alt (sqrt (+ (* x x) 1))>
Outputs
#<alt (copysign (log (+ 1 (fabs x))) x)>
#<alt (copysign (log (+ 1 (fabs x))) x)>
#<alt (copysign (log (+ 1 (fabs x))) x)>
#<alt (copysign (log (+ 1 (fabs x))) x)>
#<alt (copysign (log (+ 1 (fabs x))) x)>
#<alt (copysign (log (+ 1 (fabs x))) x)>
#<alt (copysign (log (+ 1 (fabs x))) x)>
#<alt (copysign (log (+ 1 (fabs x))) x)>
#<alt (copysign (log (+ 1 (fabs x))) x)>
#<alt (copysign (log (+ 1 (fabs x))) x)>
#<alt (copysign (log (+ 1 (fabs x))) x)>
#<alt (copysign (log (+ 1 (fabs x))) x)>
#<alt (log (+ 1 (fabs x)))>
#<alt (log (+ 1 (fabs x)))>
#<alt (log (+ 1 (fabs x)))>
#<alt (log (+ 1 (fabs x)))>
#<alt (log (+ 1 (fabs x)))>
#<alt (log (+ 1 (fabs x)))>
#<alt (log (+ 1 (fabs x)))>
#<alt (log (+ 1 (fabs x)))>
#<alt (log (+ 1 (fabs x)))>
#<alt (log (+ 1 (fabs x)))>
#<alt (log (+ 1 (fabs x)))>
#<alt (log (+ 1 (fabs x)))>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (copysign (log x) x)>
#<alt (copysign (log x) x)>
#<alt (copysign (log x) x)>
#<alt (copysign (log x) x)>
#<alt (copysign (log x) x)>
#<alt (copysign (log x) x)>
#<alt (copysign (log x) x)>
#<alt (copysign (log x) x)>
#<alt (copysign (log x) x)>
#<alt (copysign (log x) x)>
#<alt (copysign (log x) x)>
#<alt (copysign (log x) x)>
#<alt (log x)>
#<alt (log x)>
#<alt (log x)>
#<alt (log x)>
#<alt (* -1 (log (/ 1 x)))>
#<alt (* -1 (log (/ 1 x)))>
#<alt (* -1 (log (/ 1 x)))>
#<alt (* -1 (log (/ 1 x)))>
#<alt (+ (log -1) (* -1 (log (/ -1 x))))>
#<alt (+ (log -1) (* -1 (log (/ -1 x))))>
#<alt (+ (log -1) (* -1 (log (/ -1 x))))>
#<alt (+ (log -1) (* -1 (log (/ -1 x))))>
#<alt (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))>
#<alt (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))>
#<alt (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))>
#<alt (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))>
#<alt (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))>
#<alt (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))>
#<alt (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))>
#<alt (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))>
#<alt (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))>
#<alt (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))>
#<alt (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))>
#<alt (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)>
#<alt (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))>
#<alt (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))>
#<alt (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))>
#<alt (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))>
#<alt (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))>
#<alt (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))>
#<alt (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))>
#<alt (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))>
#<alt (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))>
#<alt (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))>
#<alt (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))>
#<alt (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))>
#<alt (copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)>
#<alt (copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)>
#<alt (copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)>
#<alt (copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)>
#<alt (copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)>
#<alt (copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)>
#<alt (copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)>
#<alt (copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)>
#<alt (copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)>
#<alt (copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)>
#<alt (copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)>
#<alt (copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)>
#<alt (log (+ 1 (fabs x)))>
#<alt (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))>
#<alt (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))>
#<alt (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* (pow x 2) (+ (* 1/2 (/ 1 (+ 1 (fabs x)))) (/ (log (+ 1 (fabs x))) (pow x 2))))>
#<alt (* (pow x 2) (+ (* 1/2 (/ 1 (+ 1 (fabs x)))) (/ (log (+ 1 (fabs x))) (pow x 2))))>
#<alt (* (pow x 2) (+ (* 1/2 (/ 1 (+ 1 (fabs x)))) (/ (log (+ 1 (fabs x))) (pow x 2))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* (pow x 2) (+ (* 1/2 (/ 1 (+ 1 (fabs x)))) (/ (log (+ 1 (fabs x))) (pow x 2))))>
#<alt (* (pow x 2) (+ (* 1/2 (/ 1 (+ 1 (fabs x)))) (/ (log (+ 1 (fabs x))) (pow x 2))))>
#<alt (* (pow x 2) (+ (* 1/2 (/ 1 (+ 1 (fabs x)))) (/ (log (+ 1 (fabs x))) (pow x 2))))>
#<alt (/ 1/2 (+ 1 (fabs x)))>
#<alt (/ 1/2 (+ 1 (fabs x)))>
#<alt (/ 1/2 (+ 1 (fabs x)))>
#<alt (/ 1/2 (+ 1 (fabs x)))>
#<alt (/ 1/2 (+ 1 (fabs x)))>
#<alt (/ 1/2 (+ 1 (fabs x)))>
#<alt (/ 1/2 (+ 1 (fabs x)))>
#<alt (/ 1/2 (+ 1 (fabs x)))>
#<alt (/ 1/2 (+ 1 (fabs x)))>
#<alt (/ 1/2 (+ 1 (fabs x)))>
#<alt (/ 1/2 (+ 1 (fabs x)))>
#<alt (/ 1/2 (+ 1 (fabs x)))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt (- 1 (fabs x))>
#<alt (- (+ 1 (* 1/2 (pow x 2))) (fabs x))>
#<alt (- (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))) (fabs x))>
#<alt (- (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))) (fabs x))>
#<alt x>
#<alt (* x (+ 1 (* -1 (/ (fabs x) x))))>
#<alt (* x (- (+ 1 (/ 1/2 (pow x 2))) (/ (fabs x) x)))>
#<alt (* x (- (+ 1 (/ 1/2 (pow x 2))) (+ (* 1/8 (/ 1 (pow x 4))) (/ (fabs x) x))))>
#<alt (* -1 x)>
#<alt (* -1 (* x (+ 1 (/ (fabs x) x))))>
#<alt (* -1 (* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x)))))>
#<alt (* -1 (* x (+ 1 (* -1 (/ (- (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) (fabs x)) x)))))>
#<alt (copysign (neg (log (/ (- (sqrt (+ 1 (pow x 2))) (fabs x)) (+ 1 (+ (* -1 (pow x 2)) (pow x 2)))))) x)>
#<alt (copysign (neg (log (/ (- (sqrt (+ 1 (pow x 2))) (fabs x)) (+ 1 (+ (* -1 (pow x 2)) (pow x 2)))))) x)>
#<alt (copysign (neg (log (/ (- (sqrt (+ 1 (pow x 2))) (fabs x)) (+ 1 (+ (* -1 (pow x 2)) (pow x 2)))))) x)>
#<alt (copysign (neg (log (/ (- (sqrt (+ 1 (pow x 2))) (fabs x)) (+ 1 (+ (* -1 (pow x 2)) (pow x 2)))))) x)>
#<alt (copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (* -1 (log (- 1 (fabs x))))>
#<alt (- (* -1/2 (/ (pow x 2) (- 1 (fabs x)))) (log (- 1 (fabs x))))>
#<alt (- (* (pow x 2) (- (* 1/24 (* (pow x 2) (+ (* 3 (/ 1 (- 1 (fabs x)))) (* 3 (/ 1 (pow (- 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (- 1 (fabs x)))))) (log (- 1 (fabs x))))>
#<alt (- (* (pow x 2) (- (* (pow x 2) (- (* -1/720 (* (pow x 2) (+ (* 30 (/ 1 (pow (- 1 (fabs x)) 3))) (+ (* 45 (/ 1 (pow (- 1 (fabs x)) 2))) (* 45 (/ 1 (- 1 (fabs x)))))))) (* -1/24 (+ (* 3 (/ 1 (- 1 (fabs x)))) (* 3 (/ 1 (pow (- 1 (fabs x)) 2))))))) (* 1/2 (/ 1 (- 1 (fabs x)))))) (log (- 1 (fabs x))))>
#<alt (log (/ 1 x))>
#<alt (- (/ (fabs x) x) (* -1 (log (/ 1 x))))>
#<alt (- (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (+ (* -1 (log (/ 1 x))) (* -1 (/ (fabs x) x))))>
#<alt (- (* -1/6 (/ (+ (* -2 (pow (fabs x) 3)) (* 3 (fabs x))) (pow x 3))) (+ (* -1 (log (/ 1 x))) (+ (* -1 (/ (fabs x) x)) (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))))))>
#<alt (log (/ -1 x))>
#<alt (- (* -1 (/ (fabs x) x)) (* -1 (log (/ -1 x))))>
#<alt (- (* -1 (/ (- (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x)) (* -1 (fabs x))) x)) (* -1 (log (/ -1 x))))>
#<alt (- (* -1 (/ (- (* -1 (/ (- (* 1/6 (/ (+ (* -2 (pow (fabs x) 3)) (* 3 (fabs x))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x)) (* -1 (fabs x))) x)) (* -1 (log (/ -1 x))))>
#<alt (log (- 1 (fabs x)))>
#<alt (+ (log (- 1 (fabs x))) (* 1/2 (/ (pow x 2) (- 1 (fabs x)))))>
#<alt (+ (log (- 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (- 1 (fabs x)))) (* 3 (/ 1 (pow (- 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (- 1 (fabs x)))))))>
#<alt (+ (log (- 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (- 1 (fabs x)))) (* 3 (/ 1 (pow (- 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (- 1 (fabs x)))) (+ (* 45 (/ 1 (pow (- 1 (fabs x)) 2))) (* 30 (/ 1 (pow (- 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (- 1 (fabs x)))))))>
#<alt (* -1 (log (/ 1 x)))>
#<alt (+ (* -1 (log (/ 1 x))) (* -1 (/ (fabs x) x)))>
#<alt (+ (* -1 (log (/ 1 x))) (+ (* -1 (/ (fabs x) x)) (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2)))))>
#<alt (+ (* -1 (log (/ 1 x))) (+ (* -1 (/ (fabs x) x)) (+ (* 1/6 (/ (+ (* -2 (pow (fabs x) 3)) (* 3 (fabs x))) (pow x 3))) (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))))))>
#<alt (* -1 (log (/ -1 x)))>
#<alt (+ (* -1 (log (/ -1 x))) (/ (fabs x) x))>
#<alt (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (* -1 (fabs x)) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x)))>
#<alt (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (* -1 (fabs x)) (* -1 (/ (+ (* -1/6 (/ (+ (* -2 (pow (fabs x) 3)) (* 3 (fabs x))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x)))>
#<alt (- 1 (fabs x))>
#<alt (- (+ 1 (* 1/2 (pow x 2))) (fabs x))>
#<alt (- (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))) (fabs x))>
#<alt (- (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))) (fabs x))>
#<alt x>
#<alt (* x (+ 1 (* -1 (/ (fabs x) x))))>
#<alt (* x (- (+ 1 (/ 1/2 (pow x 2))) (/ (fabs x) x)))>
#<alt (* x (- (+ 1 (/ 1/2 (pow x 2))) (+ (* 1/8 (/ 1 (pow x 4))) (/ (fabs x) x))))>
#<alt (* -1 x)>
#<alt (* -1 (* x (+ 1 (/ (fabs x) x))))>
#<alt (* -1 (* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x)))))>
#<alt (* -1 (* x (+ 1 (* -1 (/ (- (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) (fabs x)) x)))))>
#<alt 1>
#<alt (+ 1 (* 1/2 (pow x 2)))>
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))>
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))>
#<alt x>
#<alt (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))>
#<alt (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))>
#<alt (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))>
#<alt (* -1 x)>
#<alt (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))>
#<alt (* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))>
#<alt (* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))>
Calls

57 calls:

TimeVariablePointExpression
66.0ms
x
@0
(log x)
61.0ms
x
@inf
(log (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))
48.0ms
x
@0
(log (+ 1 (fabs x)))
35.0ms
x
@inf
(log (+ 1 (fabs x)))
21.0ms
x
@-inf
(log (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))

rewrite530.0ms (4.3%)

Memory
26.1MiB live, 769.7MiB allocated
Algorithm
batch-egg-rewrite
Rules
6 130×accelerator-lowering-fma.f32
6 130×accelerator-lowering-fma.f64
4 376×/-lowering-/.f32
4 376×/-lowering-/.f64
3 668×*-lowering-*.f32
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
031213
1175165
21519165
08493141
Stop Event
iter limit
node limit
Counts
19 → 601
Calls
Call 1
Inputs
(copysign (log (+ 1 (fabs x))) x)
(log (+ 1 (fabs x)))
(fabs x)
(copysign (log x) x)
(log x)
(log (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))
(copysign (log (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1)) x)
(+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1)
(copysign (+ (* (* x x) (/ 1/2 (+ 1 (fabs x)))) (log (+ 1 (fabs x)))) x)
(+ (* (* x x) (/ 1/2 (+ 1 (fabs x)))) (log (+ 1 (fabs x))))
(/ 1/2 (+ 1 (fabs x)))
(+ 1 (fabs x))
(+ (* x x) (+ (* x (neg x)) 1))
(/ (- (sqrt (+ (* x x) 1)) (fabs x)) (+ (* x x) (+ (* x (neg x)) 1)))
(copysign (neg (log (/ (- (sqrt (+ (* x x) 1)) (fabs x)) (+ (* x x) (+ (* x (neg x)) 1))))) x)
(neg (log (/ (- (sqrt (+ (* x x) 1)) (fabs x)) (+ (* x x) (+ (* x (neg x)) 1)))))
(log (/ (- (sqrt (+ (* x x) 1)) (fabs x)) (+ (* x x) (+ (* x (neg x)) 1))))
(- (sqrt (+ (* x x) 1)) (fabs x))
(sqrt (+ (* x x) 1))
Outputs
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(log1p.f32 (fabs.f32 x))
(neg.f32 (neg.f32 (log1p.f32 (fabs.f32 x))))
(+.f32 (log1p.f32 (*.f32 x (*.f32 x x))) (log.f32 (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))))
(+.f32 (log1p.f32 (*.f32 x x)) (log.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(fma.f32 #s(literal 1 binary32) (log1p.f32 (*.f32 x x)) (log.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(fma.f32 #s(literal 1/2 binary32) (log.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))) (log.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(fma.f32 #s(literal 2 binary32) (*.f32 #s(literal 1/2 binary32) (log1p.f32 (*.f32 x x))) (log.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(-.f32 #s(literal 0 binary32) (neg.f32 (log1p.f32 (fabs.f32 x))))
(-.f32 (log1p.f32 (*.f32 x (*.f32 x x))) (log1p.f32 (-.f32 (*.f32 x x) (fabs.f32 x))))
(-.f32 (log1p.f32 (*.f32 x (*.f32 x x))) (log.f32 (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(-.f32 (log1p.f32 (*.f32 x x)) (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(-.f32 (log.f32 (neg.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)))) (log.f32 (neg.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))))
(-.f32 (log.f32 (neg.f32 (fma.f32 x x #s(literal 1 binary32)))) (log.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(-.f32 (log.f32 (fma.f32 x x #s(literal -1 binary32))) (log.f32 (-.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (-.f32 (pow.f32 (log1p.f32 (*.f32 x (*.f32 x x))) #s(literal 3 binary32)) (pow.f32 (log1p.f32 (-.f32 (*.f32 x x) (fabs.f32 x))) #s(literal 3 binary32))) (fma.f32 (log1p.f32 (*.f32 x (*.f32 x x))) (log1p.f32 (*.f32 x (*.f32 x x))) (fma.f32 (log1p.f32 (-.f32 (*.f32 x x) (fabs.f32 x))) (log1p.f32 (-.f32 (*.f32 x x) (fabs.f32 x))) (*.f32 (log1p.f32 (*.f32 x (*.f32 x x))) (log1p.f32 (-.f32 (*.f32 x x) (fabs.f32 x)))))))
(/.f32 (-.f32 (pow.f32 (log1p.f32 (*.f32 x x)) #s(literal 3 binary32)) (pow.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))) #s(literal 3 binary32))) (fma.f32 (log1p.f32 (*.f32 x x)) (log1p.f32 (*.f32 x x)) (fma.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (log1p.f32 (*.f32 x x)) (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))))
(log.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(fabs.f32 x)
(fabs.f32 (neg.f32 x))
(fabs.f32 (neg.f32 (neg.f32 x)))
(fabs.f32 (-.f32 x #s(literal 0 binary32)))
(fabs.f32 (neg.f32 (neg.f32 (neg.f32 x))))
(fabs.f32 (neg.f32 (-.f32 x #s(literal 0 binary32))))
(/.f32 (*.f32 x x) (fabs.f32 (+.f32 #s(literal 0 binary32) x)))
(/.f32 (fabs.f32 (-.f32 #s(literal 0 binary32) (*.f32 x (*.f32 x x)))) (fabs.f32 (+.f32 #s(literal 0 binary32) (fma.f32 x x (*.f32 #s(literal 0 binary32) x)))))
(*.f32 #s(literal 1 binary32) (fabs.f32 x))
(*.f32 (fabs.f32 x) #s(literal 1 binary32))
(copysign.f32 (log.f32 x) x)
(log.f32 x)
(log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
(neg.f32 (log.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))
(+.f32 (log1p.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))))) (log.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))))
(+.f32 (log.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) #s(literal -1 binary32))) (log.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)))))
(-.f32 #s(literal 0 binary32) (log.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))
(-.f32 (log1p.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))))) (log.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))))
(-.f32 (log1p.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))))) (log1p.f32 (-.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))
(-.f32 (log.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) #s(literal -1 binary32))) (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32))))
(-.f32 (log.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) #s(literal 1 binary32)))) (log.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))))
(-.f32 (log.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) #s(literal -1 binary32)))) (log.f32 (neg.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)))))
(-.f32 (log.f32 (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))))) (log.f32 (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))
(/.f32 (-.f32 (pow.f32 (log1p.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))))) #s(literal 3 binary32)) (pow.f32 (log.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))) #s(literal 3 binary32))) (fma.f32 (log1p.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))))) (log1p.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))))) (fma.f32 (log.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))) (log.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))) (*.f32 (log1p.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))))) (log.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))))))
(/.f32 (-.f32 (pow.f32 (log.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) #s(literal -1 binary32))) #s(literal 3 binary32)) (pow.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32))) #s(literal 3 binary32))) (fma.f32 (log.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) #s(literal -1 binary32))) (log.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) #s(literal -1 binary32))) (fma.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32))) (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32))) (*.f32 (log.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) #s(literal -1 binary32))) (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)))))))
(log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(+.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
(+.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) #s(literal 1 binary32))
(+.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(+.f32 (+.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (fabs.f32 x))
(pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) #s(literal -1 binary32))
(fma.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) #s(literal 1 binary32))
(fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(fma.f32 (fabs.f32 x) (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))
(fma.f32 (fabs.f32 x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))
(fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(fma.f32 (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) (fabs.f32 x) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(fma.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fabs.f32 x) #s(literal 1 binary32))
(fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) #s(literal 1 binary32) #s(literal 1 binary32))
(fma.f32 (*.f32 x x) #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(fma.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/8 binary32) (*.f32 x (*.f32 x x))) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (-.f32 (*.f32 x x) (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (fabs.f32 x))))) #s(literal 1 binary32))
(fma.f32 (-.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (fabs.f32 x))) #s(literal 1 binary32))
(fma.f32 (*.f32 (fabs.f32 x) (fma.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) (-.f32 #s(literal 1 binary32) (*.f32 (fabs.f32 x) #s(literal 1/2 binary32))))) #s(literal 1 binary32))
(fma.f32 (*.f32 (fabs.f32 x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal -1 binary32))) #s(literal 1 binary32))
(fma.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32) #s(literal 1 binary32)) (fabs.f32 x)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) (-.f32 #s(literal 1 binary32) (*.f32 (fabs.f32 x) #s(literal 1/2 binary32))))) #s(literal 1 binary32))
(fma.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal -1 binary32)) (fabs.f32 x)) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal -1 binary32))) #s(literal 1 binary32))
(-.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32))))
(-.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) (/.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))
(/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (/.f32 (+.f32 #s(literal 1 binary32) (-.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))))))
(/.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))
(/.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) #s(literal 1 binary32)) (+.f32 #s(literal 1 binary32) (-.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) #s(literal -1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)))
(/.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) #s(literal 1 binary32))) (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) #s(literal 1 binary32))) (neg.f32 (+.f32 #s(literal 1 binary32) (-.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) #s(literal -1 binary32))) (neg.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32))))
(/.f32 (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))
(/.f32 (-.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)) #s(literal 1 binary32))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32))))
(/.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))))) (neg.f32 (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) #s(literal 1 binary32)))) (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) #s(literal -1 binary32)))) (neg.f32 (neg.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/8 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (fma.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (-.f32 (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))))
(/.f32 (+.f32 (pow.f32 (+.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) #s(literal 3 binary32)) (*.f32 x (*.f32 x x))) (fma.f32 (+.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (+.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (-.f32 (*.f32 x x) (*.f32 (+.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (fabs.f32 x)))))
(/.f32 (-.f32 (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32))) #s(literal 3 binary32)) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32))) #s(literal 3 binary32))) (fma.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32))) (fma.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32))) (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)))))))
(*.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
(*.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))))
(*.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (-.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))))
(*.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32))))
(*.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))))
(*.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)))))
(*.f32 (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))))) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))
(copysign.f32 (fma.f32 x (*.f32 x (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x))) x)
(+.f32 (log1p.f32 (fabs.f32 x)) (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(+.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x)))
(pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))) #s(literal -1 binary32))
(fma.f32 #s(literal 1 binary32) (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x)))
(fma.f32 x (*.f32 x (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))
(fma.f32 #s(literal 1/2 binary32) (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 x x)) (log1p.f32 (fabs.f32 x)))
(fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x)))
(fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 x x) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) #s(literal 2 binary32)) (log1p.f32 (fabs.f32 x)))
(fma.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x)))
(fma.f32 (*.f32 x (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x (log1p.f32 (fabs.f32 x)))
(fma.f32 (neg.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32))) (log1p.f32 (fabs.f32 x)))
(fma.f32 (*.f32 (*.f32 x x) #s(literal -1/2 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32))) (log1p.f32 (fabs.f32 x)))
(fma.f32 (*.f32 #s(literal -1/2 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32))) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (fma.f32 x x #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 #s(literal 1/2 binary32) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 #s(literal 1/2 binary32) (fma.f32 x x #s(literal 1 binary32))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 (fabs.f32 x) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 (fabs.f32 x) (fma.f32 x x #s(literal 1 binary32))) (/.f32 (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) #s(literal 1/2 binary32) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 x (fma.f32 x x #s(literal 1 binary32))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 x (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 x #s(literal 2 binary32)) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x #s(literal 1 binary32)) #s(literal 2 binary32)) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 (fabs.f32 x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (fabs.f32 x) #s(literal 2 binary32)) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 (neg.f32 x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (neg.f32 x) #s(literal 2 binary32)) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) (fma.f32 x x #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x x) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x x) #s(literal -1 binary32)) (/.f32 #s(literal -1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x)))
(-.f32 (/.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (neg.f32 (log1p.f32 (fabs.f32 x))))) (/.f32 (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32)) (fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (neg.f32 (log1p.f32 (fabs.f32 x))))))
(-.f32 (/.f32 (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32)) (-.f32 (log1p.f32 (fabs.f32 x)) (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (-.f32 (log1p.f32 (fabs.f32 x)) (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))))
(/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32)) (/.f32 (-.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (log1p.f32 (fabs.f32 x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal 1/8 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 3 binary32)))))
(/.f32 #s(literal 1 binary32) (/.f32 (-.f32 (log1p.f32 (fabs.f32 x)) (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (-.f32 (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32)) (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal 1/8 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 3 binary32))) (fma.f32 (log1p.f32 (fabs.f32 x)) (-.f32 (log1p.f32 (fabs.f32 x)) (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal 1/8 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 3 binary32))) (+.f32 (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32)) (/.f32 (-.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (log1p.f32 (fabs.f32 x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x))))))
(/.f32 (-.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32))) (fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (neg.f32 (log1p.f32 (fabs.f32 x)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal 1/8 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 3 binary32)))) (neg.f32 (fma.f32 (log1p.f32 (fabs.f32 x)) (-.f32 (log1p.f32 (fabs.f32 x)) (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal 1/8 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 3 binary32)))) (neg.f32 (+.f32 (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32)) (/.f32 (-.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (log1p.f32 (fabs.f32 x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))))
(/.f32 (neg.f32 (-.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32)))) (neg.f32 (fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (neg.f32 (log1p.f32 (fabs.f32 x))))))
(/.f32 (-.f32 (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32)) (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (-.f32 (log1p.f32 (fabs.f32 x)) (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(/.f32 (-.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (neg.f32 (log1p.f32 (fabs.f32 x))))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (neg.f32 (log1p.f32 (fabs.f32 x)))) (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32)))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (neg.f32 (log1p.f32 (fabs.f32 x)))) (fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (neg.f32 (log1p.f32 (fabs.f32 x))))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal 1/8 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 3 binary32))))) (neg.f32 (neg.f32 (fma.f32 (log1p.f32 (fabs.f32 x)) (-.f32 (log1p.f32 (fabs.f32 x)) (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))))))
(/.f32 (neg.f32 (neg.f32 (-.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32))))) (neg.f32 (neg.f32 (fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (neg.f32 (log1p.f32 (fabs.f32 x)))))))
(/.f32 (neg.f32 (-.f32 (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32)) (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (neg.f32 (-.f32 (log1p.f32 (fabs.f32 x)) (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))))
(/.f32 (-.f32 (pow.f32 (/.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (neg.f32 (log1p.f32 (fabs.f32 x))))) #s(literal 3 binary32)) (pow.f32 (/.f32 (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32)) (fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (neg.f32 (log1p.f32 (fabs.f32 x))))) #s(literal 3 binary32))) (fma.f32 (/.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (neg.f32 (log1p.f32 (fabs.f32 x))))) (/.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (neg.f32 (log1p.f32 (fabs.f32 x))))) (fma.f32 (/.f32 (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32)) (fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (neg.f32 (log1p.f32 (fabs.f32 x))))) (/.f32 (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32)) (fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (neg.f32 (log1p.f32 (fabs.f32 x))))) (*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (neg.f32 (log1p.f32 (fabs.f32 x))))) (/.f32 (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32)) (fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (neg.f32 (log1p.f32 (fabs.f32 x)))))))))
(*.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x))))
(*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal 1/8 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 3 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (log1p.f32 (fabs.f32 x)) (-.f32 (log1p.f32 (fabs.f32 x)) (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))))
(*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal 1/8 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 3 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32)) (/.f32 (-.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (log1p.f32 (fabs.f32 x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))))
(*.f32 (-.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (neg.f32 (log1p.f32 (fabs.f32 x))))))
(*.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal 1/8 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 3 binary32)))) (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 (log1p.f32 (fabs.f32 x)) (-.f32 (log1p.f32 (fabs.f32 x)) (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))))))
(*.f32 (neg.f32 (-.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32)))) (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (neg.f32 (log1p.f32 (fabs.f32 x)))))))
(*.f32 (-.f32 (pow.f32 (log1p.f32 (fabs.f32 x)) #s(literal 2 binary32)) (/.f32 (*.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (*.f32 x (*.f32 x #s(literal 1/2 binary32)))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1 binary32) (-.f32 (log1p.f32 (fabs.f32 x)) (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))))
(neg.f32 (/.f32 #s(literal -1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(exp.f32 (*.f32 (log.f32 (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) #s(literal 2 binary32))) #s(literal -1 binary32)))
(pow.f32 (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) #s(literal 2 binary32)) #s(literal -1 binary32))
(/.f32 #s(literal 1 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) #s(literal 2 binary32)))
(/.f32 #s(literal 1 binary32) (neg.f32 (neg.f32 (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) #s(literal 2 binary32)))))
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/.f32 #s(literal 1/2 binary32) (neg.f32 (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32))))
(/.f32 #s(literal -1/2 binary32) (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32)))
(/.f32 #s(literal -1/2 binary32) (neg.f32 (neg.f32 (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) #s(literal 2 binary32))))
(*.f32 #s(literal 1 binary32) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 #s(literal -1/2 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32))))
(*.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) #s(literal 1/2 binary32))
(*.f32 #s(literal -1 binary32) (/.f32 #s(literal 1 binary32) (neg.f32 (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) #s(literal 2 binary32)))))
(*.f32 (/.f32 #s(literal 1/2 binary32) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))
(*.f32 (/.f32 #s(literal 1/2 binary32) (fma.f32 x x #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+.f32 (fabs.f32 x) #s(literal 1 binary32))
(pow.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) #s(literal -1 binary32))
(fma.f32 #s(literal 1 binary32) (fabs.f32 x) #s(literal 1 binary32))
(fma.f32 (fabs.f32 x) #s(literal 1 binary32) #s(literal 1 binary32))
(-.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(-.f32 (/.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) #s(literal 1 binary32)) (/.f32 (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) #s(literal 1 binary32)))
(-.f32 (/.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 x x #s(literal -1 binary32))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(-.f32 (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (-.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x x #s(literal -1 binary32))))
(/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) #s(literal 1 binary32))
(/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/.f32 (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32)) #s(literal -1 binary32))
(/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))
(/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 (fabs.f32 x) #s(literal 1 binary32)))
(/.f32 (neg.f32 (fma.f32 x x #s(literal -1 binary32))) (neg.f32 (-.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (neg.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (neg.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))
(/.f32 (neg.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (neg.f32 (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(/.f32 (neg.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(/.f32 (-.f32 (*.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)))) (neg.f32 (neg.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 x x #s(literal 1 binary32)))) (neg.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(/.f32 (-.f32 (pow.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) #s(literal 3 binary32)) (pow.f32 (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) #s(literal 3 binary32))) (fma.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (fma.f32 (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))))
(*.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) #s(literal 1 binary32))
(*.f32 (fma.f32 x x #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))
(*.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(*.f32 (fma.f32 x x #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (neg.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (neg.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))))
(*.f32 (neg.f32 (fma.f32 x x #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (neg.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(+.f32 #s(literal 1 binary32) (*.f32 x (+.f32 x (neg.f32 x))))
(+.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))
(+.f32 (neg.f32 (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))
(+.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))
(+.f32 (fma.f32 x x #s(literal 1 binary32)) (neg.f32 (*.f32 x x)))
(+.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (neg.f32 (fabs.f32 x)) (fabs.f32 x)))
(+.f32 (*.f32 x (+.f32 x (neg.f32 x))) #s(literal 1 binary32))
(pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) #s(literal -1 binary32))
(fma.f32 #s(literal 1 binary32) (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 #s(literal 1 binary32) (neg.f32 (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))
(fma.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal 1 binary32)) (neg.f32 (*.f32 x x)))
(fma.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal 1 binary32)) (*.f32 (neg.f32 (fabs.f32 x)) (fabs.f32 x)))
(fma.f32 x x (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 x (neg.f32 x) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))
(fma.f32 x (*.f32 x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 x (*.f32 (neg.f32 x) #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 (fabs.f32 x) (fabs.f32 x) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 (fabs.f32 x) (fabs.f32 (*.f32 x #s(literal 1 binary32))) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 (fabs.f32 x) (fabs.f32 (*.f32 (neg.f32 x) #s(literal 1 binary32))) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 (*.f32 x x) #s(literal 1 binary32) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 (neg.f32 x) x (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 (neg.f32 x) (neg.f32 x) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 (neg.f32 x) (*.f32 x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 (neg.f32 (*.f32 x x)) #s(literal 1 binary32) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x x))
(fma.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x x)))
(fma.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 (neg.f32 (fabs.f32 x)) (fabs.f32 x)))
(fma.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 x x))
(fma.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))) (neg.f32 (*.f32 x x)))
(fma.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (neg.f32 (fabs.f32 x)) (fabs.f32 x)))
(fma.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (-.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)))) (*.f32 x x))
(fma.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (-.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)))) (neg.f32 (*.f32 x x)))
(fma.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (-.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)))) (*.f32 (neg.f32 (fabs.f32 x)) (fabs.f32 x)))
(fma.f32 (neg.f32 (fabs.f32 x)) (neg.f32 (fabs.f32 x)) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 #s(literal -1 binary32) (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) (*.f32 x x))
(fma.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) (neg.f32 (*.f32 x x)))
(fma.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) (*.f32 (neg.f32 (fabs.f32 x)) (fabs.f32 x)))
(fma.f32 (neg.f32 (neg.f32 x)) (neg.f32 (neg.f32 x)) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 (-.f32 x #s(literal 0 binary32)) (-.f32 x #s(literal 0 binary32)) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 (neg.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 x x #s(literal -1 binary32)))) (*.f32 x x))
(fma.f32 (neg.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 x x #s(literal -1 binary32)))) (neg.f32 (*.f32 x x)))
(fma.f32 (neg.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 x x #s(literal -1 binary32)))) (*.f32 (neg.f32 (fabs.f32 x)) (fabs.f32 x)))
(fma.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32))))) (*.f32 x x))
(fma.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32))))) (neg.f32 (*.f32 x x)))
(fma.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32))))) (*.f32 (neg.f32 (fabs.f32 x)) (fabs.f32 x)))
(fma.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (-.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (*.f32 x x) (neg.f32 (*.f32 x x)))))) #s(literal 1 binary32))
(fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (*.f32 x x)))) (*.f32 x x))
(fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (*.f32 x x)))) (neg.f32 (*.f32 x x)))
(fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (*.f32 x x)))) (*.f32 (neg.f32 (fabs.f32 x)) (fabs.f32 x)))
(fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal 1 binary32))) (*.f32 x x))
(fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x x)))
(fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal 1 binary32))) (*.f32 (neg.f32 (fabs.f32 x)) (fabs.f32 x)))
(fma.f32 (-.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (neg.f32 (*.f32 x x)))) #s(literal 1 binary32))
(fma.f32 (pow.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))) #s(literal 1 binary32)) (*.f32 x x))
(fma.f32 (pow.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))) #s(literal 1 binary32)) (neg.f32 (*.f32 x x)))
(fma.f32 (pow.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))) #s(literal 1 binary32)) (*.f32 (neg.f32 (fabs.f32 x)) (fabs.f32 x)))
(fma.f32 (pow.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) #s(literal 1 binary32)) (*.f32 x x))
(fma.f32 (pow.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) #s(literal 1 binary32)) (neg.f32 (*.f32 x x)))
(fma.f32 (pow.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) #s(literal 1 binary32)) (*.f32 (neg.f32 (fabs.f32 x)) (fabs.f32 x)))
(fma.f32 (exp.f32 (log.f32 x)) (exp.f32 (log.f32 x)) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 (fabs.f32 (fabs.f32 x)) (fabs.f32 (fabs.f32 x)) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (+.f32 x #s(literal 1 binary32))) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 x #s(literal 1 binary32))) (*.f32 x x))
(fma.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (+.f32 x #s(literal 1 binary32))) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 x #s(literal 1 binary32))) (neg.f32 (*.f32 x x)))
(fma.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (+.f32 x #s(literal 1 binary32))) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 x #s(literal 1 binary32))) (*.f32 (neg.f32 (fabs.f32 x)) (fabs.f32 x)))
(-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))
(-.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))))
(-.f32 (/.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) #s(literal 1 binary32)) (/.f32 (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) #s(literal 1 binary32)))
(-.f32 (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (fma.f32 x x #s(literal 1 binary32))))))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (fma.f32 x x #s(literal 1 binary32))))))))
(-.f32 (/.f32 (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x)))) (-.f32 (*.f32 x (+.f32 x (neg.f32 x))) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x (+.f32 x (neg.f32 x))) #s(literal 1 binary32))))
(-.f32 (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(-.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1 binary32)) (/.f32 (*.f32 x x) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (fma.f32 x x #s(literal 1 binary32)))))) (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x))) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) #s(literal 1 binary32)))) (fma.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (fma.f32 x x #s(literal 1 binary32)))))) (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))))))
(/.f32 #s(literal 1 binary32) (/.f32 (-.f32 (*.f32 x (+.f32 x (neg.f32 x))) #s(literal 1 binary32)) (-.f32 (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x (*.f32 x x))))))
(/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) #s(literal 1 binary32))
(/.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) #s(literal -1 binary32))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (fma.f32 x x #s(literal 1 binary32)))))))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))) (fma.f32 x (*.f32 x (*.f32 x x)) (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (*.f32 (neg.f32 (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (neg.f32 (*.f32 x x))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(/.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))))
(/.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x))))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (fma.f32 x x #s(literal 1 binary32))))))))
(/.f32 (neg.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))))) (neg.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 (fma.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 1 binary32)) (fma.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x))) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) #s(literal 1 binary32)))))
(/.f32 (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (fma.f32 x x #s(literal 1 binary32)))))))
(/.f32 (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x (*.f32 x x)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))
(/.f32 (-.f32 (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 1 binary32)) (-.f32 (*.f32 x (+.f32 x (neg.f32 x))) #s(literal 1 binary32)))
(/.f32 (-.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 x x))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))) (*.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))))) (neg.f32 (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))))))
(/.f32 (neg.f32 (neg.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))))) (neg.f32 (neg.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 1 binary32))) (neg.f32 (fma.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x))) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))))) (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (fma.f32 x x #s(literal 1 binary32))))))))
(/.f32 (neg.f32 (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x (*.f32 x x))))) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(/.f32 (neg.f32 (-.f32 (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 1 binary32))) (neg.f32 (-.f32 (*.f32 x (+.f32 x (neg.f32 x))) #s(literal 1 binary32))))
(/.f32 (+.f32 #s(literal 1 binary32) (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x)))))) (+.f32 #s(literal 1 binary32) (-.f32 (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x)))) (*.f32 #s(literal 1 binary32) (*.f32 x (+.f32 x (neg.f32 x)))))))
(/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (pow.f32 (*.f32 (neg.f32 (fabs.f32 x)) (fabs.f32 x)) #s(literal 3 binary32))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 (*.f32 (neg.f32 (fabs.f32 x)) (fabs.f32 x)) (*.f32 (neg.f32 (fabs.f32 x)) (fabs.f32 x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (neg.f32 (fabs.f32 x)) (fabs.f32 x))))))
(/.f32 (-.f32 (pow.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) #s(literal 3 binary32)) (pow.f32 (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) #s(literal 3 binary32))) (fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))))))))
(*.f32 #s(literal 1 binary32) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))
(*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) #s(literal 1 binary32))
(*.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))) (/.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x))))))
(*.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))) (/.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (fma.f32 x x #s(literal 1 binary32))))))))
(*.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))
(*.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))))))
(*.f32 (neg.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))))) (/.f32 #s(literal 1 binary32) (neg.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (fma.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x))) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) #s(literal 1 binary32))))))
(*.f32 (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (fma.f32 x x #s(literal 1 binary32))))))))
(*.f32 (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(*.f32 (-.f32 (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x (+.f32 x (neg.f32 x))) #s(literal 1 binary32))))
(neg.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(neg.f32 (/.f32 (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(exp.f32 (*.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal -1 binary32)))
(+.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (neg.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(pow.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 1 binary32))
(pow.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) #s(literal -1 binary32))
(fma.f32 #s(literal 1 binary32) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (neg.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(fma.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (neg.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(fma.f32 (neg.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (neg.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(fma.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (neg.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(fma.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(fma.f32 (/.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/4 binary32)) (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) (/.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/4 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))))) (neg.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(fma.f32 (/.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/4 binary32)) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/4 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))))) (neg.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(fma.f32 (/.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/4 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/4 binary32)) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (neg.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(-.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(-.f32 (/.f32 #s(literal 0 binary32) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(-.f32 (/.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) #s(literal 1 binary32)) (/.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) #s(literal 1 binary32)))
(-.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (/.f32 (*.f32 x x) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(-.f32 (/.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (/.f32 (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(-.f32 (/.f32 (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(-.f32 (/.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(-.f32 (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(-.f32 (/.f32 (*.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (/.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fabs.f32 x)) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(-.f32 (/.f32 (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))) (fma.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (fma.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))) (/.f32 (*.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))) (fma.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (fma.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))))
(-.f32 (/.f32 (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (+.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))) (/.f32 (*.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (+.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))
(/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 #s(literal 1 binary32) (neg.f32 (neg.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(/.f32 #s(literal 1 binary32) (/.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x))))))
(/.f32 #s(literal 1 binary32) (/.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (-.f32 (*.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fabs.f32 x)))))
(/.f32 #s(literal 1 binary32) (/.f32 (*.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (*.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (fma.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))) (-.f32 (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))) (*.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))))
(/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (-.f32 (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (*.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))
(/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 1 binary32))
(/.f32 (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(/.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (neg.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(/.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(/.f32 #s(literal -1 binary32) (neg.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (-.f32 (*.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fabs.f32 x))) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(/.f32 (*.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(/.f32 (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x))))) (neg.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (neg.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) #s(literal -1 binary32))
(/.f32 (neg.f32 (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (neg.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(/.f32 (-.f32 (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))) (*.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))) (fma.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (fma.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))))
(/.f32 (-.f32 (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (*.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))) (+.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(/.f32 (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))
(/.f32 (/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))
(/.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 (-.f32 (neg.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (neg.f32 (fabs.f32 x))) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(/.f32 (-.f32 (*.f32 #s(literal 1 binary32) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fabs.f32 x))) (*.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) #s(literal 1 binary32))) (*.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fabs.f32 x))))
(/.f32 (-.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fabs.f32 x))) (*.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(/.f32 (-.f32 (*.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (*.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (neg.f32 (fabs.f32 x)))) (*.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(/.f32 (-.f32 (*.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fabs.f32 x))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fabs.f32 x))))
(/.f32 (-.f32 (*.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (neg.f32 (fabs.f32 x)))) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(/.f32 (-.f32 (*.f32 (neg.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fabs.f32 x))) (*.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) #s(literal 1 binary32))) (*.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fabs.f32 x))))
(/.f32 (-.f32 (*.f32 (neg.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (fabs.f32 x))) (*.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(/.f32 (-.f32 (*.f32 (neg.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (*.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (neg.f32 (fabs.f32 x)))) (*.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (-.f32 (*.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fabs.f32 x)))) (neg.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) #s(literal 1 binary32))) (neg.f32 (*.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (neg.f32 (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))) (neg.f32 (neg.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (-.f32 (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))) (*.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))) (neg.f32 (fma.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (fma.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))))
(/.f32 (neg.f32 (-.f32 (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (*.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))) (neg.f32 (+.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) #s(literal 1 binary32))) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(/.f32 (neg.f32 (/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (neg.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 (neg.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (neg.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (fma.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (pow.f32 (neg.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) #s(literal 3 binary32))) (fma.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (-.f32 (*.f32 (neg.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (neg.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))) (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (neg.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))))
(*.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (*.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (/.f32 #s(literal 1 binary32) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 1 binary32))
(*.f32 (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(*.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))
(*.f32 #s(literal -1 binary32) (/.f32 #s(literal 1 binary32) (neg.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(*.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))) (/.f32 (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (-.f32 (*.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fabs.f32 x))) (/.f32 #s(literal 1 binary32) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(*.f32 (*.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (*.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(*.f32 (neg.f32 (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (/.f32 #s(literal 1 binary32) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(*.f32 (-.f32 (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))) (*.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))) (/.f32 #s(literal 1 binary32) (fma.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (fma.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))))
(*.f32 (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (-.f32 (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (*.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))) (/.f32 #s(literal 1 binary32) (+.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))
(*.f32 (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(*.f32 (/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))))
(*.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))))))
(*.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))))
(*.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))))) (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (pow.f32 (/.f32 #s(literal 1 binary32) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(*.f32 (pow.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x))))) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (pow.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x))))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(*.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))))))
(*.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))))))
(*.f32 (/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(*.f32 (/.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(*.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(*.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
(neg.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(+.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) (log.f32 (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(+.f32 #s(literal 0 binary32) (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(+.f32 (-.f32 #s(literal 0 binary32) (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))))
(+.f32 (log.f32 (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))))
(+.f32 (log.f32 (/.f32 #s(literal 1 binary32) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))) (log.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(+.f32 (log.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))))) (log.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(+.f32 (log.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(-.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(-.f32 #s(literal 0 binary32) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(-.f32 (log.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))))) (log.f32 (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))))))
(-.f32 (log.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))))) (log.f32 (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))))))
(-.f32 (log.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (log.f32 (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(-.f32 (log.f32 #s(literal -1 binary32)) (log.f32 (neg.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))
(-.f32 (log.f32 (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (neg.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x))))))
(-.f32 (log.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x)))) (log.f32 (+.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x x) (*.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))
(-.f32 (/.f32 #s(literal 0 binary32) (+.f32 #s(literal 0 binary32) (+.f32 (pow.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) #s(literal 2 binary32)) (*.f32 #s(literal 0 binary32) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))))) (/.f32 (neg.f32 (pow.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 3 binary32))) (+.f32 #s(literal 0 binary32) (+.f32 (pow.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) #s(literal 2 binary32)) (*.f32 #s(literal 0 binary32) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))))))
(-.f32 (/.f32 #s(literal 0 binary32) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))) (/.f32 (pow.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) #s(literal 2 binary32)) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))
(/.f32 #s(literal 1 binary32) (/.f32 (+.f32 #s(literal 0 binary32) (+.f32 (pow.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) #s(literal 2 binary32)) (*.f32 #s(literal 0 binary32) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))) (-.f32 #s(literal 0 binary32) (neg.f32 (pow.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 3 binary32))))))
(/.f32 #s(literal 1 binary32) (/.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (-.f32 #s(literal 0 binary32) (pow.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) #s(literal 2 binary32)))))
(/.f32 (-.f32 #s(literal 0 binary32) (neg.f32 (pow.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 3 binary32)))) (+.f32 #s(literal 0 binary32) (+.f32 (pow.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) #s(literal 2 binary32)) (*.f32 #s(literal 0 binary32) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))))
(/.f32 (-.f32 #s(literal 0 binary32) (pow.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) #s(literal 2 binary32))) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(/.f32 (neg.f32 (-.f32 #s(literal 0 binary32) (neg.f32 (pow.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 3 binary32))))) (neg.f32 (+.f32 #s(literal 0 binary32) (+.f32 (pow.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) #s(literal 2 binary32)) (*.f32 #s(literal 0 binary32) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))))))
(/.f32 (neg.f32 (-.f32 #s(literal 0 binary32) (pow.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) #s(literal 2 binary32)))) (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (+.f32 #s(literal 0 binary32) (pow.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 3 binary32))) (+.f32 #s(literal 0 binary32) (-.f32 (pow.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) #s(literal 2 binary32)) (*.f32 #s(literal 0 binary32) (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))))
(/.f32 (+.f32 (pow.f32 (-.f32 #s(literal 0 binary32) (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) #s(literal 3 binary32)) (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 3 binary32))) (fma.f32 (-.f32 #s(literal 0 binary32) (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (-.f32 #s(literal 0 binary32) (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (-.f32 (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 2 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x))))))))
(*.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) #s(literal -1 binary32))
(*.f32 #s(literal -1 binary32) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(*.f32 (-.f32 #s(literal 0 binary32) (neg.f32 (pow.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 3 binary32)))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 0 binary32) (+.f32 (pow.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) #s(literal 2 binary32)) (*.f32 #s(literal 0 binary32) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))))))
(*.f32 (-.f32 #s(literal 0 binary32) (pow.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) #s(literal 2 binary32))) (/.f32 #s(literal 1 binary32) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))
(log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(+.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (neg.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x))))))
(+.f32 #s(literal 0 binary32) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(+.f32 (log.f32 (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (log.f32 (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))
(+.f32 (neg.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x))))) (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(+.f32 (log.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))))) (log.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x))))))
(+.f32 (log.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))))) (log.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))))
(fma.f32 #s(literal -1 binary32) (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(-.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))))
(-.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) (log.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(-.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) (log.f32 (*.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(-.f32 #s(literal 0 binary32) (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(-.f32 (log.f32 (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (log.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(-.f32 (log.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x))))) (log.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(-.f32 (log.f32 #s(literal -1 binary32)) (log.f32 (neg.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(-.f32 (log.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(-.f32 (log.f32 (-.f32 (*.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fabs.f32 x)))) (log.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(-.f32 (log.f32 (*.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) #s(literal 1 binary32))) (log.f32 (*.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(-.f32 (log.f32 (neg.f32 (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))) (log.f32 (neg.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))
(-.f32 (log.f32 (-.f32 (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))) (*.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))) (log.f32 (fma.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (fma.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))))
(-.f32 (log.f32 (-.f32 (*.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (*.f32 (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))) (log.f32 (+.f32 (/.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (fabs.f32 x) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))
(-.f32 (log.f32 (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) #s(literal 1 binary32))) (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))))
(-.f32 (log.f32 (/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (log.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(-.f32 (/.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 3 binary32)) (+.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 2 binary32)) (+.f32 (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 2 binary32)) (*.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))))))) (/.f32 (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 3 binary32)) (+.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 2 binary32)) (+.f32 (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 2 binary32)) (*.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))))))))
(-.f32 (/.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 2 binary32)) (log.f32 (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))) (/.f32 (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 2 binary32)) (log.f32 (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))
(/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 2 binary32)) (+.f32 (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 2 binary32)) (*.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x))))))) (-.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 3 binary32)) (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 3 binary32)))))
(/.f32 #s(literal 1 binary32) (/.f32 (log.f32 (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (-.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 2 binary32)) (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 2 binary32)))))
(/.f32 (-.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 3 binary32)) (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 3 binary32))) (+.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 2 binary32)) (+.f32 (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 2 binary32)) (*.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x))))))))
(/.f32 (-.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 2 binary32)) (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 2 binary32))) (log.f32 (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (-.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 3 binary32)) (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 3 binary32)))) (neg.f32 (+.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 2 binary32)) (+.f32 (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 2 binary32)) (*.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))))))))
(/.f32 (neg.f32 (-.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 2 binary32)) (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 2 binary32)))) (neg.f32 (log.f32 (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))
(/.f32 (+.f32 #s(literal 0 binary32) (neg.f32 (pow.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 3 binary32)))) (+.f32 #s(literal 0 binary32) (-.f32 (pow.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) #s(literal 2 binary32)) (*.f32 #s(literal 0 binary32) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))))
(/.f32 (+.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 3 binary32)) (pow.f32 (neg.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x))))) #s(literal 3 binary32))) (+.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 2 binary32)) (-.f32 (*.f32 (neg.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x))))) (neg.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))))) (*.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (neg.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))))))))
(/.f32 (-.f32 #s(literal 0 binary32) (pow.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 3 binary32))) (+.f32 #s(literal 0 binary32) (+.f32 (pow.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) #s(literal 2 binary32)) (*.f32 #s(literal 0 binary32) (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))))
(/.f32 (-.f32 (pow.f32 (log.f32 (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) #s(literal 3 binary32)) (pow.f32 (log.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) #s(literal 3 binary32))) (fma.f32 (log.f32 (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (log.f32 (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (fma.f32 (log.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (log.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (*.f32 (log.f32 (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (log.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))))
(*.f32 #s(literal -1 binary32) (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (-.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 3 binary32)) (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 3 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 2 binary32)) (+.f32 (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 2 binary32)) (*.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))))))))
(*.f32 (-.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 2 binary32)) (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 2 binary32))) (/.f32 #s(literal 1 binary32) (log.f32 (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))))
(log.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(+.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (fabs.f32 x)))
(+.f32 (neg.f32 (fabs.f32 x)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(pow.f32 (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal -1 binary32))
(fma.f32 #s(literal -1 binary32) (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(fma.f32 (sqrt.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))) #s(literal 1/2 binary32)) (neg.f32 (fabs.f32 x)))
(fma.f32 (sqrt.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (sqrt.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32))))) (neg.f32 (fabs.f32 x)))
(fma.f32 (sqrt.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32))))) (neg.f32 (fabs.f32 x)))
(fma.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) #s(literal 1/2 binary32)) (neg.f32 (fabs.f32 x)))
(fma.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))) (sqrt.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))) (neg.f32 (fabs.f32 x)))
(fma.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (sqrt.f32 (fma.f32 x x #s(literal -1 binary32)))) (neg.f32 (fabs.f32 x)))
(fma.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/4 binary32)) (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/4 binary32)) (neg.f32 (fabs.f32 x)))
(fma.f32 (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (neg.f32 (fabs.f32 x)))
(-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))
(-.f32 (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(-.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(-.f32 (/.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(-.f32 (/.f32 #s(literal 0 binary32) (neg.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(-.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (fabs.f32 x)))) (/.f32 (*.f32 x x) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (fabs.f32 x)))))
(/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x x) (*.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (fabs.f32 x))))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x))))))
(/.f32 #s(literal 1 binary32) (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (fabs.f32 x))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (fabs.f32 x))))
(/.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (neg.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (fabs.f32 x)))))
(/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))
(/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) (+.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x x) (*.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (fabs.f32 x))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(/.f32 (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x))))) (neg.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x))))) (neg.f32 (+.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x x) (*.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (fabs.f32 x)))))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (neg.f32 (neg.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(/.f32 (-.f32 (*.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x)))) (*.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (*.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (*.f32 x x))) (*.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))))) (neg.f32 (neg.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (fma.f32 (*.f32 x x) (neg.f32 x) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (fma.f32 x x (-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (neg.f32 (fabs.f32 x)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(/.f32 (-.f32 (pow.f32 (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) #s(literal 3 binary32)) (pow.f32 (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) #s(literal 3 binary32))) (fma.f32 (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))))
(/.f32 (-.f32 (pow.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 3 binary32)) (pow.f32 (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 3 binary32))) (fma.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (fma.f32 (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (*.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))))
(*.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))
(*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (fabs.f32 x)))))
(*.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (neg.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(*.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (+.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x x) (*.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (fabs.f32 x)))))))
(*.f32 (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32))) (/.f32 (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(*.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))) #s(literal 1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x))))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x))))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))) (/.f32 #s(literal 1 binary32) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x))))) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x))))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x))))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) #s(literal 1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (/.f32 (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(*.f32 (/.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))) (/.f32 (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(*.f32 (/.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))))) (/.f32 (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (/.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (/.f32 (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))) (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(*.f32 (/.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))))) (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (/.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(exp.f32 (*.f32 #s(literal 1/2 binary32) (log1p.f32 (*.f32 x x))))
(fabs.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/2 binary32))
(pow.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) #s(literal 1 binary32))
(pow.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) #s(literal 1/4 binary32))
(pow.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/4 binary32)) #s(literal 2 binary32))
(/.f32 #s(literal 1 binary32) (sqrt.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 #s(literal 1 binary32) (/.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))) (sqrt.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)))))
(/.f32 #s(literal 1 binary32) (/.f32 (sqrt.f32 (fma.f32 x x #s(literal -1 binary32))) (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)))))
(/.f32 (sqrt.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 (sqrt.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (sqrt.f32 (+.f32 #s(literal 1 binary32) (-.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)))))
(/.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))) (sqrt.f32 (fma.f32 x x #s(literal -1 binary32))))
(/.f32 (sqrt.f32 (neg.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)))) (sqrt.f32 (neg.f32 (fma.f32 x x #s(literal -1 binary32)))))
(/.f32 (sqrt.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)))) (sqrt.f32 (neg.f32 (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (sqrt.f32 (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))))) (sqrt.f32 (+.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (*.f32 x x)))))
(/.f32 (sqrt.f32 (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x (*.f32 x x))))) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(/.f32 (neg.f32 (sqrt.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)))) (neg.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (neg.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32)))) (neg.f32 (sqrt.f32 (fma.f32 x x #s(literal -1 binary32)))))
(sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))
(*.f32 (sqrt.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))) #s(literal 1/2 binary32)))
(*.f32 (sqrt.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (sqrt.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (sqrt.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) #s(literal 1/2 binary32)))
(*.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))) (sqrt.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))))
(*.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (sqrt.f32 (fma.f32 x x #s(literal -1 binary32)))))
(*.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/4 binary32)) (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/4 binary32)))
(*.f32 (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))

simplify439.0ms (3.5%)

Memory
-47.0MiB live, 694.1MiB allocated
Algorithm
egg-herbie
Rules
10 454×accelerator-lowering-fma.f32
10 454×accelerator-lowering-fma.f64
3 670×*-lowering-*.f32
3 670×*-lowering-*.f64
2 764×+-lowering-+.f64
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
02322496
16932330
221122289
361902206
081941940
Stop Event
iter limit
node limit
Counts
228 → 228
Calls
Call 1
Inputs
(copysign (log (+ 1 (fabs x))) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign (log (+ 1 (fabs x))) x)
(log (+ 1 (fabs x)))
(log (+ 1 (fabs x)))
(log (+ 1 (fabs x)))
(log (+ 1 (fabs x)))
(log (+ 1 (fabs x)))
(log (+ 1 (fabs x)))
(log (+ 1 (fabs x)))
(log (+ 1 (fabs x)))
(log (+ 1 (fabs x)))
(log (+ 1 (fabs x)))
(log (+ 1 (fabs x)))
(log (+ 1 (fabs x)))
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(copysign (log x) x)
(copysign (log x) x)
(copysign (log x) x)
(copysign (log x) x)
(copysign (log x) x)
(copysign (log x) x)
(copysign (log x) x)
(copysign (log x) x)
(copysign (log x) x)
(copysign (log x) x)
(copysign (log x) x)
(copysign (log x) x)
(log x)
(log x)
(log x)
(log x)
(* -1 (log (/ 1 x)))
(* -1 (log (/ 1 x)))
(* -1 (log (/ 1 x)))
(* -1 (log (/ 1 x)))
(+ (log -1) (* -1 (log (/ -1 x))))
(+ (log -1) (* -1 (log (/ -1 x))))
(+ (log -1) (* -1 (log (/ -1 x))))
(+ (log -1) (* -1 (log (/ -1 x))))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(log (+ 1 (fabs x)))
(+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))
(+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))
(+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* (pow x 2) (+ (* 1/2 (/ 1 (+ 1 (fabs x)))) (/ (log (+ 1 (fabs x))) (pow x 2))))
(* (pow x 2) (+ (* 1/2 (/ 1 (+ 1 (fabs x)))) (/ (log (+ 1 (fabs x))) (pow x 2))))
(* (pow x 2) (+ (* 1/2 (/ 1 (+ 1 (fabs x)))) (/ (log (+ 1 (fabs x))) (pow x 2))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* (pow x 2) (+ (* 1/2 (/ 1 (+ 1 (fabs x)))) (/ (log (+ 1 (fabs x))) (pow x 2))))
(* (pow x 2) (+ (* 1/2 (/ 1 (+ 1 (fabs x)))) (/ (log (+ 1 (fabs x))) (pow x 2))))
(* (pow x 2) (+ (* 1/2 (/ 1 (+ 1 (fabs x)))) (/ (log (+ 1 (fabs x))) (pow x 2))))
(/ 1/2 (+ 1 (fabs x)))
(/ 1/2 (+ 1 (fabs x)))
(/ 1/2 (+ 1 (fabs x)))
(/ 1/2 (+ 1 (fabs x)))
(/ 1/2 (+ 1 (fabs x)))
(/ 1/2 (+ 1 (fabs x)))
(/ 1/2 (+ 1 (fabs x)))
(/ 1/2 (+ 1 (fabs x)))
(/ 1/2 (+ 1 (fabs x)))
(/ 1/2 (+ 1 (fabs x)))
(/ 1/2 (+ 1 (fabs x)))
(/ 1/2 (+ 1 (fabs x)))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
1
1
1
1
1
1
1
1
1
1
1
1
(- 1 (fabs x))
(- (+ 1 (* 1/2 (pow x 2))) (fabs x))
(- (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))) (fabs x))
(- (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))) (fabs x))
x
(* x (+ 1 (* -1 (/ (fabs x) x))))
(* x (- (+ 1 (/ 1/2 (pow x 2))) (/ (fabs x) x)))
(* x (- (+ 1 (/ 1/2 (pow x 2))) (+ (* 1/8 (/ 1 (pow x 4))) (/ (fabs x) x))))
(* -1 x)
(* -1 (* x (+ 1 (/ (fabs x) x))))
(* -1 (* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x)))))
(* -1 (* x (+ 1 (* -1 (/ (- (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) (fabs x)) x)))))
(copysign (neg (log (/ (- (sqrt (+ 1 (pow x 2))) (fabs x)) (+ 1 (+ (* -1 (pow x 2)) (pow x 2)))))) x)
(copysign (neg (log (/ (- (sqrt (+ 1 (pow x 2))) (fabs x)) (+ 1 (+ (* -1 (pow x 2)) (pow x 2)))))) x)
(copysign (neg (log (/ (- (sqrt (+ 1 (pow x 2))) (fabs x)) (+ 1 (+ (* -1 (pow x 2)) (pow x 2)))))) x)
(copysign (neg (log (/ (- (sqrt (+ 1 (pow x 2))) (fabs x)) (+ 1 (+ (* -1 (pow x 2)) (pow x 2)))))) x)
(copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(* -1 (log (- 1 (fabs x))))
(- (* -1/2 (/ (pow x 2) (- 1 (fabs x)))) (log (- 1 (fabs x))))
(- (* (pow x 2) (- (* 1/24 (* (pow x 2) (+ (* 3 (/ 1 (- 1 (fabs x)))) (* 3 (/ 1 (pow (- 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (- 1 (fabs x)))))) (log (- 1 (fabs x))))
(- (* (pow x 2) (- (* (pow x 2) (- (* -1/720 (* (pow x 2) (+ (* 30 (/ 1 (pow (- 1 (fabs x)) 3))) (+ (* 45 (/ 1 (pow (- 1 (fabs x)) 2))) (* 45 (/ 1 (- 1 (fabs x)))))))) (* -1/24 (+ (* 3 (/ 1 (- 1 (fabs x)))) (* 3 (/ 1 (pow (- 1 (fabs x)) 2))))))) (* 1/2 (/ 1 (- 1 (fabs x)))))) (log (- 1 (fabs x))))
(log (/ 1 x))
(- (/ (fabs x) x) (* -1 (log (/ 1 x))))
(- (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (+ (* -1 (log (/ 1 x))) (* -1 (/ (fabs x) x))))
(- (* -1/6 (/ (+ (* -2 (pow (fabs x) 3)) (* 3 (fabs x))) (pow x 3))) (+ (* -1 (log (/ 1 x))) (+ (* -1 (/ (fabs x) x)) (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))))))
(log (/ -1 x))
(- (* -1 (/ (fabs x) x)) (* -1 (log (/ -1 x))))
(- (* -1 (/ (- (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x)) (* -1 (fabs x))) x)) (* -1 (log (/ -1 x))))
(- (* -1 (/ (- (* -1 (/ (- (* 1/6 (/ (+ (* -2 (pow (fabs x) 3)) (* 3 (fabs x))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x)) (* -1 (fabs x))) x)) (* -1 (log (/ -1 x))))
(log (- 1 (fabs x)))
(+ (log (- 1 (fabs x))) (* 1/2 (/ (pow x 2) (- 1 (fabs x)))))
(+ (log (- 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (- 1 (fabs x)))) (* 3 (/ 1 (pow (- 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (- 1 (fabs x)))))))
(+ (log (- 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (- 1 (fabs x)))) (* 3 (/ 1 (pow (- 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (- 1 (fabs x)))) (+ (* 45 (/ 1 (pow (- 1 (fabs x)) 2))) (* 30 (/ 1 (pow (- 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (- 1 (fabs x)))))))
(* -1 (log (/ 1 x)))
(+ (* -1 (log (/ 1 x))) (* -1 (/ (fabs x) x)))
(+ (* -1 (log (/ 1 x))) (+ (* -1 (/ (fabs x) x)) (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2)))))
(+ (* -1 (log (/ 1 x))) (+ (* -1 (/ (fabs x) x)) (+ (* 1/6 (/ (+ (* -2 (pow (fabs x) 3)) (* 3 (fabs x))) (pow x 3))) (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))))))
(* -1 (log (/ -1 x)))
(+ (* -1 (log (/ -1 x))) (/ (fabs x) x))
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (* -1 (fabs x)) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x)))
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (* -1 (fabs x)) (* -1 (/ (+ (* -1/6 (/ (+ (* -2 (pow (fabs x) 3)) (* 3 (fabs x))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x)))
(- 1 (fabs x))
(- (+ 1 (* 1/2 (pow x 2))) (fabs x))
(- (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))) (fabs x))
(- (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))) (fabs x))
x
(* x (+ 1 (* -1 (/ (fabs x) x))))
(* x (- (+ 1 (/ 1/2 (pow x 2))) (/ (fabs x) x)))
(* x (- (+ 1 (/ 1/2 (pow x 2))) (+ (* 1/8 (/ 1 (pow x 4))) (/ (fabs x) x))))
(* -1 x)
(* -1 (* x (+ 1 (/ (fabs x) x))))
(* -1 (* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x)))))
(* -1 (* x (+ 1 (* -1 (/ (- (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) (fabs x)) x)))))
1
(+ 1 (* 1/2 (pow x 2)))
(+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))
x
(* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))
(* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))
(* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))
(* -1 x)
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))
(* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))
(* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))
Outputs
(copysign (log (+ 1 (fabs x))) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign (log (+ 1 (fabs x))) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(log (+ 1 (fabs x)))
(log1p.f32 (fabs.f32 x))
(log (+ 1 (fabs x)))
(log1p.f32 (fabs.f32 x))
(log (+ 1 (fabs x)))
(log1p.f32 (fabs.f32 x))
(log (+ 1 (fabs x)))
(log1p.f32 (fabs.f32 x))
(log (+ 1 (fabs x)))
(log1p.f32 (fabs.f32 x))
(log (+ 1 (fabs x)))
(log1p.f32 (fabs.f32 x))
(log (+ 1 (fabs x)))
(log1p.f32 (fabs.f32 x))
(log (+ 1 (fabs x)))
(log1p.f32 (fabs.f32 x))
(log (+ 1 (fabs x)))
(log1p.f32 (fabs.f32 x))
(log (+ 1 (fabs x)))
(log1p.f32 (fabs.f32 x))
(log (+ 1 (fabs x)))
(log1p.f32 (fabs.f32 x))
(log (+ 1 (fabs x)))
(log1p.f32 (fabs.f32 x))
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(copysign (log x) x)
(copysign.f32 (log.f32 x) x)
(copysign (log x) x)
(copysign.f32 (log.f32 x) x)
(copysign (log x) x)
(copysign.f32 (log.f32 x) x)
(copysign (log x) x)
(copysign.f32 (log.f32 x) x)
(copysign (log x) x)
(copysign.f32 (log.f32 x) x)
(copysign (log x) x)
(copysign.f32 (log.f32 x) x)
(copysign (log x) x)
(copysign.f32 (log.f32 x) x)
(copysign (log x) x)
(copysign.f32 (log.f32 x) x)
(copysign (log x) x)
(copysign.f32 (log.f32 x) x)
(copysign (log x) x)
(copysign.f32 (log.f32 x) x)
(copysign (log x) x)
(copysign.f32 (log.f32 x) x)
(copysign (log x) x)
(copysign.f32 (log.f32 x) x)
(log x)
(log.f32 x)
(log x)
(log.f32 x)
(log x)
(log.f32 x)
(log x)
(log.f32 x)
(* -1 (log (/ 1 x)))
(log.f32 x)
(* -1 (log (/ 1 x)))
(log.f32 x)
(* -1 (log (/ 1 x)))
(log.f32 x)
(* -1 (log (/ 1 x)))
(log.f32 x)
(+ (log -1) (* -1 (log (/ -1 x))))
(-.f32 (log.f32 #s(literal -1 binary32)) (log.f32 (/.f32 #s(literal -1 binary32) x)))
(+ (log -1) (* -1 (log (/ -1 x))))
(-.f32 (log.f32 #s(literal -1 binary32)) (log.f32 (/.f32 #s(literal -1 binary32) x)))
(+ (log -1) (* -1 (log (/ -1 x))))
(-.f32 (log.f32 #s(literal -1 binary32)) (log.f32 (/.f32 #s(literal -1 binary32) x)))
(+ (log -1) (* -1 (log (/ -1 x))))
(-.f32 (log.f32 #s(literal -1 binary32)) (log.f32 (/.f32 #s(literal -1 binary32) x)))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
(copysign (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
(log (+ 1 (fabs x)))
(log1p.f32 (fabs.f32 x))
(+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))
(fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x)))
(+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))
(fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x)))
(+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))
(fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* (pow x 2) (+ (* 1/2 (/ 1 (+ 1 (fabs x)))) (/ (log (+ 1 (fabs x))) (pow x 2))))
(fma.f32 (log1p.f32 (fabs.f32 x)) #s(literal 1 binary32) (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(* (pow x 2) (+ (* 1/2 (/ 1 (+ 1 (fabs x)))) (/ (log (+ 1 (fabs x))) (pow x 2))))
(fma.f32 (log1p.f32 (fabs.f32 x)) #s(literal 1 binary32) (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(* (pow x 2) (+ (* 1/2 (/ 1 (+ 1 (fabs x)))) (/ (log (+ 1 (fabs x))) (pow x 2))))
(fma.f32 (log1p.f32 (fabs.f32 x)) #s(literal 1 binary32) (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* (pow x 2) (+ (* 1/2 (/ 1 (+ 1 (fabs x)))) (/ (log (+ 1 (fabs x))) (pow x 2))))
(fma.f32 (log1p.f32 (fabs.f32 x)) #s(literal 1 binary32) (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(* (pow x 2) (+ (* 1/2 (/ 1 (+ 1 (fabs x)))) (/ (log (+ 1 (fabs x))) (pow x 2))))
(fma.f32 (log1p.f32 (fabs.f32 x)) #s(literal 1 binary32) (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(* (pow x 2) (+ (* 1/2 (/ 1 (+ 1 (fabs x)))) (/ (log (+ 1 (fabs x))) (pow x 2))))
(fma.f32 (log1p.f32 (fabs.f32 x)) #s(literal 1 binary32) (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(/ 1/2 (+ 1 (fabs x)))
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ 1/2 (+ 1 (fabs x)))
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ 1/2 (+ 1 (fabs x)))
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ 1/2 (+ 1 (fabs x)))
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ 1/2 (+ 1 (fabs x)))
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ 1/2 (+ 1 (fabs x)))
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ 1/2 (+ 1 (fabs x)))
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ 1/2 (+ 1 (fabs x)))
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ 1/2 (+ 1 (fabs x)))
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ 1/2 (+ 1 (fabs x)))
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ 1/2 (+ 1 (fabs x)))
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ 1/2 (+ 1 (fabs x)))
(/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
(- 1 (fabs x))
(-.f32 #s(literal 1 binary32) (fabs.f32 x))
(- (+ 1 (* 1/2 (pow x 2))) (fabs x))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal -1 binary32)) #s(literal 1 binary32))
(- (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))) (fabs x))
(fma.f32 x (*.f32 x (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(- (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))) (fabs x))
(fma.f32 (*.f32 x x) (fma.f32 x (*.f32 x (fma.f32 (*.f32 x x) #s(literal 1/16 binary32) #s(literal -1/8 binary32))) #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
x
(* x (+ 1 (* -1 (/ (fabs x) x))))
(-.f32 x (fabs.f32 x))
(* x (- (+ 1 (/ 1/2 (pow x 2))) (/ (fabs x) x)))
(fma.f32 #s(literal 1 binary32) (/.f32 #s(literal 1/2 binary32) x) (-.f32 x (fabs.f32 x)))
(* x (- (+ 1 (/ 1/2 (pow x 2))) (+ (* 1/8 (/ 1 (pow x 4))) (/ (fabs x) x))))
(-.f32 (fma.f32 x (/.f32 #s(literal -1/8 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 #s(literal 1 binary32) (/.f32 #s(literal 1/2 binary32) x) x)) (fabs.f32 x))
(* -1 x)
(neg.f32 x)
(* -1 (* x (+ 1 (/ (fabs x) x))))
(-.f32 #s(literal 0 binary32) (+.f32 x (fabs.f32 x)))
(* -1 (* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x)))))
(-.f32 (-.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 1/2 binary32) x)) x) (fabs.f32 x))
(* -1 (* x (+ 1 (* -1 (/ (- (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) (fabs x)) x)))))
(-.f32 (-.f32 (/.f32 (+.f32 (/.f32 #s(literal 1/8 binary32) (*.f32 x x)) #s(literal -1/2 binary32)) x) (fabs.f32 x)) x)
(copysign (neg (log (/ (- (sqrt (+ 1 (pow x 2))) (fabs x)) (+ 1 (+ (* -1 (pow x 2)) (pow x 2)))))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (neg (log (/ (- (sqrt (+ 1 (pow x 2))) (fabs x)) (+ 1 (+ (* -1 (pow x 2)) (pow x 2)))))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (neg (log (/ (- (sqrt (+ 1 (pow x 2))) (fabs x)) (+ 1 (+ (* -1 (pow x 2)) (pow x 2)))))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (neg (log (/ (- (sqrt (+ 1 (pow x 2))) (fabs x)) (+ 1 (+ (* -1 (pow x 2)) (pow x 2)))))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (neg (log (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(* -1 (log (- 1 (fabs x))))
(neg.f32 (log1p.f32 (neg.f32 (fabs.f32 x))))
(- (* -1/2 (/ (pow x 2) (- 1 (fabs x)))) (log (- 1 (fabs x))))
(-.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal -1 binary32))) #s(literal 0 binary32)) (log1p.f32 (neg.f32 (fabs.f32 x))))
(- (* (pow x 2) (- (* 1/24 (* (pow x 2) (+ (* 3 (/ 1 (- 1 (fabs x)))) (* 3 (/ 1 (pow (- 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (- 1 (fabs x)))))) (log (- 1 (fabs x))))
(fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (+.f32 (/.f32 #s(literal -1/8 binary32) (+.f32 (fabs.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal -1/8 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 (fabs.f32 x) #s(literal -1 binary32))))) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal -1 binary32)))) (neg.f32 (log1p.f32 (neg.f32 (fabs.f32 x)))))
(- (* (pow x 2) (- (* (pow x 2) (- (* -1/720 (* (pow x 2) (+ (* 30 (/ 1 (pow (- 1 (fabs x)) 3))) (+ (* 45 (/ 1 (pow (- 1 (fabs x)) 2))) (* 45 (/ 1 (- 1 (fabs x)))))))) (* -1/24 (+ (* 3 (/ 1 (- 1 (fabs x)))) (* 3 (/ 1 (pow (- 1 (fabs x)) 2))))))) (* 1/2 (/ 1 (- 1 (fabs x)))))) (log (- 1 (fabs x))))
(fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (fma.f32 #s(literal -1/720 binary32) (*.f32 (*.f32 x x) (+.f32 (/.f32 #s(literal 30 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (+.f32 (/.f32 #s(literal 45 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (/.f32 #s(literal 45 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (+.f32 (/.f32 #s(literal -1/8 binary32) (+.f32 (fabs.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal -1/8 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 (fabs.f32 x) #s(literal -1 binary32)))))) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal -1 binary32)))) (neg.f32 (log1p.f32 (neg.f32 (fabs.f32 x)))))
(log (/ 1 x))
(neg.f32 (log.f32 x))
(- (/ (fabs x) x) (* -1 (log (/ 1 x))))
(-.f32 (/.f32 (fabs.f32 x) x) (log.f32 x))
(- (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))) (+ (* -1 (log (/ 1 x))) (* -1 (/ (fabs x) x))))
(fma.f32 #s(literal -1/2 binary32) (+.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) #s(literal -1 binary32)) (-.f32 (/.f32 (fabs.f32 x) x) (log.f32 x)))
(- (* -1/6 (/ (+ (* -2 (pow (fabs x) 3)) (* 3 (fabs x))) (pow x 3))) (+ (* -1 (log (/ 1 x))) (+ (* -1 (/ (fabs x) x)) (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))))))
(fma.f32 #s(literal -1/6 binary32) (/.f32 (*.f32 (fabs.f32 x) (fma.f32 (*.f32 x x) #s(literal -2 binary32) #s(literal 3 binary32))) (*.f32 x (*.f32 x x))) (fma.f32 #s(literal -1/2 binary32) (+.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) #s(literal -1 binary32)) (-.f32 (/.f32 (fabs.f32 x) x) (log.f32 x))))
(log (/ -1 x))
(log.f32 (/.f32 #s(literal -1 binary32) x))
(- (* -1 (/ (fabs x) x)) (* -1 (log (/ -1 x))))
(-.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) (/.f32 (fabs.f32 x) x))
(- (* -1 (/ (- (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x)) (* -1 (fabs x))) x)) (* -1 (log (/ -1 x))))
(-.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) (/.f32 (fma.f32 #s(literal -1/2 binary32) (/.f32 (fma.f32 x x #s(literal -1 binary32)) x) (fabs.f32 x)) x))
(- (* -1 (/ (- (* -1 (/ (- (* 1/6 (/ (+ (* -2 (pow (fabs x) 3)) (* 3 (fabs x))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x)) (* -1 (fabs x))) x)) (* -1 (log (/ -1 x))))
(+.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) (/.f32 (-.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (fma.f32 x x #s(literal -1 binary32)) (fma.f32 (*.f32 (fabs.f32 x) (fma.f32 (*.f32 x x) #s(literal -2 binary32) #s(literal 3 binary32))) (/.f32 #s(literal 1/6 binary32) x) #s(literal 0 binary32))) x) (fabs.f32 x)) x))
(log (- 1 (fabs x)))
(log1p.f32 (neg.f32 (fabs.f32 x)))
(+ (log (- 1 (fabs x))) (* 1/2 (/ (pow x 2) (- 1 (fabs x)))))
(fma.f32 x (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (neg.f32 (fabs.f32 x))))
(+ (log (- 1 (fabs x))) (* (pow x 2) (+ (* -1/24 (* (pow x 2) (+ (* 3 (/ 1 (- 1 (fabs x)))) (* 3 (/ 1 (pow (- 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (- 1 (fabs x)))))))
(fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (+.f32 (/.f32 #s(literal -1/8 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal -1/8 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/2 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (neg.f32 (fabs.f32 x))))
(+ (log (- 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (+ (* -1/24 (+ (* 3 (/ 1 (- 1 (fabs x)))) (* 3 (/ 1 (pow (- 1 (fabs x)) 2))))) (* 1/720 (* (pow x 2) (+ (* 45 (/ 1 (- 1 (fabs x)))) (+ (* 45 (/ 1 (pow (- 1 (fabs x)) 2))) (* 30 (/ 1 (pow (- 1 (fabs x)) 3))))))))) (* 1/2 (/ 1 (- 1 (fabs x)))))))
(fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (+.f32 (/.f32 #s(literal -1/8 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (fma.f32 #s(literal 1/720 binary32) (*.f32 (*.f32 x x) (+.f32 (/.f32 #s(literal 30 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (+.f32 (/.f32 #s(literal 45 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (/.f32 #s(literal 45 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (/.f32 #s(literal -1/8 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (/.f32 #s(literal 1/2 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (neg.f32 (fabs.f32 x))))
(* -1 (log (/ 1 x)))
(log.f32 x)
(+ (* -1 (log (/ 1 x))) (* -1 (/ (fabs x) x)))
(-.f32 (log.f32 x) (/.f32 (fabs.f32 x) x))
(+ (* -1 (log (/ 1 x))) (+ (* -1 (/ (fabs x) x)) (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2)))))
(fma.f32 #s(literal 1/2 binary32) (+.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) #s(literal -1 binary32)) (-.f32 (log.f32 x) (/.f32 (fabs.f32 x) x)))
(+ (* -1 (log (/ 1 x))) (+ (* -1 (/ (fabs x) x)) (+ (* 1/6 (/ (+ (* -2 (pow (fabs x) 3)) (* 3 (fabs x))) (pow x 3))) (* 1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) (pow x 2))))))
(fma.f32 #s(literal 1/2 binary32) (+.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) #s(literal -1 binary32)) (fma.f32 (*.f32 (fabs.f32 x) (fma.f32 (*.f32 x x) #s(literal -2 binary32) #s(literal 3 binary32))) (/.f32 #s(literal 1/6 binary32) (*.f32 x (*.f32 x x))) (-.f32 (log.f32 x) (/.f32 (fabs.f32 x) x))))
(* -1 (log (/ -1 x)))
(neg.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)))
(+ (* -1 (log (/ -1 x))) (/ (fabs x) x))
(-.f32 (/.f32 (fabs.f32 x) x) (log.f32 (/.f32 #s(literal -1 binary32) x)))
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (* -1 (fabs x)) (* -1/2 (/ (+ 1 (* -1 (pow (fabs x) 2))) x))) x)))
(-.f32 (/.f32 (fma.f32 #s(literal -1/2 binary32) (/.f32 (fma.f32 x x #s(literal -1 binary32)) x) (fabs.f32 x)) x) (log.f32 (/.f32 #s(literal -1 binary32) x)))
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ (* -1 (fabs x)) (* -1 (/ (+ (* -1/6 (/ (+ (* -2 (pow (fabs x) 3)) (* 3 (fabs x))) x)) (* 1/2 (+ 1 (* -1 (pow (fabs x) 2))))) x))) x)))
(-.f32 (/.f32 (+.f32 (fabs.f32 x) (/.f32 (fma.f32 x (*.f32 x #s(literal -1/2 binary32)) (fma.f32 (*.f32 (fabs.f32 x) (fma.f32 (*.f32 x x) #s(literal -2 binary32) #s(literal 3 binary32))) (/.f32 #s(literal -1/6 binary32) x) #s(literal 1/2 binary32))) x)) x) (log.f32 (/.f32 #s(literal -1 binary32) x)))
(- 1 (fabs x))
(-.f32 #s(literal 1 binary32) (fabs.f32 x))
(- (+ 1 (* 1/2 (pow x 2))) (fabs x))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal -1 binary32)) #s(literal 1 binary32))
(- (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))) (fabs x))
(fma.f32 x (*.f32 x (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(- (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))) (fabs x))
(fma.f32 (*.f32 x x) (fma.f32 x (*.f32 x (fma.f32 (*.f32 x x) #s(literal 1/16 binary32) #s(literal -1/8 binary32))) #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
x
(* x (+ 1 (* -1 (/ (fabs x) x))))
(-.f32 x (fabs.f32 x))
(* x (- (+ 1 (/ 1/2 (pow x 2))) (/ (fabs x) x)))
(fma.f32 #s(literal 1 binary32) (/.f32 #s(literal 1/2 binary32) x) (-.f32 x (fabs.f32 x)))
(* x (- (+ 1 (/ 1/2 (pow x 2))) (+ (* 1/8 (/ 1 (pow x 4))) (/ (fabs x) x))))
(-.f32 (fma.f32 x (/.f32 #s(literal -1/8 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 #s(literal 1 binary32) (/.f32 #s(literal 1/2 binary32) x) x)) (fabs.f32 x))
(* -1 x)
(neg.f32 x)
(* -1 (* x (+ 1 (/ (fabs x) x))))
(-.f32 #s(literal 0 binary32) (+.f32 x (fabs.f32 x)))
(* -1 (* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x)))))
(-.f32 (-.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 1/2 binary32) x)) x) (fabs.f32 x))
(* -1 (* x (+ 1 (* -1 (/ (- (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) (fabs x)) x)))))
(-.f32 (-.f32 (/.f32 (+.f32 (/.f32 #s(literal 1/8 binary32) (*.f32 x x)) #s(literal -1/2 binary32)) x) (fabs.f32 x)) x)
1
#s(literal 1 binary32)
(+ 1 (* 1/2 (pow x 2)))
(fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32))
(+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))
(fma.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))
(fma.f32 (*.f32 x x) (fma.f32 x (*.f32 x (fma.f32 (*.f32 x x) #s(literal 1/16 binary32) #s(literal -1/8 binary32))) #s(literal 1/2 binary32)) #s(literal 1 binary32))
x
(* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))
(fma.f32 #s(literal 1 binary32) (/.f32 #s(literal 1/2 binary32) x) x)
(* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))
(fma.f32 x (/.f32 #s(literal -1/8 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 #s(literal 1 binary32) (/.f32 #s(literal 1/2 binary32) x) x))
(* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))
(+.f32 x (fma.f32 #s(literal 1 binary32) (/.f32 #s(literal 1/2 binary32) x) (*.f32 x (+.f32 (/.f32 #s(literal 1/16 binary32) (pow.f32 x #s(literal 6 binary32))) (/.f32 #s(literal -1/8 binary32) (*.f32 (*.f32 x x) (*.f32 x x)))))))
(* -1 x)
(neg.f32 x)
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))
(-.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 1/2 binary32) x)) x)
(* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))
(fma.f32 x (/.f32 #s(literal 1/8 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (-.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 1/2 binary32) x)) x))
(* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))
(+.f32 (-.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 1/2 binary32) x)) x) (*.f32 (neg.f32 x) (+.f32 (/.f32 #s(literal 1/16 binary32) (pow.f32 x #s(literal 6 binary32))) (/.f32 #s(literal -1/8 binary32) (*.f32 (*.f32 x x) (*.f32 x x))))))

eval112.0ms (0.9%)

Memory
-0.6MiB live, 240.4MiB allocated
Compiler

Compiled 28 583 to 3 563 computations (87.5% saved)

prune234.0ms (1.9%)

Memory
4.0MiB live, 318.2MiB allocated
Pruning

28 alts after pruning (24 fresh and 4 done)

PrunedKeptTotal
New95711968
Fresh31316
Picked145
Done000
Total96128989
Accuracy
100.0%
Counts
989 → 28
Alt Table
Click to see full alt table
StatusAccuracyProgram
55.1%
(copysign.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (fma.f32 (+.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (+.f32 #s(literal -1/8 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 45 binary32))) (/.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 30 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x))) x)
53.1%
(copysign.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (fma.f32 #s(literal -1/720 binary32) (*.f32 (*.f32 x x) (+.f32 (/.f32 #s(literal 30 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (+.f32 (/.f32 #s(literal 45 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (/.f32 #s(literal 45 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (+.f32 (/.f32 #s(literal -1/8 binary32) (+.f32 (fabs.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal -1/8 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 (fabs.f32 x) #s(literal -1 binary32)))))) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal -1 binary32)))) (neg.f32 (log1p.f32 (neg.f32 (fabs.f32 x))))) x)
57.2%
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
17.7%
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
56.6%
(copysign.f32 (fma.f32 x (*.f32 x (fma.f32 #s(literal -1/24 binary32) (*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (+.f32 #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (log1p.f32 (fabs.f32 x))) x)
12.5%
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
16.3%
(copysign.f32 (-.f32 (log.f32 (*.f32 (*.f32 (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))) (/.f32 #s(literal 1 binary32) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))) (log.f32 (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))))) x)
52.2%
(copysign.f32 (neg.f32 (fma.f32 x (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (neg.f32 (fabs.f32 x))))) x)
49.5%
(copysign.f32 (neg.f32 (log1p.f32 (neg.f32 (fabs.f32 x)))) x)
20.7%
(copysign.f32 (neg.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal -1 binary32)) #s(literal 1 binary32)))) x)
12.7%
(copysign.f32 (neg.f32 (log.f32 (fma.f32 x (*.f32 x (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
38.6%
(copysign.f32 (neg.f32 (log.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))) x)
18.7%
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
10.6%
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
60.8%
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
70.1%
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
17.0%
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/16 binary32) #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
12.8%
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
20.7%
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
16.5%
(copysign.f32 (log.f32 (/.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
27.9%
(copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x)
25.4%
(copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x)
38.6%
(copysign.f32 (log.f32 (+.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) x)
27.8%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)
28.7%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x)
31.2%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)
13.0%
(copysign.f32 (log.f32 (neg.f32 x)) x)
13.2%
(copysign.f32 (log.f32 x) x)
Compiler

Compiled 1 026 to 561 computations (45.3% saved)

simplify398.0ms (3.2%)

Memory
20.8MiB live, 537.4MiB allocated
Algorithm
egg-herbie
Localize:

Found 20 expressions of interest:

NewMetricScoreProgram
cost-diff0
(/.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))
cost-diff0
(copysign.f32 (log.f32 (/.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
cost-diff288
(log.f32 (/.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
cost-diff448
(fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32)))
cost-diff0
(fabs.f32 x)
cost-diff0
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))
cost-diff0
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
cost-diff64
(log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32)))
cost-diff0
(-.f32 #s(literal 1 binary32) (fabs.f32 x))
cost-diff0
(log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
cost-diff0
(neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
cost-diff0
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
cost-diff0
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
cost-diff0
(fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))
cost-diff0
(/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
cost-diff0
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
cost-diff0
(fabs.f32 x)
cost-diff0
(fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))
cost-diff0
(log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
cost-diff0
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
Rules
11 824×accelerator-lowering-fma.f32
11 824×accelerator-lowering-fma.f64
2 554×*-lowering-*.f32
2 554×*-lowering-*.f64
2 000×+-lowering-+.f64
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
040286
186279
2178255
3388253
4775253
51292253
61956253
73521253
87010253
08041224
Stop Event
iter limit
node limit
Calls
Call 1
Inputs
(copysign (log (+ 1 (+ (* x (* x 1/2)) (fabs x)))) x)
(log (+ 1 (+ (* x (* x 1/2)) (fabs x))))
(+ (* x (* x 1/2)) (fabs x))
x
(* x 1/2)
1/2
(fabs x)
(copysign (/ (+ (* x (* x 1/2)) 0) (+ 1 (fabs x))) x)
(/ (+ (* x (* x 1/2)) 0) (+ 1 (fabs x)))
(+ (* x (* x 1/2)) 0)
x
(* x 1/2)
1/2
0
(+ 1 (fabs x))
1
(fabs x)
(copysign (neg (log (- 1 (fabs x)))) x)
(neg (log (- 1 (fabs x))))
(log (- 1 (fabs x)))
(- 1 (fabs x))
1
(fabs x)
x
(copysign (log (+ (* (fabs x) (+ (* (fabs x) (+ (* x (* x -1/8)) 1/2)) 1)) 1)) x)
(log (+ (* (fabs x) (+ (* (fabs x) (+ (* x (* x -1/8)) 1/2)) 1)) 1))
(+ (* (fabs x) (+ (* (fabs x) (+ (* x (* x -1/8)) 1/2)) 1)) 1)
(fabs x)
x
(+ (* (fabs x) (+ (* x (* x -1/8)) 1/2)) 1)
(+ (* x (* x -1/8)) 1/2)
(* x -1/8)
-1/8
1/2
1
(copysign (log (/ (+ (* x x) (+ (* x (neg x)) 1)) (- (sqrt (+ (* x x) 1)) (fabs x)))) x)
(log (/ (+ (* x x) (+ (* x (neg x)) 1)) (- (sqrt (+ (* x x) 1)) (fabs x))))
(/ (+ (* x x) (+ (* x (neg x)) 1)) (- (sqrt (+ (* x x) 1)) (fabs x)))
(+ (* x x) (+ (* x (neg x)) 1))
x
(+ (* x (neg x)) 1)
(neg x)
1
(- (sqrt (+ (* x x) 1)) (fabs x))
(sqrt (+ (* x x) 1))
(+ (* x x) 1)
(fabs x)
Outputs
(copysign (log (+ 1 (+ (* x (* x 1/2)) (fabs x)))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (fma.f32 x #s(literal 1/2 binary32) #s(literal 0 binary32)) (fabs.f32 x))) x)
(log (+ 1 (+ (* x (* x 1/2)) (fabs x))))
(log1p.f32 (fma.f32 x (fma.f32 x #s(literal 1/2 binary32) #s(literal 0 binary32)) (fabs.f32 x)))
(+ (* x (* x 1/2)) (fabs x))
(fma.f32 x (fma.f32 x #s(literal 1/2 binary32) #s(literal 0 binary32)) (fabs.f32 x))
x
(* x 1/2)
(fma.f32 x #s(literal 1/2 binary32) #s(literal 0 binary32))
1/2
#s(literal 1/2 binary32)
(fabs x)
(fabs.f32 x)
(copysign (/ (+ (* x (* x 1/2)) 0) (+ 1 (fabs x))) x)
(copysign.f32 (fma.f32 (fma.f32 x #s(literal 1/2 binary32) #s(literal 0 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))) #s(literal 0 binary32)) x)
(/ (+ (* x (* x 1/2)) 0) (+ 1 (fabs x)))
(fma.f32 (fma.f32 x #s(literal 1/2 binary32) #s(literal 0 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))) #s(literal 0 binary32))
(+ (* x (* x 1/2)) 0)
(fma.f32 #s(literal 1/2 binary32) (fma.f32 x x #s(literal 0 binary32)) #s(literal 0 binary32))
x
(* x 1/2)
(fma.f32 x #s(literal 1/2 binary32) #s(literal 0 binary32))
1/2
#s(literal 1/2 binary32)
0
#s(literal 0 binary32)
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
1
#s(literal 1 binary32)
(fabs x)
(fabs.f32 x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign.f32 (neg.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x)))) x)
(neg (log (- 1 (fabs x))))
(neg.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))))
(log (- 1 (fabs x)))
(log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x)))
(- 1 (fabs x))
(-.f32 #s(literal 1 binary32) (fabs.f32 x))
1
#s(literal 1 binary32)
(fabs x)
(fabs.f32 x)
x
(copysign (log (+ (* (fabs x) (+ (* (fabs x) (+ (* x (* x -1/8)) 1/2)) 1)) 1)) x)
(copysign.f32 (log1p.f32 (fma.f32 (fma.f32 x (fma.f32 x #s(literal -1/8 binary32) #s(literal 0 binary32)) #s(literal 1/2 binary32)) (fma.f32 x x #s(literal 0 binary32)) (fabs.f32 x))) x)
(log (+ (* (fabs x) (+ (* (fabs x) (+ (* x (* x -1/8)) 1/2)) 1)) 1))
(log1p.f32 (fma.f32 (fma.f32 x (fma.f32 x #s(literal -1/8 binary32) #s(literal 0 binary32)) #s(literal 1/2 binary32)) (fma.f32 x x #s(literal 0 binary32)) (fabs.f32 x)))
(+ (* (fabs x) (+ (* (fabs x) (+ (* x (* x -1/8)) 1/2)) 1)) 1)
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (fma.f32 x #s(literal -1/8 binary32) #s(literal 0 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))
(fabs x)
(fabs.f32 x)
x
(+ (* (fabs x) (+ (* x (* x -1/8)) 1/2)) 1)
(fma.f32 (fabs.f32 x) (fma.f32 x (fma.f32 x #s(literal -1/8 binary32) #s(literal 0 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))
(+ (* x (* x -1/8)) 1/2)
(fma.f32 x (fma.f32 x #s(literal -1/8 binary32) #s(literal 0 binary32)) #s(literal 1/2 binary32))
(* x -1/8)
(fma.f32 x #s(literal -1/8 binary32) #s(literal 0 binary32))
-1/8
#s(literal -1/8 binary32)
1/2
#s(literal 1/2 binary32)
1
#s(literal 1 binary32)
(copysign (log (/ (+ (* x x) (+ (* x (neg x)) 1)) (- (sqrt (+ (* x x) 1)) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(log (/ (+ (* x x) (+ (* x (neg x)) 1)) (- (sqrt (+ (* x x) 1)) (fabs x))))
(neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(/ (+ (* x x) (+ (* x (neg x)) 1)) (- (sqrt (+ (* x x) 1)) (fabs x)))
(/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))
(+ (* x x) (+ (* x (neg x)) 1))
#s(literal 1 binary32)
x
(+ (* x (neg x)) 1)
(fma.f32 x (neg.f32 x) #s(literal 1 binary32))
(neg x)
(neg.f32 x)
1
#s(literal 1 binary32)
(- (sqrt (+ (* x x) 1)) (fabs x))
(-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))
(sqrt (+ (* x x) 1))
(sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))
(+ (* x x) 1)
(fma.f32 x x #s(literal 1 binary32))
(fabs x)
(fabs.f32 x)

localize196.0ms (1.6%)

Memory
-18.3MiB live, 386.4MiB allocated
Localize:

Found 20 expressions of interest:

NewMetricScoreProgram
accuracy100.0%
(/.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))
accuracy100.0%
(sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))
accuracy99.9%
(-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))
accuracy59.6%
(log.f32 (/.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
accuracy100.0%
(*.f32 x #s(literal -1/8 binary32))
accuracy100.0%
(fabs.f32 x)
accuracy100.0%
(fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))
accuracy59.6%
(log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32)))
accuracy100.0%
(-.f32 #s(literal 1 binary32) (fabs.f32 x))
accuracy100.0%
(neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
accuracy100.0%
(fabs.f32 x)
accuracy59.8%
(log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
accuracy100.0%
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
accuracy100.0%
(*.f32 x #s(literal 1/2 binary32))
accuracy100.0%
(fabs.f32 x)
accuracy99.9%
(/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
accuracy100.0%
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
accuracy100.0%
(*.f32 x #s(literal 1/2 binary32))
accuracy100.0%
(fabs.f32 x)
accuracy100.0%
(log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
Samples
54.0ms74×1valid
31.0ms119×0invalid
21.0ms63×0valid
Compiler

Compiled 266 to 41 computations (84.6% saved)

Precisions
Click to see histograms. Total time spent on operations: 88.0ms
ival-log: 20.0ms (22.8% of total)
ival-add: 19.0ms (21.7% of total)
ival-mult: 14.0ms (16% of total)
ival-copysign: 11.0ms (12.6% of total)
adjust: 4.0ms (4.6% of total)
ival-div: 4.0ms (4.6% of total)
ival-sub: 4.0ms (4.6% of total)
ival-log1p: 3.0ms (3.4% of total)
ival-sqrt: 2.0ms (2.3% of total)
ival-neg: 2.0ms (2.3% of total)
ival-fabs: 2.0ms (2.3% of total)
exact: 1.0ms (1.1% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)

series193.0ms (1.6%)

Memory
10.2MiB live, 158.8MiB allocated
Counts
24 → 288
Calls
Call 1
Inputs
#<alt (copysign (log (+ 1 (+ (* x (* x 1/2)) (fabs x)))) x)>
#<alt (log (+ 1 (+ (* x (* x 1/2)) (fabs x))))>
#<alt (+ (* x (* x 1/2)) (fabs x))>
#<alt (fabs x)>
#<alt (copysign (/ (+ (* x (* x 1/2)) 0) (+ 1 (fabs x))) x)>
#<alt (/ (+ (* x (* x 1/2)) 0) (+ 1 (fabs x)))>
#<alt (+ (* x (* x 1/2)) 0)>
#<alt (+ 1 (fabs x))>
#<alt (copysign (neg (log (- 1 (fabs x)))) x)>
#<alt (neg (log (- 1 (fabs x))))>
#<alt (log (- 1 (fabs x)))>
#<alt (- 1 (fabs x))>
#<alt (log (+ (* (fabs x) (+ (* (fabs x) (+ (* x (* x -1/8)) 1/2)) 1)) 1))>
#<alt (copysign (log (+ (* (fabs x) (+ (* (fabs x) (+ (* x (* x -1/8)) 1/2)) 1)) 1)) x)>
#<alt (+ (* (fabs x) (+ (* (fabs x) (+ (* x (* x -1/8)) 1/2)) 1)) 1)>
#<alt (+ (* x x) (+ (* x (neg x)) 1))>
#<alt (log (/ (+ (* x x) (+ (* x (neg x)) 1)) (- (sqrt (+ (* x x) 1)) (fabs x))))>
#<alt (copysign (log (/ (+ (* x x) (+ (* x (neg x)) 1)) (- (sqrt (+ (* x x) 1)) (fabs x)))) x)>
#<alt (/ (+ (* x x) (+ (* x (neg x)) 1)) (- (sqrt (+ (* x x) 1)) (fabs x)))>
#<alt (* x 1/2)>
#<alt (+ (* (fabs x) (+ (* x (* x -1/8)) 1/2)) 1)>
#<alt (* x -1/8)>
#<alt (- (sqrt (+ (* x x) 1)) (fabs x))>
#<alt (sqrt (+ (* x x) 1))>
Outputs
#<alt (copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)>
#<alt (copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)>
#<alt (copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)>
#<alt (copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)>
#<alt (copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)>
#<alt (copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)>
#<alt (copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)>
#<alt (copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)>
#<alt (copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)>
#<alt (copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)>
#<alt (copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)>
#<alt (copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)>
#<alt (log (+ 1 (fabs x)))>
#<alt (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))>
#<alt (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow (+ 1 (fabs x)) 2))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))>
#<alt (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (- (* 1/24 (/ (pow x 2) (pow (+ 1 (fabs x)) 3))) (* 1/8 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))>
#<alt (+ (log 1/2) (* -2 (log (/ 1 x))))>
#<alt (+ (log 1/2) (+ (* -2 (log (/ 1 x))) (* 2 (/ (+ 1 (fabs x)) (pow x 2)))))>
#<alt (+ (log 1/2) (+ (* -2 (log (/ 1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (* 2 (/ (+ 1 (fabs x)) (pow x 2))))))>
#<alt (+ (log 1/2) (+ (* -2 (log (/ 1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 2))) (* 8/3 (/ (pow (+ 1 (fabs x)) 3) (pow x 6)))))))>
#<alt (+ (log 1/2) (* -2 (log (/ -1 x))))>
#<alt (+ (log 1/2) (+ (* -2 (log (/ -1 x))) (* 2 (/ (+ 1 (fabs x)) (pow x 2)))))>
#<alt (+ (log 1/2) (+ (* -2 (log (/ -1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (* 2 (/ (+ 1 (fabs x)) (pow x 2))))))>
#<alt (+ (log 1/2) (+ (* -2 (log (/ -1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 2))) (* 8/3 (/ (pow (+ 1 (fabs x)) 3) (pow x 6)))))))>
#<alt (fabs x)>
#<alt (+ (fabs x) (* 1/2 (pow x 2)))>
#<alt (+ (fabs x) (* 1/2 (pow x 2)))>
#<alt (+ (fabs x) (* 1/2 (pow x 2)))>
#<alt (* 1/2 (pow x 2))>
#<alt (* (pow x 2) (+ 1/2 (/ (fabs x) (pow x 2))))>
#<alt (* (pow x 2) (+ 1/2 (/ (fabs x) (pow x 2))))>
#<alt (* (pow x 2) (+ 1/2 (/ (fabs x) (pow x 2))))>
#<alt (* 1/2 (pow x 2))>
#<alt (* (pow x 2) (+ 1/2 (/ (fabs x) (pow x 2))))>
#<alt (* (pow x 2) (+ 1/2 (/ (fabs x) (pow x 2))))>
#<alt (* (pow x 2) (+ 1/2 (/ (fabs x) (pow x 2))))>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (copysign (neg (log (- 1 (fabs x)))) x)>
#<alt (copysign (neg (log (- 1 (fabs x)))) x)>
#<alt (copysign (neg (log (- 1 (fabs x)))) x)>
#<alt (copysign (neg (log (- 1 (fabs x)))) x)>
#<alt (copysign (neg (log (- 1 (fabs x)))) x)>
#<alt (copysign (neg (log (- 1 (fabs x)))) x)>
#<alt (copysign (neg (log (- 1 (fabs x)))) x)>
#<alt (copysign (neg (log (- 1 (fabs x)))) x)>
#<alt (copysign (neg (log (- 1 (fabs x)))) x)>
#<alt (copysign (neg (log (- 1 (fabs x)))) x)>
#<alt (copysign (neg (log (- 1 (fabs x)))) x)>
#<alt (copysign (neg (log (- 1 (fabs x)))) x)>
#<alt (* -1 (log (- 1 (fabs x))))>
#<alt (* -1 (log (- 1 (fabs x))))>
#<alt (* -1 (log (- 1 (fabs x))))>
#<alt (* -1 (log (- 1 (fabs x))))>
#<alt (* -1 (log (- 1 (fabs x))))>
#<alt (* -1 (log (- 1 (fabs x))))>
#<alt (* -1 (log (- 1 (fabs x))))>
#<alt (* -1 (log (- 1 (fabs x))))>
#<alt (* -1 (log (- 1 (fabs x))))>
#<alt (* -1 (log (- 1 (fabs x))))>
#<alt (* -1 (log (- 1 (fabs x))))>
#<alt (* -1 (log (- 1 (fabs x))))>
#<alt (log (- 1 (fabs x)))>
#<alt (log (- 1 (fabs x)))>
#<alt (log (- 1 (fabs x)))>
#<alt (log (- 1 (fabs x)))>
#<alt (log (- 1 (fabs x)))>
#<alt (log (- 1 (fabs x)))>
#<alt (log (- 1 (fabs x)))>
#<alt (log (- 1 (fabs x)))>
#<alt (log (- 1 (fabs x)))>
#<alt (log (- 1 (fabs x)))>
#<alt (log (- 1 (fabs x)))>
#<alt (log (- 1 (fabs x)))>
#<alt (- 1 (fabs x))>
#<alt (- 1 (fabs x))>
#<alt (- 1 (fabs x))>
#<alt (- 1 (fabs x))>
#<alt (- 1 (fabs x))>
#<alt (- 1 (fabs x))>
#<alt (- 1 (fabs x))>
#<alt (- 1 (fabs x))>
#<alt (- 1 (fabs x))>
#<alt (- 1 (fabs x))>
#<alt (- 1 (fabs x))>
#<alt (- 1 (fabs x))>
#<alt (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))>
#<alt (+ (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) (* -1/8 (/ (* (pow x 2) (pow (fabs x) 2)) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))))>
#<alt (+ (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) (* (pow x 2) (+ (* -1/8 (/ (pow (fabs x) 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))) (* -1/128 (/ (* (pow x 2) (pow (fabs x) 4)) (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 2))))))>
#<alt (+ (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) (* (pow x 2) (+ (* -1/8 (/ (pow (fabs x) 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))) (* (pow x 2) (+ (* -1/128 (/ (pow (fabs x) 4) (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 2))) (* -1/1536 (/ (* (pow x 2) (pow (fabs x) 6)) (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 3))))))))>
#<alt (+ (log (* -1/8 (pow (fabs x) 2))) (* -2 (log (/ 1 x))))>
#<alt (+ (log (* -1/8 (pow (fabs x) 2))) (+ (* -8 (/ (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) (* (pow x 2) (pow (fabs x) 2)))) (* -2 (log (/ 1 x)))))>
#<alt (+ (log (* -1/8 (pow (fabs x) 2))) (+ (* -32 (/ (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 2) (* (pow x 4) (pow (fabs x) 4)))) (+ (* -8 (/ (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) (* (pow x 2) (pow (fabs x) 2)))) (* -2 (log (/ 1 x))))))>
#<alt (+ (log (* -1/8 (pow (fabs x) 2))) (+ (* -512/3 (/ (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 3) (* (pow x 6) (pow (fabs x) 6)))) (+ (* -32 (/ (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 2) (* (pow x 4) (pow (fabs x) 4)))) (+ (* -8 (/ (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) (* (pow x 2) (pow (fabs x) 2)))) (* -2 (log (/ 1 x)))))))>
#<alt (+ (log (* -1/8 (pow (fabs x) 2))) (* -2 (log (/ -1 x))))>
#<alt (+ (log (* -1/8 (pow (fabs x) 2))) (+ (* -8 (/ (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) (* (pow x 2) (pow (fabs x) 2)))) (* -2 (log (/ -1 x)))))>
#<alt (+ (log (* -1/8 (pow (fabs x) 2))) (+ (* -32 (/ (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 2) (* (pow x 4) (pow (fabs x) 4)))) (+ (* -8 (/ (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) (* (pow x 2) (pow (fabs x) 2)))) (* -2 (log (/ -1 x))))))>
#<alt (+ (log (* -1/8 (pow (fabs x) 2))) (+ (* -512/3 (/ (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 3) (* (pow x 6) (pow (fabs x) 6)))) (+ (* -32 (/ (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 2) (* (pow x 4) (pow (fabs x) 4)))) (+ (* -8 (/ (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) (* (pow x 2) (pow (fabs x) 2)))) (* -2 (log (/ -1 x)))))))>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (+ 1/2 (* -1/8 (pow x 2)))))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (+ 1/2 (* -1/8 (pow x 2)))))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (+ 1/2 (* -1/8 (pow x 2)))))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (+ 1/2 (* -1/8 (pow x 2)))))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)>
#<alt (copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)>
#<alt (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))>
#<alt (+ 1 (+ (* -1/8 (* (pow x 2) (pow (fabs x) 2))) (* (fabs x) (+ 1 (* 1/2 (fabs x))))))>
#<alt (+ 1 (+ (* -1/8 (* (pow x 2) (pow (fabs x) 2))) (* (fabs x) (+ 1 (* 1/2 (fabs x))))))>
#<alt (+ 1 (+ (* -1/8 (* (pow x 2) (pow (fabs x) 2))) (* (fabs x) (+ 1 (* 1/2 (fabs x))))))>
#<alt (* -1/8 (* (pow x 2) (pow (fabs x) 2)))>
#<alt (* (pow x 2) (+ (* -1/8 (pow (fabs x) 2)) (+ (/ 1 (pow x 2)) (/ (* (fabs x) (+ 1 (* 1/2 (fabs x)))) (pow x 2)))))>
#<alt (* (pow x 2) (+ (* -1/8 (pow (fabs x) 2)) (+ (/ 1 (pow x 2)) (/ (* (fabs x) (+ 1 (* 1/2 (fabs x)))) (pow x 2)))))>
#<alt (* (pow x 2) (+ (* -1/8 (pow (fabs x) 2)) (+ (/ 1 (pow x 2)) (/ (* (fabs x) (+ 1 (* 1/2 (fabs x)))) (pow x 2)))))>
#<alt (* -1/8 (* (pow x 2) (pow (fabs x) 2)))>
#<alt (* (pow x 2) (+ (* -1/8 (pow (fabs x) 2)) (+ (/ 1 (pow x 2)) (/ (* (fabs x) (+ 1 (* 1/2 (fabs x)))) (pow x 2)))))>
#<alt (* (pow x 2) (+ (* -1/8 (pow (fabs x) 2)) (+ (/ 1 (pow x 2)) (/ (* (fabs x) (+ 1 (* 1/2 (fabs x)))) (pow x 2)))))>
#<alt (* (pow x 2) (+ (* -1/8 (pow (fabs x) 2)) (+ (/ 1 (pow x 2)) (/ (* (fabs x) (+ 1 (* 1/2 (fabs x)))) (pow x 2)))))>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt 1>
#<alt (log (/ 1 (- 1 (fabs x))))>
#<alt (+ (log (/ 1 (- 1 (fabs x)))) (* -1/2 (/ (pow x 2) (- 1 (fabs x)))))>
#<alt (+ (log (/ 1 (- 1 (fabs x)))) (* (pow x 2) (- (* 1/24 (* (pow x 2) (- (* 24 (* (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3)))) (- 1 (fabs x)))) (* 3 (/ 1 (pow (- 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (- 1 (fabs x)))))))>
#<alt (+ (log (/ 1 (- 1 (fabs x)))) (* (pow x 2) (- (* (pow x 2) (+ (* 1/720 (* (pow x 2) (- (+ (* -720 (* (+ (* 1/16 (/ 1 (pow (- 1 (fabs x)) 2))) (+ (* 1/2 (/ (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3)))) (- 1 (fabs x)))) (* 1/16 (/ 1 (pow (- 1 (fabs x)) 3))))) (- 1 (fabs x)))) (* 360 (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3)))))) (* 30 (/ 1 (pow (- 1 (fabs x)) 3)))))) (* 1/24 (- (* 24 (* (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3)))) (- 1 (fabs x)))) (* 3 (/ 1 (pow (- 1 (fabs x)) 2))))))) (* 1/2 (/ 1 (- 1 (fabs x)))))))>
#<alt (log (/ 1 x))>
#<alt (+ (log (/ 1 x)) (/ (fabs x) x))>
#<alt (+ (log (/ 1 x)) (+ (* 1/2 (/ (+ (* -2 (+ 1/2 (* -1 (pow (fabs x) 2)))) (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))>
#<alt (+ (log (/ 1 x)) (+ (* 1/6 (/ (+ (* -6 (+ (* 1/2 (fabs x)) (* (fabs x) (+ 1/2 (* -1 (pow (fabs x) 2)))))) (+ (* 2 (pow (fabs x) 3)) (* 6 (* (fabs x) (+ 1/2 (* -1 (pow (fabs x) 2))))))) (pow x 3))) (+ (* 1/2 (/ (+ (* -2 (+ 1/2 (* -1 (pow (fabs x) 2)))) (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))>
#<alt (log (/ -1 x))>
#<alt (+ (log (/ -1 x)) (* -1 (/ (fabs x) x)))>
#<alt (+ (log (/ -1 x)) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ (* -2 (+ 1/2 (* -1 (pow (fabs x) 2)))) (* -1 (pow (fabs x) 2))) x))) x)))>
#<alt (+ (log (/ -1 x)) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -6 (+ (* 1/2 (fabs x)) (* (fabs x) (+ 1/2 (* -1 (pow (fabs x) 2)))))) (+ (* 2 (pow (fabs x) 3)) (* 6 (* (fabs x) (+ 1/2 (* -1 (pow (fabs x) 2))))))) x)) (* 1/2 (+ (* -2 (+ 1/2 (* -1 (pow (fabs x) 2)))) (* -1 (pow (fabs x) 2))))) x))) x)))>
#<alt (copysign (log (/ (+ 1 (+ (* -1 (pow x 2)) (pow x 2))) (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (copysign (log (/ (+ 1 (+ (* -1 (pow x 2)) (pow x 2))) (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (copysign (log (/ (+ 1 (+ (* -1 (pow x 2)) (pow x 2))) (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (copysign (log (/ (+ 1 (+ (* -1 (pow x 2)) (pow x 2))) (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)>
#<alt (/ 1 (- 1 (fabs x)))>
#<alt (+ (* -1/2 (/ (pow x 2) (pow (- 1 (fabs x)) 2))) (/ 1 (- 1 (fabs x))))>
#<alt (+ (* (pow x 2) (- (* (pow x 2) (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3))))) (* 1/2 (/ 1 (pow (- 1 (fabs x)) 2))))) (/ 1 (- 1 (fabs x))))>
#<alt (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1 (* (pow x 2) (+ (* 1/16 (/ 1 (pow (- 1 (fabs x)) 2))) (+ (* 1/16 (/ 1 (pow (- 1 (fabs x)) 3))) (* 1/2 (/ (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3)))) (- 1 (fabs x)))))))) (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3)))))) (* 1/2 (/ 1 (pow (- 1 (fabs x)) 2))))) (/ 1 (- 1 (fabs x))))>
#<alt (/ 1 x)>
#<alt (/ (+ 1 (/ (fabs x) x)) x)>
#<alt (/ (- (+ 1 (* -1 (/ (+ 1/2 (* -1 (pow (fabs x) 2))) (pow x 2)))) (* -1 (/ (fabs x) x))) x)>
#<alt (/ (- (+ 1 (* -1 (/ (+ (* 1/2 (fabs x)) (* (fabs x) (+ 1/2 (* -1 (pow (fabs x) 2))))) (pow x 3)))) (+ (* -1 (/ (fabs x) x)) (+ (* -1 (/ (pow (fabs x) 2) (pow x 2))) (/ 1/2 (pow x 2))))) x)>
#<alt (/ -1 x)>
#<alt (* -1 (/ (+ 1 (* -1 (/ (fabs x) x))) x))>
#<alt (* -1 (/ (+ 1 (* -1 (/ (- (+ (* -1 (/ (pow (fabs x) 2) x)) (* 1/2 (/ 1 x))) (* -1 (fabs x))) x))) x))>
#<alt (* -1 (/ (+ 1 (* -1 (/ (- (* -1 (/ (- (+ (* 1/2 (/ (fabs x) x)) (/ (* (fabs x) (+ 1/2 (* -1 (pow (fabs x) 2)))) x)) (+ 1/2 (* -1 (pow (fabs x) 2)))) x)) (* -1 (fabs x))) x))) x))>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (+ 1 (* 1/2 (fabs x)))>
#<alt (+ 1 (+ (* -1/8 (* (pow x 2) (fabs x))) (* 1/2 (fabs x))))>
#<alt (+ 1 (+ (* -1/8 (* (pow x 2) (fabs x))) (* 1/2 (fabs x))))>
#<alt (+ 1 (+ (* -1/8 (* (pow x 2) (fabs x))) (* 1/2 (fabs x))))>
#<alt (* -1/8 (* (pow x 2) (fabs x)))>
#<alt (* (pow x 2) (+ (* -1/8 (fabs x)) (+ (* 1/2 (/ (fabs x) (pow x 2))) (/ 1 (pow x 2)))))>
#<alt (* (pow x 2) (+ (* -1/8 (fabs x)) (+ (* 1/2 (/ (fabs x) (pow x 2))) (/ 1 (pow x 2)))))>
#<alt (* (pow x 2) (+ (* -1/8 (fabs x)) (+ (* 1/2 (/ (fabs x) (pow x 2))) (/ 1 (pow x 2)))))>
#<alt (* -1/8 (* (pow x 2) (fabs x)))>
#<alt (* (pow x 2) (+ (* -1/8 (fabs x)) (+ (* 1/2 (/ (fabs x) (pow x 2))) (/ 1 (pow x 2)))))>
#<alt (* (pow x 2) (+ (* -1/8 (fabs x)) (+ (* 1/2 (/ (fabs x) (pow x 2))) (/ 1 (pow x 2)))))>
#<alt (* (pow x 2) (+ (* -1/8 (fabs x)) (+ (* 1/2 (/ (fabs x) (pow x 2))) (/ 1 (pow x 2)))))>
#<alt (* -1/8 x)>
#<alt (* -1/8 x)>
#<alt (* -1/8 x)>
#<alt (* -1/8 x)>
#<alt (* -1/8 x)>
#<alt (* -1/8 x)>
#<alt (* -1/8 x)>
#<alt (* -1/8 x)>
#<alt (* -1/8 x)>
#<alt (* -1/8 x)>
#<alt (* -1/8 x)>
#<alt (* -1/8 x)>
#<alt (- 1 (fabs x))>
#<alt (- (+ 1 (* 1/2 (pow x 2))) (fabs x))>
#<alt (- (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))) (fabs x))>
#<alt (- (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))) (fabs x))>
#<alt x>
#<alt (* x (+ 1 (* -1 (/ (fabs x) x))))>
#<alt (* x (- (+ 1 (/ 1/2 (pow x 2))) (/ (fabs x) x)))>
#<alt (* x (- (+ 1 (/ 1/2 (pow x 2))) (+ (* 1/8 (/ 1 (pow x 4))) (/ (fabs x) x))))>
#<alt (* -1 x)>
#<alt (* -1 (* x (+ 1 (/ (fabs x) x))))>
#<alt (* -1 (* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x)))))>
#<alt (* -1 (* x (+ 1 (* -1 (/ (- (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) (fabs x)) x)))))>
#<alt 1>
#<alt (+ 1 (* 1/2 (pow x 2)))>
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))>
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))>
#<alt x>
#<alt (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))>
#<alt (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))>
#<alt (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))>
#<alt (* -1 x)>
#<alt (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))>
#<alt (* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))>
#<alt (* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))>
Calls

72 calls:

TimeVariablePointExpression
130.0ms
x
@0
(neg (log (- 1 (fabs x))))
25.0ms
x
@inf
(neg (log (- 1 (fabs x))))
15.0ms
x
@-inf
(neg (log (- 1 (fabs x))))
4.0ms
x
@inf
(* x -1/8)
2.0ms
x
@0
(log (/ (+ (* x x) (+ (* x (neg x)) 1)) (- (sqrt (+ (* x x) 1)) (fabs x))))

rewrite560.0ms (4.5%)

Memory
15.6MiB live, 1 012.0MiB allocated
Algorithm
batch-egg-rewrite
Rules
6 020×accelerator-lowering-fma.f32
6 020×accelerator-lowering-fma.f64
5 880×/-lowering-/.f32
5 880×/-lowering-/.f64
5 424×*-lowering-*.f32
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
040250
1232212
22151212
09730184
Stop Event
iter limit
node limit
Counts
24 → 1 175
Calls
Call 1
Inputs
(copysign (log (+ 1 (+ (* x (* x 1/2)) (fabs x)))) x)
(log (+ 1 (+ (* x (* x 1/2)) (fabs x))))
(+ (* x (* x 1/2)) (fabs x))
(fabs x)
(copysign (/ (+ (* x (* x 1/2)) 0) (+ 1 (fabs x))) x)
(/ (+ (* x (* x 1/2)) 0) (+ 1 (fabs x)))
(+ (* x (* x 1/2)) 0)
(+ 1 (fabs x))
(copysign (neg (log (- 1 (fabs x)))) x)
(neg (log (- 1 (fabs x))))
(log (- 1 (fabs x)))
(- 1 (fabs x))
(log (+ (* (fabs x) (+ (* (fabs x) (+ (* x (* x -1/8)) 1/2)) 1)) 1))
(copysign (log (+ (* (fabs x) (+ (* (fabs x) (+ (* x (* x -1/8)) 1/2)) 1)) 1)) x)
(+ (* (fabs x) (+ (* (fabs x) (+ (* x (* x -1/8)) 1/2)) 1)) 1)
(+ (* x x) (+ (* x (neg x)) 1))
(log (/ (+ (* x x) (+ (* x (neg x)) 1)) (- (sqrt (+ (* x x) 1)) (fabs x))))
(copysign (log (/ (+ (* x x) (+ (* x (neg x)) 1)) (- (sqrt (+ (* x x) 1)) (fabs x)))) x)
(/ (+ (* x x) (+ (* x (neg x)) 1)) (- (sqrt (+ (* x x) 1)) (fabs x)))
(* x 1/2)
(+ (* (fabs x) (+ (* x (* x -1/8)) 1/2)) 1)
(* x -1/8)
(- (sqrt (+ (* x x) 1)) (fabs x))
(sqrt (+ (* x x) 1))
Outputs
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
(neg.f32 (log.f32 (/.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (-.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 1 binary32)))))
(neg.f32 (log.f32 (/.f32 (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (-.f32 #s(literal 1 binary32) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))))
(+.f32 (log1p.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))) (log.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (-.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) #s(literal 1 binary32)) #s(literal 1 binary32)))))
(+.f32 (log1p.f32 (*.f32 (neg.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) (log.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))))
(-.f32 #s(literal 0 binary32) (log.f32 (/.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (-.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 1 binary32)))))
(-.f32 #s(literal 0 binary32) (log.f32 (/.f32 (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (-.f32 #s(literal 1 binary32) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))))
(-.f32 (log1p.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))) (log.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (-.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) #s(literal 1 binary32)) #s(literal 1 binary32))))
(-.f32 (log1p.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))) (log.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))))
(-.f32 (log1p.f32 (*.f32 (neg.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) (log1p.f32 (neg.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))
(-.f32 (log.f32 (neg.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 1 binary32)))) (log.f32 (neg.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (-.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) #s(literal 1 binary32)) #s(literal 1 binary32)))))
(-.f32 (log.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))) (log.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))))
(-.f32 (log.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32))) (*.f32 x (*.f32 x x)))) (log.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fabs.f32 x))))))
(-.f32 (log.f32 (-.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 1 binary32))) (log.f32 (-.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) #s(literal 1 binary32))))
(-.f32 (log.f32 (-.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32))) (*.f32 x x))) (log.f32 (-.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fabs.f32 x))))
(log.f32 (+.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))
(+.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fabs.f32 x))
(+.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(+.f32 (fabs.f32 x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))
(+.f32 (fabs.f32 x) (*.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(+.f32 (fabs.f32 x) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1 binary32)))
(+.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) #s(literal 0 binary32))
(+.f32 #s(literal 0 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
(+.f32 (*.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fabs.f32 x))
(+.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1 binary32)) (fabs.f32 x))
(+.f32 (+.f32 (fabs.f32 x) #s(literal 0 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))
(pow.f32 (/.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) (*.f32 x (*.f32 x x)))) #s(literal -1 binary32))
(pow.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 0 binary32) (fabs.f32 x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x)))) #s(literal -1 binary32))
(fma.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fabs.f32 x))
(fma.f32 #s(literal 1 binary32) (fabs.f32 x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))
(fma.f32 #s(literal 1 binary32) (fabs.f32 x) (*.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(fma.f32 #s(literal 1 binary32) (fabs.f32 x) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1 binary32)))
(fma.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) #s(literal 0 binary32))
(fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))
(fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))
(fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (*.f32 x #s(literal 1/2 binary32)) x (fabs.f32 x))
(fma.f32 (*.f32 x #s(literal 1/2 binary32)) x (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1 binary32) (fabs.f32 x))
(fma.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fabs.f32 x))
(fma.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (fabs.f32 x) #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))
(fma.f32 (fabs.f32 x) #s(literal 1 binary32) (*.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(fma.f32 (fabs.f32 x) #s(literal 1 binary32) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1 binary32)))
(fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) #s(literal 1 binary32) #s(literal 0 binary32))
(fma.f32 (*.f32 x x) #s(literal 1/2 binary32) (fabs.f32 x))
(fma.f32 (*.f32 x x) #s(literal 1/2 binary32) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (fabs.f32 x))
(fma.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fabs.f32 x))
(fma.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) (*.f32 x (*.f32 x x))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x))) (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))) #s(literal 0 binary32))
(fma.f32 (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) x) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) x) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 x (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 x (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x x) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x x) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x x) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x x) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32)) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 1/4 binary32)) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 1/4 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x x)) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x x)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) x) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) x) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 1/2 binary32)) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 1/2 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) x) (/.f32 #s(literal 1/8 binary32) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) x) (/.f32 #s(literal 1/8 binary32) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/8 binary32) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/8 binary32) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1/8 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1/8 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x x)) (/.f32 #s(literal 1/8 binary32) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x x)) (/.f32 #s(literal 1/8 binary32) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x x)) (/.f32 #s(literal 1/8 binary32) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x x)) (/.f32 #s(literal 1/8 binary32) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/2 binary32) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/2 binary32) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 #s(literal 1/8 binary32) (*.f32 x x)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 #s(literal 1/8 binary32) (*.f32 x x)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 #s(literal 1/8 binary32) (*.f32 x #s(literal 1/2 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 #s(literal 1/8 binary32) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 #s(literal 1/8 binary32) x) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 #s(literal 1/8 binary32) x) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) #s(literal 1/4 binary32) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) #s(literal 1/4 binary32) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/4 binary32)) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/4 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32)) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) x) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) x) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) #s(literal 1/4 binary32)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) #s(literal 1/4 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x)) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x)) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x)) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x)) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) #s(literal 1/2 binary32)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) #s(literal 1/2 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (*.f32 x (*.f32 x x)) #s(literal 1/4 binary32)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (*.f32 x (*.f32 x x)) #s(literal 1/4 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) x) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) x) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (*.f32 x (*.f32 x x)) #s(literal 1/2 binary32)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (*.f32 x (*.f32 x x)) #s(literal 1/2 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) x) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) x) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x x)) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x x)) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x x)) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x x)) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x x)) (fabs.f32 x))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x x)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) #s(literal 1/4 binary32)) (fabs.f32 x))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) #s(literal 1/4 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) x) (fabs.f32 x))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) x) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) #s(literal 1/2 binary32)) (fabs.f32 x))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) #s(literal 1/2 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 x x) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x #s(literal 1/2 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 x x) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 x #s(literal 1/2 binary32)) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x x)) (fabs.f32 x))
(fma.f32 (/.f32 x #s(literal 1/2 binary32)) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x x)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 x (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) x) (fabs.f32 x))
(fma.f32 (/.f32 x (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) x) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 x (*.f32 x x)) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 1/2 binary32)) (fabs.f32 x))
(fma.f32 (/.f32 x (*.f32 x x)) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 1/2 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 x (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 x (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) x) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x #s(literal 1/2 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) x) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1/2 binary32)) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x x)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1/2 binary32)) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x x)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) x) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) x) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x x)) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 1/2 binary32)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x x)) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 1/2 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x x) x) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x x) x) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x x) x) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x #s(literal 1/2 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x x) x) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x x) x) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x x) x) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x x) #s(literal 1/2 binary32)) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x x)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x x) #s(literal 1/2 binary32)) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x x)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x x) #s(literal 1/2 binary32)) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x x)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x x) #s(literal 1/2 binary32)) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x x)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x x)) (/.f32 (*.f32 x x) #s(literal 1/2 binary32)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x x)) (/.f32 (*.f32 x x) #s(literal 1/2 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x x) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) x) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x x) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) x) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x x) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) x) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x x) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) x) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) x) (/.f32 (*.f32 x x) (*.f32 x #s(literal 1/2 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) x) (/.f32 (*.f32 x x) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 1/2 binary32)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 1/2 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 (*.f32 x x) (*.f32 x x)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 (*.f32 x x) (*.f32 x x)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x x) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x x) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x x) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x x) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) x) (/.f32 #s(literal 1/4 binary32) (*.f32 x #s(literal 1/2 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) x) (/.f32 #s(literal 1/4 binary32) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/2 binary32)) (/.f32 #s(literal 1/4 binary32) (*.f32 x x)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/2 binary32)) (/.f32 #s(literal 1/4 binary32) (*.f32 x x)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)) #s(literal 1/2 binary32) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)) #s(literal 1/2 binary32) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) x) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) x) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) #s(literal 1/2 binary32)) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x x)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) #s(literal 1/2 binary32)) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x x)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) x) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) x) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (*.f32 x x)) (/.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1/2 binary32)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (*.f32 x x)) (/.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1/2 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) x) (/.f32 x (*.f32 x #s(literal 1/2 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) x) (/.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 x (*.f32 x x)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 x (*.f32 x x)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 x x) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 x x) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x x)) (/.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x x)) (/.f32 x #s(literal 1/2 binary32)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) x) (/.f32 #s(literal 1/2 binary32) (*.f32 x #s(literal 1/2 binary32))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) x) (/.f32 #s(literal 1/2 binary32) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) #s(literal 1/2 binary32)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) #s(literal 1/2 binary32)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/2 binary32) x) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/2 binary32) x) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x x)) #s(literal 1 binary32) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x x)) #s(literal 1 binary32) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (fabs.f32 x))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 0 binary32) (fabs.f32 x)))
(-.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))) (/.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))))
(-.f32 (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (-.f32 (fabs.f32 x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) (*.f32 x (*.f32 x x)))))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 0 binary32) (fabs.f32 x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x)))))
(/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) (*.f32 x (*.f32 x x))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) (*.f32 x (*.f32 x x))) (fma.f32 x x (-.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (fabs.f32 x))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) (*.f32 x (*.f32 x x))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 0 binary32) (fabs.f32 x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x))))))
(/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 0 binary32) (fabs.f32 x))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) (*.f32 x (*.f32 x x)))) (neg.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) (*.f32 x (*.f32 x x)))) (neg.f32 (fma.f32 x x (-.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (fabs.f32 x)))))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x)))) (neg.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))))
(/.f32 (-.f32 (*.f32 x x) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (-.f32 (fabs.f32 x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(/.f32 (*.f32 #s(literal 1 binary32) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) (*.f32 x (*.f32 x x)))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))))
(/.f32 (*.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x)))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 0 binary32) (fabs.f32 x))))
(/.f32 (-.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 0 binary32) (fabs.f32 x))) (*.f32 x x))) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 0 binary32) (fabs.f32 x))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) (*.f32 x (*.f32 x x))))) (neg.f32 (neg.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x))))) (neg.f32 (neg.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 0 binary32) (fabs.f32 x))))))
(/.f32 (neg.f32 (-.f32 (*.f32 x x) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (neg.f32 (-.f32 (fabs.f32 x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) (*.f32 x (*.f32 x x))))) (neg.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x))))) (neg.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))))
(*.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
(*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) #s(literal 1 binary32))
(*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) (*.f32 x (*.f32 x x))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))))
(*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x))) (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))))
(fabs.f32 x)
(fabs.f32 (neg.f32 x))
(fabs.f32 (neg.f32 (neg.f32 x)))
(fabs.f32 (-.f32 x #s(literal 0 binary32)))
(fabs.f32 (neg.f32 (neg.f32 (neg.f32 x))))
(fabs.f32 (neg.f32 (-.f32 x #s(literal 0 binary32))))
(/.f32 (*.f32 x x) (fabs.f32 (+.f32 #s(literal 0 binary32) x)))
(/.f32 (fabs.f32 (-.f32 #s(literal 0 binary32) (*.f32 x (*.f32 x x)))) (fabs.f32 (+.f32 #s(literal 0 binary32) (fma.f32 x x (*.f32 #s(literal 0 binary32) x)))))
(*.f32 #s(literal 1 binary32) (fabs.f32 x))
(*.f32 (fabs.f32 x) #s(literal 1 binary32))
(copysign.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(neg.f32 (*.f32 #s(literal -1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(neg.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(exp.f32 (*.f32 (log.f32 (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal -1 binary32)))
(pow.f32 (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal -1 binary32))
(pow.f32 (/.f32 (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 1 binary32)) #s(literal -1 binary32))
(-.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 0 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(-.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (/.f32 #s(literal 0 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(-.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 0 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32))) (*.f32 #s(literal -1/2 binary32) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(/.f32 #s(literal 1 binary32) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (neg.f32 (neg.f32 (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))))
(/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32)))
(/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 1 binary32))))
(/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(/.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) (neg.f32 (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))))
(/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 1 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 1 binary32))) (neg.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) (neg.f32 (neg.f32 (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32)))))
(/.f32 (neg.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1 binary32))) (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32)))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (neg.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(*.f32 #s(literal 1 binary32) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 x (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(*.f32 x (/.f32 (*.f32 x #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(*.f32 (*.f32 x x) (*.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32))))
(*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(*.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))
(*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(*.f32 (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(*.f32 (pow.f32 (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))))
(*.f32 (pow.f32 (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(*.f32 (/.f32 (*.f32 x x) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))))
(*.f32 (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(*.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))))
(*.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) #s(literal 1/4 binary32)))
(*.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 x x)))
(*.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x))
(*.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) #s(literal 1/2 binary32)))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) x) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 1/2 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 x x)))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) #s(literal 1/2 binary32)))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 x (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(*.f32 (/.f32 x (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))))
(*.f32 (/.f32 x (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (/.f32 x (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x)))))
(*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))))
(*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 x (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x)))))
(*.f32 (/.f32 (*.f32 x x) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (/.f32 (*.f32 x x) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x)))))
(*.f32 (/.f32 #s(literal 1/2 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(*.f32 (/.f32 #s(literal 1/2 binary32) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))))
(*.f32 (/.f32 #s(literal 1/2 binary32) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (/.f32 #s(literal 1/2 binary32) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x)))))
(*.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(*.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))))
(*.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x)))))
(*.f32 (/.f32 x #s(literal -1 binary32)) (/.f32 (neg.f32 (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal -1 binary32)) (/.f32 (neg.f32 x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (/.f32 (*.f32 x x) #s(literal -1 binary32)) (/.f32 #s(literal -1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (/.f32 (neg.f32 x) #s(literal -1 binary32)) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (/.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) #s(literal -1 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (/.f32 (neg.f32 (*.f32 x #s(literal 1/2 binary32))) #s(literal -1 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/8 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32)))
(*.f32 (/.f32 (*.f32 x (*.f32 x x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))))
(*.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))))
(*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x)))))
(+.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 0 binary32))
(+.f32 #s(literal 0 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))
(pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1 binary32))
(pow.f32 (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32)) #s(literal -1 binary32))
(pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal -1 binary32))
(fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))
(fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))
(fma.f32 (*.f32 x #s(literal 1/2 binary32)) x #s(literal 0 binary32))
(fma.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 0 binary32))
(fma.f32 (*.f32 x x) #s(literal 1/2 binary32) #s(literal 0 binary32))
(fma.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))
(fma.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 0 binary32))
(fma.f32 (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) x) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 x (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x x) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x x) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 1/4 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) x) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 1/2 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) x) (/.f32 #s(literal 1/8 binary32) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/8 binary32) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1/8 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x x)) (/.f32 #s(literal 1/8 binary32) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x x)) (/.f32 #s(literal 1/8 binary32) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/2 binary32) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 #s(literal 1/8 binary32) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 #s(literal 1/8 binary32) (*.f32 x #s(literal 1/2 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 #s(literal 1/8 binary32) x) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/4 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) x) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) #s(literal 1/4 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x)) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x)) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (*.f32 x (*.f32 x x)) #s(literal 1/4 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) x) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (*.f32 x (*.f32 x x)) #s(literal 1/2 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) x) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x x)) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x x)) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) #s(literal 1/4 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) x) #s(literal 0 binary32))
(fma.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) #s(literal 1/2 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 x x) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x #s(literal 1/2 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 x #s(literal 1/2 binary32)) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (/.f32 x (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) x) #s(literal 0 binary32))
(fma.f32 (/.f32 x (*.f32 x x)) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 1/2 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 x (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) x) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x #s(literal 1/2 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1/2 binary32)) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) x) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x x)) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 1/2 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x x) x) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x x) x) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x #s(literal 1/2 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x x) x) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x x) #s(literal 1/2 binary32)) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x x) #s(literal 1/2 binary32)) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x x)) (/.f32 (*.f32 x x) #s(literal 1/2 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x x) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) x) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x x) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) x) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) x) (/.f32 (*.f32 x x) (*.f32 x #s(literal 1/2 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 1/2 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 (*.f32 x x) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x x) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x x) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) x) (/.f32 #s(literal 1/4 binary32) (*.f32 x #s(literal 1/2 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/2 binary32)) (/.f32 #s(literal 1/4 binary32) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)) #s(literal 1/2 binary32) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) x) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) #s(literal 1/2 binary32)) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) x) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (*.f32 x x)) (/.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1/2 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) x) (/.f32 x (*.f32 x #s(literal 1/2 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 x (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 x x) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x x)) (/.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) x) (/.f32 #s(literal 1/2 binary32) (*.f32 x #s(literal 1/2 binary32))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) #s(literal 1/2 binary32)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/2 binary32) x) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x x)) #s(literal 1 binary32) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) #s(literal 0 binary32))
(-.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 0 binary32))
(-.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (/.f32 #s(literal 0 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(-.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (/.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))))
(-.f32 (/.f32 #s(literal 0 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 #s(literal 1 binary32) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32)))
(/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))
(/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (-.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))
(/.f32 (-.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (neg.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))))
(/.f32 (-.f32 (*.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 0 binary32))) (*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(/.f32 (-.f32 (*.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32)) #s(literal 0 binary32))) (*.f32 (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(/.f32 (-.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)))
(/.f32 (-.f32 (*.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(/.f32 (-.f32 (*.f32 (-.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)))
(/.f32 (-.f32 (*.f32 (-.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(/.f32 (-.f32 (*.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) (*.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (-.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (neg.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (-.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (neg.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(*.f32 #s(literal 1/2 binary32) (*.f32 x x))
(*.f32 (*.f32 x #s(literal 1/2 binary32)) x)
(*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(*.f32 (*.f32 x x) #s(literal 1/2 binary32))
(*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))))
(*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(*.f32 (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) x) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 x (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))
(*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 x x) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 x x) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32)))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 1/4 binary32)))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x x)))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) x))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 1/2 binary32)))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) x) (/.f32 #s(literal 1/8 binary32) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/8 binary32) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1/8 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x x)) (/.f32 #s(literal 1/8 binary32) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x x)) (/.f32 #s(literal 1/8 binary32) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/2 binary32))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 #s(literal 1/8 binary32) (*.f32 x x)))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 #s(literal 1/8 binary32) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 #s(literal 1/8 binary32) x))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) #s(literal 1/4 binary32))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/4 binary32)))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32)))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)))
(*.f32 (/.f32 (*.f32 x (*.f32 x x)) x) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(*.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))))
(*.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x)))
(*.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) #s(literal 1/4 binary32)))
(*.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x)))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x)) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x x)) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) #s(literal 1/2 binary32)))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (*.f32 x (*.f32 x x)) #s(literal 1/4 binary32)))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) x))
(*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (*.f32 x (*.f32 x x)) #s(literal 1/2 binary32)))
(*.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) x) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
(*.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x x)) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))))
(*.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x x)) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
(*.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x x)))
(*.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) #s(literal 1/4 binary32)))
(*.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x)) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) x))
(*.f32 (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) (/.f32 (pow.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 3/2 binary32)) #s(literal 1/2 binary32)))
(*.f32 (/.f32 x x) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 (/.f32 x #s(literal 1/2 binary32)) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x x)))
(*.f32 (/.f32 x (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) x))
(*.f32 (/.f32 x (*.f32 x x)) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 1/2 binary32)))
(*.f32 (/.f32 x (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) x) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1/2 binary32)) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x x)))
(*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) x))
(*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x x)) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 1/2 binary32)))
(*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))))
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 x x) x) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 (/.f32 (*.f32 x x) x) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x x) x))
(*.f32 (/.f32 (*.f32 x x) #s(literal 1/2 binary32)) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x x)))
(*.f32 (/.f32 (*.f32 x x) #s(literal 1/2 binary32)) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (*.f32 x x)))
(*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x x)) (/.f32 (*.f32 x x) #s(literal 1/2 binary32)))
(*.f32 (/.f32 (*.f32 x x) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) x))
(*.f32 (/.f32 (*.f32 x x) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) x))
(*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) x) (/.f32 (*.f32 x x) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 (/.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)))
(*.f32 (/.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) #s(literal 1/2 binary32)))
(*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 (*.f32 x x) (*.f32 x x)))
(*.f32 (/.f32 (*.f32 x x) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 x x) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) x) (/.f32 #s(literal 1/4 binary32) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/2 binary32)) (/.f32 #s(literal 1/4 binary32) (*.f32 x x)))
(*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x))
(*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)) #s(literal 1/2 binary32))
(*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) x) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) #s(literal 1/2 binary32)) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x x)))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) x))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (*.f32 x x)) (/.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1/2 binary32)))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) x) (/.f32 x (*.f32 x #s(literal 1/2 binary32))))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 x (*.f32 x x)))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 x x))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x x)) (/.f32 x #s(literal 1/2 binary32)))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) x) (/.f32 #s(literal 1/2 binary32) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) #s(literal 1/2 binary32)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/2 binary32) x))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x x)) #s(literal 1 binary32))
(*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+.f32 (fabs.f32 x) #s(literal 1 binary32))
(pow.f32 (/.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) #s(literal -1 binary32))
(pow.f32 (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) #s(literal -1 binary32))
(fma.f32 #s(literal 1 binary32) (fabs.f32 x) #s(literal 1 binary32))
(fma.f32 (fabs.f32 x) #s(literal 1 binary32) #s(literal 1 binary32))
(-.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(-.f32 (/.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(-.f32 (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))
(/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))
(/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))
(/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 (fabs.f32 x) #s(literal 1 binary32)))
(/.f32 (neg.f32 (fma.f32 x x #s(literal -1 binary32))) (neg.f32 (-.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (neg.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (neg.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))
(/.f32 (neg.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (neg.f32 (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(/.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x))) (neg.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(/.f32 (-.f32 (*.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(/.f32 (-.f32 (*.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) #s(literal 1 binary32)) (*.f32 x x))) (*.f32 (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) #s(literal 1 binary32)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(/.f32 (-.f32 (*.f32 #s(literal -1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 x x))) (*.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)))) (neg.f32 (neg.f32 (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))))
(/.f32 (neg.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (neg.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))
(*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(*.f32 (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(*.f32 (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32)) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x)))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32)))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x)))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32)) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32)))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))
(copysign.f32 (neg.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x)))) x)
(neg.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))))
(neg.f32 (log.f32 (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) #s(literal 1 binary32))))
(+.f32 #s(literal 0 binary32) (neg.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x)))))
(+.f32 (log.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (log1p.f32 (fma.f32 x x (fabs.f32 x))))
(+.f32 (log.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (log1p.f32 (fabs.f32 x)))
(-.f32 #s(literal 0 binary32) (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))))
(-.f32 #s(literal 0 binary32) (log.f32 (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) #s(literal 1 binary32))))
(-.f32 (log.f32 #s(literal -1 binary32)) (log.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(-.f32 (/.f32 #s(literal 0 binary32) (+.f32 #s(literal 0 binary32) (+.f32 (pow.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))) #s(literal 2 binary32)) (*.f32 #s(literal 0 binary32) (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))))))) (/.f32 (pow.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))) #s(literal 3 binary32)) (+.f32 #s(literal 0 binary32) (+.f32 (pow.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))) #s(literal 2 binary32)) (*.f32 #s(literal 0 binary32) (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))))))))
(-.f32 (/.f32 #s(literal 0 binary32) (+.f32 #s(literal 0 binary32) (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))))) (/.f32 (pow.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))) #s(literal 2 binary32)) (+.f32 #s(literal 0 binary32) (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))))))
(/.f32 (-.f32 #s(literal 0 binary32) (pow.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))) #s(literal 3 binary32))) (+.f32 #s(literal 0 binary32) (+.f32 (pow.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))) #s(literal 2 binary32)) (*.f32 #s(literal 0 binary32) (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x)))))))
(/.f32 (-.f32 #s(literal 0 binary32) (pow.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))) #s(literal 2 binary32))) (+.f32 #s(literal 0 binary32) (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x)))))
(/.f32 (neg.f32 (-.f32 #s(literal 0 binary32) (pow.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))) #s(literal 3 binary32)))) (neg.f32 (+.f32 #s(literal 0 binary32) (+.f32 (pow.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))) #s(literal 2 binary32)) (*.f32 #s(literal 0 binary32) (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))))))))
(/.f32 (neg.f32 (-.f32 #s(literal 0 binary32) (pow.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))) #s(literal 2 binary32)))) (neg.f32 (+.f32 #s(literal 0 binary32) (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))))))
(*.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))) #s(literal -1 binary32))
(*.f32 #s(literal -1 binary32) (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))))
(log.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x)))
(neg.f32 (log.f32 (/.f32 (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))))
(neg.f32 (log.f32 (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))
(+.f32 (log1p.f32 (neg.f32 (*.f32 x (*.f32 x x)))) (log.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))))
(+.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x))) (log.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(+.f32 (log.f32 (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32)))) (log1p.f32 (fma.f32 x x (-.f32 #s(literal 0 binary32) (fabs.f32 x)))))
(+.f32 (log.f32 (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (log1p.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x))))
(-.f32 #s(literal 0 binary32) (log.f32 (/.f32 (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))))
(-.f32 #s(literal 0 binary32) (log.f32 (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))
(-.f32 (log1p.f32 (neg.f32 (*.f32 x (*.f32 x x)))) (log1p.f32 (fma.f32 x x (fabs.f32 x))))
(-.f32 (log1p.f32 (neg.f32 (*.f32 x (*.f32 x x)))) (log1p.f32 (-.f32 (*.f32 x x) (*.f32 #s(literal 1 binary32) (-.f32 #s(literal 0 binary32) (fabs.f32 x))))))
(-.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x))) (log1p.f32 (fabs.f32 x)))
(-.f32 (log1p.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x))) (log.f32 (-.f32 #s(literal 1 binary32) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))))
(-.f32 (log.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (log.f32 (neg.f32 (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))))
(-.f32 (log.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (log.f32 (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32))))
(log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(+.f32 #s(literal 1 binary32) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))
(+.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x)) #s(literal 1 binary32))
(pow.f32 (/.f32 (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x)))) #s(literal -1 binary32))
(pow.f32 (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) #s(literal -1 binary32))
(fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal 1 binary32))
(-.f32 #s(literal 1 binary32) (fabs.f32 x))
(-.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(-.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x)))) (/.f32 (*.f32 x (*.f32 x x)) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x)))))
(-.f32 (/.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(-.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))) (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))))
(/.f32 #s(literal 1 binary32) (/.f32 (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x)))))
(/.f32 #s(literal 1 binary32) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))
(/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (-.f32 #s(literal 0 binary32) (fabs.f32 x))))
(/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))
(/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (*.f32 #s(literal 1 binary32) (-.f32 #s(literal 0 binary32) (fabs.f32 x))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))
(/.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x)))) (neg.f32 (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x)))))
(/.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x)))) (neg.f32 (+.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (*.f32 #s(literal 1 binary32) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))))))
(/.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x))) (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32)))
(/.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x))) (neg.f32 (-.f32 #s(literal 1 binary32) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))))
(/.f32 (-.f32 (*.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 x x))) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(/.f32 (-.f32 (*.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) #s(literal 1 binary32)) (*.f32 x x))) (*.f32 (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) #s(literal 1 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(/.f32 (-.f32 (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32)) (*.f32 (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32)) (*.f32 x x))) (*.f32 (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(/.f32 (-.f32 (*.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x)))) (*.f32 (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))) (*.f32 x (*.f32 x x)))) (*.f32 (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x)))))
(/.f32 (neg.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (neg.f32 (fma.f32 #s(literal -1 binary32) (fabs.f32 x) #s(literal -1 binary32))))
(/.f32 (neg.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (neg.f32 (neg.f32 (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))))
(*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x)))))
(*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(*.f32 (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))
(*.f32 (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32)) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32)) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x)))))
(log1p.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)))
(neg.f32 (log.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))) #s(literal 1 binary32)))))
(neg.f32 (log.f32 (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32)) (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) #s(literal -1 binary32)))))
(+.f32 (log1p.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))))) (log.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)))))))
(+.f32 (log.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) #s(literal -1 binary32))) (log.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32)))))
(-.f32 #s(literal 0 binary32) (log.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))) #s(literal 1 binary32)))))
(-.f32 #s(literal 0 binary32) (log.f32 (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32)) (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) #s(literal -1 binary32)))))
(-.f32 (log1p.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))))) (log.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x))))))
(-.f32 (log1p.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))))) (log1p.f32 (-.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)))))
(-.f32 (log.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) #s(literal -1 binary32))) (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32))))
(-.f32 (log.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))) #s(literal 1 binary32)))) (log.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)))))))
(-.f32 (log.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) #s(literal -1 binary32)))) (log.f32 (neg.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32)))))
(-.f32 (log.f32 (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))))) (log1p.f32 (neg.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)))))
(log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32)))
(copysign.f32 (log1p.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x))) x)
(+.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)))
(+.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)) #s(literal 1 binary32))
(+.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(+.f32 (+.f32 #s(literal 1 binary32) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x))) (fabs.f32 x))
(pow.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))) #s(literal 1 binary32))) #s(literal -1 binary32))
(pow.f32 (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32)) (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) #s(literal -1 binary32))) #s(literal -1 binary32))
(fma.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)) #s(literal 1 binary32))
(fma.f32 (fabs.f32 x) (*.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))
(fma.f32 (fabs.f32 x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))
(fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(fma.f32 (*.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32))) (fabs.f32 x) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(fma.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fabs.f32 x) #s(literal 1 binary32))
(fma.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)) #s(literal 1 binary32) #s(literal 1 binary32))
(fma.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(-.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32))))
(-.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)))) (/.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))) (-.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)))))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32)) (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) #s(literal -1 binary32))))
(/.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)))))
(/.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))) #s(literal 1 binary32)) (+.f32 #s(literal 1 binary32) (-.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))) #s(literal 1 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32)) (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) #s(literal -1 binary32)))))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) #s(literal -1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32)))
(/.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))) #s(literal 1 binary32))) (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x))))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))) #s(literal 1 binary32))) (neg.f32 (+.f32 #s(literal 1 binary32) (-.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x))))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) #s(literal -1 binary32))) (neg.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32))))
(/.f32 (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))))) (-.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x))))
(/.f32 (-.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32)) #s(literal 1 binary32))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))) #s(literal 1 binary32)))) (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)))))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) #s(literal -1 binary32)))) (neg.f32 (neg.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32)))))
(/.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))))) (neg.f32 (-.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x)))))
(*.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)))) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x))))))
(*.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32))))
(+.f32 #s(literal 1 binary32) (*.f32 x (+.f32 x (neg.f32 x))))
(+.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(+.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))
(+.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x))
(+.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(+.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x)) (fabs.f32 x)))
(+.f32 (*.f32 x (+.f32 x (neg.f32 x))) #s(literal 1 binary32))
(pow.f32 (/.f32 (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x)))) (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) #s(literal -1 binary32))
(pow.f32 (/.f32 (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) #s(literal -1 binary32))
(fma.f32 #s(literal 1 binary32) (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(fma.f32 #s(literal 1 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 x x (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(fma.f32 x (neg.f32 x) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))
(fma.f32 x (*.f32 (neg.f32 x) #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 x (*.f32 x #s(literal 1 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(fma.f32 (fabs.f32 x) (fabs.f32 x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(fma.f32 (fabs.f32 x) (fabs.f32 (*.f32 x #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(fma.f32 (fabs.f32 x) (fabs.f32 (*.f32 (neg.f32 x) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(fma.f32 (*.f32 x x) #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(fma.f32 (neg.f32 x) x (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 (neg.f32 x) (neg.f32 x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(fma.f32 (neg.f32 x) (*.f32 x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) #s(literal 1 binary32) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(fma.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x)) (fabs.f32 x)))
(fma.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 x x))
(fma.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(fma.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (*.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x)) (fabs.f32 x)))
(fma.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x)) (-.f32 #s(literal 0 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(fma.f32 #s(literal -1 binary32) (*.f32 x x) (fma.f32 x x #s(literal 1 binary32)))
(fma.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (*.f32 x x))
(fma.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(fma.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) (*.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x)) (fabs.f32 x)))
(fma.f32 (neg.f32 (neg.f32 x)) (neg.f32 (neg.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(fma.f32 (-.f32 x #s(literal 0 binary32)) (-.f32 x #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(fma.f32 (pow.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) #s(literal 1 binary32)) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(fma.f32 (pow.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) #s(literal 1 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x)) (fabs.f32 x)))
(fma.f32 (pow.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) #s(literal 1 binary32)) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(fma.f32 (pow.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) #s(literal 1 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x)) (fabs.f32 x)))
(fma.f32 (exp.f32 (log.f32 x)) (exp.f32 (log.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(fma.f32 (fabs.f32 (fabs.f32 x)) (fabs.f32 (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))
(fma.f32 (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (+.f32 x #s(literal 1 binary32))) (/.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (-.f32 x #s(literal 1 binary32))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(fma.f32 (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (+.f32 x #s(literal 1 binary32))) (/.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (-.f32 x #s(literal 1 binary32))) (*.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x)) (fabs.f32 x)))
(fma.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (+.f32 x #s(literal 1 binary32))) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 x #s(literal 1 binary32))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(fma.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (+.f32 x #s(literal 1 binary32))) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 x #s(literal 1 binary32))) (*.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x)) (fabs.f32 x)))
(-.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))
(-.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))
(-.f32 (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))))) (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))))))
(-.f32 (/.f32 (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x))) (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x))))
(-.f32 (/.f32 (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x)))) (-.f32 (*.f32 x (+.f32 x (neg.f32 x))) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x (+.f32 x (neg.f32 x))) #s(literal 1 binary32))))
(-.f32 (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (+.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))) (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x)))) (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))))
(/.f32 #s(literal 1 binary32) (/.f32 (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))))))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x)))))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (-.f32 #s(literal 1 binary32) (*.f32 x x)))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x)))) (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))))
(/.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) (neg.f32 (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x))))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) (neg.f32 (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (-.f32 #s(literal 1 binary32) (*.f32 x x))))))))
(/.f32 (neg.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (neg.f32 (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))
(/.f32 (fma.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 1 binary32)) (fma.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x))) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) #s(literal 1 binary32)))))
(/.f32 (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x)))))
(/.f32 (-.f32 (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)))
(/.f32 (-.f32 (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 1 binary32)) (-.f32 (*.f32 x (+.f32 x (neg.f32 x))) #s(literal 1 binary32)))
(/.f32 (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x (*.f32 x x)))) (+.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x)))
(/.f32 (-.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 x x))) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (*.f32 (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (*.f32 (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))))) (neg.f32 (neg.f32 (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x)))))))
(/.f32 (neg.f32 (neg.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) (neg.f32 (neg.f32 (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 1 binary32))) (neg.f32 (fma.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x))) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))))) (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))))))
(/.f32 (neg.f32 (-.f32 (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x))))) (neg.f32 (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x))))
(/.f32 (neg.f32 (-.f32 (*.f32 (*.f32 x (+.f32 x (neg.f32 x))) (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 1 binary32))) (neg.f32 (-.f32 (*.f32 x (+.f32 x (neg.f32 x))) #s(literal 1 binary32))))
(/.f32 (neg.f32 (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x (*.f32 x x))))) (neg.f32 (+.f32 (fma.f32 x x #s(literal 1 binary32)) (*.f32 x x))))
(*.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (/.f32 #s(literal 1 binary32) (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x))))))
(*.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))
(*.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))
(neg.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(neg.f32 (log.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 1 binary32))))
(+.f32 #s(literal 0 binary32) (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(+.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(+.f32 (log.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (log.f32 (/.f32 #s(literal 1 binary32) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))))
(+.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))))
(+.f32 (log.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))))) (log.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(+.f32 (log.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(fma.f32 #s(literal -1 binary32) (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))))
(-.f32 #s(literal 0 binary32) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(-.f32 #s(literal 0 binary32) (log.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 1 binary32))))
(-.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(-.f32 (log.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) (log.f32 (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x)))))))
(-.f32 (log.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (log.f32 (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))))))
(-.f32 (log.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (log.f32 (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(-.f32 (log.f32 #s(literal -1 binary32)) (log.f32 (neg.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))
(-.f32 (log.f32 (*.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) #s(literal 1 binary32))) (log.f32 (*.f32 (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x)))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(-.f32 (log.f32 (*.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) #s(literal 1 binary32))) (log.f32 (*.f32 (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(-.f32 (log.f32 (neg.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))) (log.f32 (neg.f32 (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))))
(-.f32 (log.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x)))) (log.f32 (+.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x x) (*.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))
(-.f32 (log.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) #s(literal 1 binary32))) (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(-.f32 (log.f32 (*.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))) (log.f32 (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x))))))
(-.f32 (log.f32 (*.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))) (log.f32 (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))
(-.f32 (/.f32 (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 3 binary32)) (+.f32 (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 2 binary32)) (+.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 2 binary32)) (*.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))))) (/.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 3 binary32)) (+.f32 (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 2 binary32)) (+.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 2 binary32)) (*.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))))))
(-.f32 (/.f32 (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 2 binary32)) (log.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))) (/.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 2 binary32)) (log.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))))
(/.f32 (-.f32 (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 3 binary32)) (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 3 binary32))) (+.f32 (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 2 binary32)) (+.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 2 binary32)) (*.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))))
(/.f32 (-.f32 (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 2 binary32)) (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 2 binary32))) (log.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(/.f32 (neg.f32 (-.f32 (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 3 binary32)) (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 3 binary32)))) (neg.f32 (+.f32 (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 2 binary32)) (+.f32 (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 2 binary32)) (*.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))))))
(/.f32 (neg.f32 (-.f32 (pow.f32 (log1p.f32 (*.f32 x (+.f32 x (neg.f32 x)))) #s(literal 2 binary32)) (pow.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) #s(literal 2 binary32)))) (neg.f32 (log.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))))
(*.f32 #s(literal -1 binary32) (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) x)
(neg.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(neg.f32 (/.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(exp.f32 (*.f32 (neg.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) #s(literal -1 binary32)))
(+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(+.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))
(pow.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal -1 binary32))
(pow.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 1 binary32)) #s(literal -1 binary32))
(fma.f32 #s(literal 1 binary32) (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(fma.f32 (fabs.f32 x) #s(literal 1 binary32) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(fma.f32 (sqrt.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) #s(literal 1/2 binary32)) (fabs.f32 x))
(fma.f32 (sqrt.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (sqrt.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (fabs.f32 x))
(fma.f32 (sqrt.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32))) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) #s(literal 1/2 binary32)) (fabs.f32 x))
(fma.f32 (sqrt.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32))) (sqrt.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))) (fabs.f32 x))
(fma.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/4 binary32)) (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/4 binary32)) (fabs.f32 x))
(fma.f32 (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fabs.f32 x))
(-.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (/.f32 (*.f32 x x) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(-.f32 (/.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (/.f32 (/.f32 (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(-.f32 (/.f32 #s(literal 0 binary32) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(-.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (/.f32 (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))))))
(/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (neg.f32 (neg.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))
(/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))
(/.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 1 binary32))))
(/.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) #s(literal 1 binary32)) (*.f32 (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x)))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(/.f32 (*.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) #s(literal 1 binary32)) (*.f32 (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (neg.f32 (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) (neg.f32 (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x)))))))
(/.f32 (neg.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (neg.f32 (*.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))))))
(/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x))) (+.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x x) (*.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(/.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) #s(literal 1 binary32)) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x)))))
(/.f32 (*.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) #s(literal 1 binary32))) (neg.f32 (*.f32 (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x)))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(/.f32 (neg.f32 (*.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) #s(literal 1 binary32))) (neg.f32 (*.f32 (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(/.f32 (neg.f32 (neg.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))) (neg.f32 (neg.f32 (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))))
(/.f32 (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x)))) (neg.f32 (+.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x x) (*.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))))
(/.f32 (neg.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) #s(literal 1 binary32))) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))) (neg.f32 (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x))))))
(/.f32 (neg.f32 (*.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))) (neg.f32 (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))
(*.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(*.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(*.f32 (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))
(*.f32 (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) #s(literal -1 binary32)))
(*.f32 (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(*.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))
(*.f32 (/.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(*.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x))))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))
(*.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (pow.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x))))))
(*.f32 (pow.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x))))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x))))) (/.f32 (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x))))) (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x)))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x))))))
(*.f32 x #s(literal 1/2 binary32))
(*.f32 #s(literal 1/2 binary32) x)
(+.f32 #s(literal 1 binary32) (*.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32))))
(+.f32 (*.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32))) #s(literal 1 binary32))
(+.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal -1/8 binary32)) (fma.f32 #s(literal 1/2 binary32) (fabs.f32 x) #s(literal 1 binary32)))
(+.f32 (+.f32 #s(literal 1 binary32) (*.f32 (*.f32 x (*.f32 x x)) #s(literal -1/8 binary32))) (*.f32 #s(literal 1/2 binary32) (fabs.f32 x)))
(pow.f32 (/.f32 (-.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)))) (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)))) #s(literal 1 binary32))) #s(literal -1 binary32))
(pow.f32 (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal -1 binary32)) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x)) #s(literal -1 binary32))) #s(literal -1 binary32))
(fma.f32 #s(literal 1 binary32) (*.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32))) #s(literal 1 binary32))
(fma.f32 x (*.f32 (*.f32 x #s(literal -1/8 binary32)) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (fabs.f32 x) #s(literal 1 binary32)))
(fma.f32 (fabs.f32 x) (*.f32 #s(literal -1/8 binary32) (*.f32 x x)) (fma.f32 #s(literal 1/2 binary32) (fabs.f32 x) #s(literal 1 binary32)))
(fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))
(fma.f32 (fabs.f32 x) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))
(fma.f32 (*.f32 x #s(literal -1/8 binary32)) (*.f32 x (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (fabs.f32 x) #s(literal 1 binary32)))
(fma.f32 (*.f32 #s(literal -1/8 binary32) (*.f32 x x)) (fabs.f32 x) (fma.f32 #s(literal 1/2 binary32) (fabs.f32 x) #s(literal 1 binary32)))
(fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (fabs.f32 x) #s(literal 1 binary32))
(fma.f32 (*.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32))) #s(literal 1 binary32) #s(literal 1 binary32))
(fma.f32 (*.f32 x x) (*.f32 #s(literal -1/8 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (fabs.f32 x) #s(literal 1 binary32)))
(fma.f32 (*.f32 x (*.f32 x x)) #s(literal -1/8 binary32) (fma.f32 #s(literal 1/2 binary32) (fabs.f32 x) #s(literal 1 binary32)))
(fma.f32 (*.f32 (fabs.f32 x) x) (*.f32 x #s(literal -1/8 binary32)) (fma.f32 #s(literal 1/2 binary32) (fabs.f32 x) #s(literal 1 binary32)))
(fma.f32 (*.f32 (fabs.f32 x) (*.f32 x #s(literal -1/8 binary32))) x (fma.f32 #s(literal 1/2 binary32) (fabs.f32 x) #s(literal 1 binary32)))
(-.f32 (/.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x))) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal -1 binary32))))
(-.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (*.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32))))) (/.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (*.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32))))))
(/.f32 #s(literal 1 binary32) (/.f32 (-.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)))) (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)))) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal -1 binary32)) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x)) #s(literal -1 binary32))))
(/.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)))) #s(literal 1 binary32)) (-.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)))))
(/.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)))) #s(literal 1 binary32)) (+.f32 #s(literal 1 binary32) (-.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x))) (*.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (-.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)))) (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)))) #s(literal 1 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal -1 binary32)) (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x)) #s(literal -1 binary32)))))
(/.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x)) #s(literal -1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal -1 binary32)))
(/.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)))) #s(literal 1 binary32))) (neg.f32 (-.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32))))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)))) #s(literal 1 binary32))) (neg.f32 (+.f32 #s(literal 1 binary32) (-.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x))) (*.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)))))))
(/.f32 (neg.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x)) #s(literal -1 binary32))) (neg.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal -1 binary32))))
(/.f32 (-.f32 #s(literal 1 binary32) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x)))) (-.f32 #s(literal 1 binary32) (*.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)))))
(/.f32 (-.f32 (*.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x))) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal -1 binary32))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal -1 binary32)) #s(literal 1 binary32))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal -1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal -1 binary32))))
(/.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x))))) (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32))))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)))) #s(literal 1 binary32)))) (neg.f32 (neg.f32 (-.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)))))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x)) #s(literal -1 binary32)))) (neg.f32 (neg.f32 (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal -1 binary32)))))
(*.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)))) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32))))))
(*.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x)) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal -1 binary32))))
(*.f32 x #s(literal -1/8 binary32))
(*.f32 #s(literal -1/8 binary32) x)
(+.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))
(+.f32 (-.f32 #s(literal 0 binary32) (fabs.f32 x)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(pow.f32 (/.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x))))) #s(literal -1 binary32))
(pow.f32 (/.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) #s(literal -1 binary32))
(fma.f32 #s(literal -1 binary32) (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(fma.f32 (sqrt.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) #s(literal 1/2 binary32)) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (sqrt.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (sqrt.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (sqrt.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32))) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) #s(literal 1/2 binary32)) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (sqrt.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32))) (sqrt.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/4 binary32)) (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/4 binary32)) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))
(fma.f32 (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))
(-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))
(-.f32 (/.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(-.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(-.f32 (/.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (/.f32 (/.f32 (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(-.f32 (/.f32 #s(literal 0 binary32) (neg.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))
(-.f32 (/.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))) (/.f32 (*.f32 x x) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x))))))
(/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (-.f32 #s(literal 0 binary32) (fabs.f32 x))))
(/.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (neg.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))))
(/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))
(/.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) (+.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x x) (*.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (-.f32 #s(literal 0 binary32) (fabs.f32 x))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (neg.f32 (neg.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))))
(/.f32 (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x))))) (neg.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x))))) (neg.f32 (+.f32 (fma.f32 x x #s(literal 1 binary32)) (-.f32 (*.f32 x x) (*.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (-.f32 #s(literal 0 binary32) (fabs.f32 x)))))))
(/.f32 (-.f32 (*.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (*.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (*.f32 x (*.f32 x x)))) (*.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(/.f32 (-.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) (*.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (*.f32 x x))) (*.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))))) (neg.f32 (neg.f32 (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(*.f32 (/.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) #s(literal 1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x))))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1 binary32) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x))))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x))))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (*.f32 x x)) (*.f32 x (*.f32 x (*.f32 x x))))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) #s(literal 1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (/.f32 (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))))
(*.f32 (/.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (/.f32 (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32))))
(*.f32 (/.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))))) (/.f32 (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (/.f32 (*.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (/.f32 (/.f32 #s(literal 1 binary32) (-.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) #s(literal 1 binary32)) (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (neg.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (/.f32 #s(literal 1 binary32) (neg.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))))))
(*.f32 (/.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(*.f32 (/.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (neg.f32 (*.f32 x (*.f32 x x)))))) (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 (fabs.f32 x) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))))
(*.f32 (/.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)) (fma.f32 x (+.f32 x (neg.f32 x)) #s(literal 1 binary32)))) (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))
(exp.f32 (*.f32 #s(literal 1/2 binary32) (log1p.f32 (*.f32 x x))))
(fabs.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))
(pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/2 binary32))
(pow.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) #s(literal 1 binary32))
(pow.f32 (*.f32 (fma.f32 x x #s(literal 1 binary32)) (fma.f32 x x #s(literal 1 binary32))) #s(literal 1/4 binary32))
(pow.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/4 binary32)) #s(literal 2 binary32))
(/.f32 #s(literal 1 binary32) (sqrt.f32 (/.f32 (fma.f32 x (*.f32 x (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)))))
(/.f32 #s(literal 1 binary32) (sqrt.f32 (/.f32 (fma.f32 x x #s(literal -1 binary32)) (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32)))))
(/.f32 (sqrt.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))
(/.f32 (sqrt.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (sqrt.f32 (+.f32 #s(literal 1 binary32) (-.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)))))
(/.f32 (sqrt.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32))) (sqrt.f32 (fma.f32 x x #s(literal -1 binary32))))
(/.f32 (sqrt.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32)))) (sqrt.f32 (neg.f32 (fma.f32 x x #s(literal -1 binary32)))))
(/.f32 (sqrt.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)))) (sqrt.f32 (neg.f32 (fma.f32 x (*.f32 x (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))))
(/.f32 (sqrt.f32 (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))))) (sqrt.f32 (+.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (-.f32 #s(literal 0 binary32) (*.f32 x x))))))
(/.f32 (sqrt.f32 (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x (*.f32 x x))))) (sqrt.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x))))
(/.f32 (neg.f32 (sqrt.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32)))) (neg.f32 (sqrt.f32 (fma.f32 x (*.f32 x (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))))
(/.f32 (neg.f32 (sqrt.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32)))) (neg.f32 (sqrt.f32 (fma.f32 x x #s(literal -1 binary32)))))
(sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))
(*.f32 (sqrt.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))) #s(literal 1/2 binary32)))
(*.f32 (sqrt.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x)) #s(literal 1 binary32))) (sqrt.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))))
(*.f32 (sqrt.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32))) (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32))) #s(literal 1/2 binary32)))
(*.f32 (sqrt.f32 (fma.f32 (*.f32 x x) (*.f32 x x) #s(literal -1 binary32))) (sqrt.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x x #s(literal -1 binary32)))))
(*.f32 (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/4 binary32)) (pow.f32 (fma.f32 x x #s(literal 1 binary32)) #s(literal 1/4 binary32)))
(*.f32 (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (sqrt.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))

simplify731.0ms (5.9%)

Memory
15.2MiB live, 779.0MiB allocated
Algorithm
egg-herbie
Rules
11 028×accelerator-lowering-fma.f32
11 028×accelerator-lowering-fma.f64
5 908×*-lowering-*.f32
5 908×*-lowering-*.f64
4 964×+-lowering-+.f64
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
03993910
111523639
236713472
080963166
Stop Event
iter limit
node limit
Counts
288 → 288
Calls
Call 1
Inputs
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(log (+ 1 (fabs x)))
(+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))
(+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow (+ 1 (fabs x)) 2))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))
(+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (- (* 1/24 (/ (pow x 2) (pow (+ 1 (fabs x)) 3))) (* 1/8 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))
(+ (log 1/2) (* -2 (log (/ 1 x))))
(+ (log 1/2) (+ (* -2 (log (/ 1 x))) (* 2 (/ (+ 1 (fabs x)) (pow x 2)))))
(+ (log 1/2) (+ (* -2 (log (/ 1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (* 2 (/ (+ 1 (fabs x)) (pow x 2))))))
(+ (log 1/2) (+ (* -2 (log (/ 1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 2))) (* 8/3 (/ (pow (+ 1 (fabs x)) 3) (pow x 6)))))))
(+ (log 1/2) (* -2 (log (/ -1 x))))
(+ (log 1/2) (+ (* -2 (log (/ -1 x))) (* 2 (/ (+ 1 (fabs x)) (pow x 2)))))
(+ (log 1/2) (+ (* -2 (log (/ -1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (* 2 (/ (+ 1 (fabs x)) (pow x 2))))))
(+ (log 1/2) (+ (* -2 (log (/ -1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 2))) (* 8/3 (/ (pow (+ 1 (fabs x)) 3) (pow x 6)))))))
(fabs x)
(+ (fabs x) (* 1/2 (pow x 2)))
(+ (fabs x) (* 1/2 (pow x 2)))
(+ (fabs x) (* 1/2 (pow x 2)))
(* 1/2 (pow x 2))
(* (pow x 2) (+ 1/2 (/ (fabs x) (pow x 2))))
(* (pow x 2) (+ 1/2 (/ (fabs x) (pow x 2))))
(* (pow x 2) (+ 1/2 (/ (fabs x) (pow x 2))))
(* 1/2 (pow x 2))
(* (pow x 2) (+ 1/2 (/ (fabs x) (pow x 2))))
(* (pow x 2) (+ 1/2 (/ (fabs x) (pow x 2))))
(* (pow x 2) (+ 1/2 (/ (fabs x) (pow x 2))))
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(* -1 (log (- 1 (fabs x))))
(* -1 (log (- 1 (fabs x))))
(* -1 (log (- 1 (fabs x))))
(* -1 (log (- 1 (fabs x))))
(* -1 (log (- 1 (fabs x))))
(* -1 (log (- 1 (fabs x))))
(* -1 (log (- 1 (fabs x))))
(* -1 (log (- 1 (fabs x))))
(* -1 (log (- 1 (fabs x))))
(* -1 (log (- 1 (fabs x))))
(* -1 (log (- 1 (fabs x))))
(* -1 (log (- 1 (fabs x))))
(log (- 1 (fabs x)))
(log (- 1 (fabs x)))
(log (- 1 (fabs x)))
(log (- 1 (fabs x)))
(log (- 1 (fabs x)))
(log (- 1 (fabs x)))
(log (- 1 (fabs x)))
(log (- 1 (fabs x)))
(log (- 1 (fabs x)))
(log (- 1 (fabs x)))
(log (- 1 (fabs x)))
(log (- 1 (fabs x)))
(- 1 (fabs x))
(- 1 (fabs x))
(- 1 (fabs x))
(- 1 (fabs x))
(- 1 (fabs x))
(- 1 (fabs x))
(- 1 (fabs x))
(- 1 (fabs x))
(- 1 (fabs x))
(- 1 (fabs x))
(- 1 (fabs x))
(- 1 (fabs x))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(+ (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) (* -1/8 (/ (* (pow x 2) (pow (fabs x) 2)) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))))
(+ (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) (* (pow x 2) (+ (* -1/8 (/ (pow (fabs x) 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))) (* -1/128 (/ (* (pow x 2) (pow (fabs x) 4)) (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 2))))))
(+ (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) (* (pow x 2) (+ (* -1/8 (/ (pow (fabs x) 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))) (* (pow x 2) (+ (* -1/128 (/ (pow (fabs x) 4) (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 2))) (* -1/1536 (/ (* (pow x 2) (pow (fabs x) 6)) (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 3))))))))
(+ (log (* -1/8 (pow (fabs x) 2))) (* -2 (log (/ 1 x))))
(+ (log (* -1/8 (pow (fabs x) 2))) (+ (* -8 (/ (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) (* (pow x 2) (pow (fabs x) 2)))) (* -2 (log (/ 1 x)))))
(+ (log (* -1/8 (pow (fabs x) 2))) (+ (* -32 (/ (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 2) (* (pow x 4) (pow (fabs x) 4)))) (+ (* -8 (/ (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) (* (pow x 2) (pow (fabs x) 2)))) (* -2 (log (/ 1 x))))))
(+ (log (* -1/8 (pow (fabs x) 2))) (+ (* -512/3 (/ (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 3) (* (pow x 6) (pow (fabs x) 6)))) (+ (* -32 (/ (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 2) (* (pow x 4) (pow (fabs x) 4)))) (+ (* -8 (/ (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) (* (pow x 2) (pow (fabs x) 2)))) (* -2 (log (/ 1 x)))))))
(+ (log (* -1/8 (pow (fabs x) 2))) (* -2 (log (/ -1 x))))
(+ (log (* -1/8 (pow (fabs x) 2))) (+ (* -8 (/ (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) (* (pow x 2) (pow (fabs x) 2)))) (* -2 (log (/ -1 x)))))
(+ (log (* -1/8 (pow (fabs x) 2))) (+ (* -32 (/ (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 2) (* (pow x 4) (pow (fabs x) 4)))) (+ (* -8 (/ (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) (* (pow x 2) (pow (fabs x) 2)))) (* -2 (log (/ -1 x))))))
(+ (log (* -1/8 (pow (fabs x) 2))) (+ (* -512/3 (/ (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 3) (* (pow x 6) (pow (fabs x) 6)))) (+ (* -32 (/ (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 2) (* (pow x 4) (pow (fabs x) 4)))) (+ (* -8 (/ (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) (* (pow x 2) (pow (fabs x) 2)))) (* -2 (log (/ -1 x)))))))
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (+ 1/2 (* -1/8 (pow x 2)))))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (+ 1/2 (* -1/8 (pow x 2)))))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (+ 1/2 (* -1/8 (pow x 2)))))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (+ 1/2 (* -1/8 (pow x 2)))))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(+ 1 (+ (* -1/8 (* (pow x 2) (pow (fabs x) 2))) (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(+ 1 (+ (* -1/8 (* (pow x 2) (pow (fabs x) 2))) (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(+ 1 (+ (* -1/8 (* (pow x 2) (pow (fabs x) 2))) (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(* -1/8 (* (pow x 2) (pow (fabs x) 2)))
(* (pow x 2) (+ (* -1/8 (pow (fabs x) 2)) (+ (/ 1 (pow x 2)) (/ (* (fabs x) (+ 1 (* 1/2 (fabs x)))) (pow x 2)))))
(* (pow x 2) (+ (* -1/8 (pow (fabs x) 2)) (+ (/ 1 (pow x 2)) (/ (* (fabs x) (+ 1 (* 1/2 (fabs x)))) (pow x 2)))))
(* (pow x 2) (+ (* -1/8 (pow (fabs x) 2)) (+ (/ 1 (pow x 2)) (/ (* (fabs x) (+ 1 (* 1/2 (fabs x)))) (pow x 2)))))
(* -1/8 (* (pow x 2) (pow (fabs x) 2)))
(* (pow x 2) (+ (* -1/8 (pow (fabs x) 2)) (+ (/ 1 (pow x 2)) (/ (* (fabs x) (+ 1 (* 1/2 (fabs x)))) (pow x 2)))))
(* (pow x 2) (+ (* -1/8 (pow (fabs x) 2)) (+ (/ 1 (pow x 2)) (/ (* (fabs x) (+ 1 (* 1/2 (fabs x)))) (pow x 2)))))
(* (pow x 2) (+ (* -1/8 (pow (fabs x) 2)) (+ (/ 1 (pow x 2)) (/ (* (fabs x) (+ 1 (* 1/2 (fabs x)))) (pow x 2)))))
1
1
1
1
1
1
1
1
1
1
1
1
(log (/ 1 (- 1 (fabs x))))
(+ (log (/ 1 (- 1 (fabs x)))) (* -1/2 (/ (pow x 2) (- 1 (fabs x)))))
(+ (log (/ 1 (- 1 (fabs x)))) (* (pow x 2) (- (* 1/24 (* (pow x 2) (- (* 24 (* (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3)))) (- 1 (fabs x)))) (* 3 (/ 1 (pow (- 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (- 1 (fabs x)))))))
(+ (log (/ 1 (- 1 (fabs x)))) (* (pow x 2) (- (* (pow x 2) (+ (* 1/720 (* (pow x 2) (- (+ (* -720 (* (+ (* 1/16 (/ 1 (pow (- 1 (fabs x)) 2))) (+ (* 1/2 (/ (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3)))) (- 1 (fabs x)))) (* 1/16 (/ 1 (pow (- 1 (fabs x)) 3))))) (- 1 (fabs x)))) (* 360 (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3)))))) (* 30 (/ 1 (pow (- 1 (fabs x)) 3)))))) (* 1/24 (- (* 24 (* (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3)))) (- 1 (fabs x)))) (* 3 (/ 1 (pow (- 1 (fabs x)) 2))))))) (* 1/2 (/ 1 (- 1 (fabs x)))))))
(log (/ 1 x))
(+ (log (/ 1 x)) (/ (fabs x) x))
(+ (log (/ 1 x)) (+ (* 1/2 (/ (+ (* -2 (+ 1/2 (* -1 (pow (fabs x) 2)))) (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))
(+ (log (/ 1 x)) (+ (* 1/6 (/ (+ (* -6 (+ (* 1/2 (fabs x)) (* (fabs x) (+ 1/2 (* -1 (pow (fabs x) 2)))))) (+ (* 2 (pow (fabs x) 3)) (* 6 (* (fabs x) (+ 1/2 (* -1 (pow (fabs x) 2))))))) (pow x 3))) (+ (* 1/2 (/ (+ (* -2 (+ 1/2 (* -1 (pow (fabs x) 2)))) (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))
(log (/ -1 x))
(+ (log (/ -1 x)) (* -1 (/ (fabs x) x)))
(+ (log (/ -1 x)) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ (* -2 (+ 1/2 (* -1 (pow (fabs x) 2)))) (* -1 (pow (fabs x) 2))) x))) x)))
(+ (log (/ -1 x)) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -6 (+ (* 1/2 (fabs x)) (* (fabs x) (+ 1/2 (* -1 (pow (fabs x) 2)))))) (+ (* 2 (pow (fabs x) 3)) (* 6 (* (fabs x) (+ 1/2 (* -1 (pow (fabs x) 2))))))) x)) (* 1/2 (+ (* -2 (+ 1/2 (* -1 (pow (fabs x) 2)))) (* -1 (pow (fabs x) 2))))) x))) x)))
(copysign (log (/ (+ 1 (+ (* -1 (pow x 2)) (pow x 2))) (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign (log (/ (+ 1 (+ (* -1 (pow x 2)) (pow x 2))) (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign (log (/ (+ 1 (+ (* -1 (pow x 2)) (pow x 2))) (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign (log (/ (+ 1 (+ (* -1 (pow x 2)) (pow x 2))) (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(/ 1 (- 1 (fabs x)))
(+ (* -1/2 (/ (pow x 2) (pow (- 1 (fabs x)) 2))) (/ 1 (- 1 (fabs x))))
(+ (* (pow x 2) (- (* (pow x 2) (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3))))) (* 1/2 (/ 1 (pow (- 1 (fabs x)) 2))))) (/ 1 (- 1 (fabs x))))
(+ (* (pow x 2) (- (* (pow x 2) (+ (* -1 (* (pow x 2) (+ (* 1/16 (/ 1 (pow (- 1 (fabs x)) 2))) (+ (* 1/16 (/ 1 (pow (- 1 (fabs x)) 3))) (* 1/2 (/ (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3)))) (- 1 (fabs x)))))))) (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3)))))) (* 1/2 (/ 1 (pow (- 1 (fabs x)) 2))))) (/ 1 (- 1 (fabs x))))
(/ 1 x)
(/ (+ 1 (/ (fabs x) x)) x)
(/ (- (+ 1 (* -1 (/ (+ 1/2 (* -1 (pow (fabs x) 2))) (pow x 2)))) (* -1 (/ (fabs x) x))) x)
(/ (- (+ 1 (* -1 (/ (+ (* 1/2 (fabs x)) (* (fabs x) (+ 1/2 (* -1 (pow (fabs x) 2))))) (pow x 3)))) (+ (* -1 (/ (fabs x) x)) (+ (* -1 (/ (pow (fabs x) 2) (pow x 2))) (/ 1/2 (pow x 2))))) x)
(/ -1 x)
(* -1 (/ (+ 1 (* -1 (/ (fabs x) x))) x))
(* -1 (/ (+ 1 (* -1 (/ (- (+ (* -1 (/ (pow (fabs x) 2) x)) (* 1/2 (/ 1 x))) (* -1 (fabs x))) x))) x))
(* -1 (/ (+ 1 (* -1 (/ (- (* -1 (/ (- (+ (* 1/2 (/ (fabs x) x)) (/ (* (fabs x) (+ 1/2 (* -1 (pow (fabs x) 2)))) x)) (+ 1/2 (* -1 (pow (fabs x) 2)))) x)) (* -1 (fabs x))) x))) x))
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(+ 1 (* 1/2 (fabs x)))
(+ 1 (+ (* -1/8 (* (pow x 2) (fabs x))) (* 1/2 (fabs x))))
(+ 1 (+ (* -1/8 (* (pow x 2) (fabs x))) (* 1/2 (fabs x))))
(+ 1 (+ (* -1/8 (* (pow x 2) (fabs x))) (* 1/2 (fabs x))))
(* -1/8 (* (pow x 2) (fabs x)))
(* (pow x 2) (+ (* -1/8 (fabs x)) (+ (* 1/2 (/ (fabs x) (pow x 2))) (/ 1 (pow x 2)))))
(* (pow x 2) (+ (* -1/8 (fabs x)) (+ (* 1/2 (/ (fabs x) (pow x 2))) (/ 1 (pow x 2)))))
(* (pow x 2) (+ (* -1/8 (fabs x)) (+ (* 1/2 (/ (fabs x) (pow x 2))) (/ 1 (pow x 2)))))
(* -1/8 (* (pow x 2) (fabs x)))
(* (pow x 2) (+ (* -1/8 (fabs x)) (+ (* 1/2 (/ (fabs x) (pow x 2))) (/ 1 (pow x 2)))))
(* (pow x 2) (+ (* -1/8 (fabs x)) (+ (* 1/2 (/ (fabs x) (pow x 2))) (/ 1 (pow x 2)))))
(* (pow x 2) (+ (* -1/8 (fabs x)) (+ (* 1/2 (/ (fabs x) (pow x 2))) (/ 1 (pow x 2)))))
(* -1/8 x)
(* -1/8 x)
(* -1/8 x)
(* -1/8 x)
(* -1/8 x)
(* -1/8 x)
(* -1/8 x)
(* -1/8 x)
(* -1/8 x)
(* -1/8 x)
(* -1/8 x)
(* -1/8 x)
(- 1 (fabs x))
(- (+ 1 (* 1/2 (pow x 2))) (fabs x))
(- (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))) (fabs x))
(- (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))) (fabs x))
x
(* x (+ 1 (* -1 (/ (fabs x) x))))
(* x (- (+ 1 (/ 1/2 (pow x 2))) (/ (fabs x) x)))
(* x (- (+ 1 (/ 1/2 (pow x 2))) (+ (* 1/8 (/ 1 (pow x 4))) (/ (fabs x) x))))
(* -1 x)
(* -1 (* x (+ 1 (/ (fabs x) x))))
(* -1 (* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x)))))
(* -1 (* x (+ 1 (* -1 (/ (- (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) (fabs x)) x)))))
1
(+ 1 (* 1/2 (pow x 2)))
(+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))
x
(* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))
(* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))
(* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))
(* -1 x)
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))
(* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))
(* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))
Outputs
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign.f32 (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign.f32 (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign.f32 (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign.f32 (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign.f32 (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign.f32 (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign.f32 (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign.f32 (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign.f32 (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign.f32 (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign.f32 (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))) x)
(copysign (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) x)
(copysign.f32 (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))) x)
(log (+ 1 (fabs x)))
(log1p.f32 (fabs.f32 x))
(+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))
(fma.f32 x (*.f32 x (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))
(+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow (+ 1 (fabs x)) 2))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))
(fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (/.f32 #s(literal -1/8 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))
(+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (- (* 1/24 (/ (pow x 2) (pow (+ 1 (fabs x)) 3))) (* 1/8 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))
(fma.f32 x (*.f32 x (fma.f32 (*.f32 x x) (fma.f32 #s(literal 1/24 binary32) (/.f32 (*.f32 x x) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal -1/8 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (log1p.f32 (fabs.f32 x)))
(+ (log 1/2) (* -2 (log (/ 1 x))))
(fma.f32 #s(literal 2 binary32) (log.f32 x) (log.f32 #s(literal 1/2 binary32)))
(+ (log 1/2) (+ (* -2 (log (/ 1 x))) (* 2 (/ (+ 1 (fabs x)) (pow x 2)))))
(+.f32 (log.f32 #s(literal 1/2 binary32)) (fma.f32 #s(literal 2 binary32) (log.f32 x) (/.f32 (fma.f32 (fabs.f32 x) #s(literal 2 binary32) #s(literal 2 binary32)) (*.f32 x x))))
(+ (log 1/2) (+ (* -2 (log (/ 1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (* 2 (/ (+ 1 (fabs x)) (pow x 2))))))
(fma.f32 #s(literal -2 binary32) (fma.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 x (*.f32 x (*.f32 x x)))) (-.f32 #s(literal 0 binary32) (log.f32 x))) (+.f32 (/.f32 (fma.f32 (fabs.f32 x) #s(literal 2 binary32) #s(literal 2 binary32)) (*.f32 x x)) (log.f32 #s(literal 1/2 binary32))))
(+ (log 1/2) (+ (* -2 (log (/ 1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 2))) (* 8/3 (/ (pow (+ 1 (fabs x)) 3) (pow x 6)))))))
(+.f32 (fma.f32 #s(literal -2 binary32) (fma.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 x (*.f32 x (*.f32 x x)))) (-.f32 #s(literal 0 binary32) (log.f32 x))) (+.f32 (/.f32 (fma.f32 (fabs.f32 x) #s(literal 2 binary32) #s(literal 2 binary32)) (*.f32 x x)) (log.f32 #s(literal 1/2 binary32)))) (/.f32 (*.f32 (fma.f32 (fabs.f32 x) #s(literal 8/3 binary32) #s(literal 8/3 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (pow.f32 x #s(literal 6 binary32))))
(+ (log 1/2) (* -2 (log (/ -1 x))))
(fma.f32 #s(literal -2 binary32) (log.f32 (/.f32 #s(literal -1 binary32) x)) (log.f32 #s(literal 1/2 binary32)))
(+ (log 1/2) (+ (* -2 (log (/ -1 x))) (* 2 (/ (+ 1 (fabs x)) (pow x 2)))))
(+.f32 (/.f32 (fma.f32 (fabs.f32 x) #s(literal 2 binary32) #s(literal 2 binary32)) (*.f32 x x)) (fma.f32 #s(literal -2 binary32) (log.f32 (/.f32 #s(literal -1 binary32) x)) (log.f32 #s(literal 1/2 binary32))))
(+ (log 1/2) (+ (* -2 (log (/ -1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (* 2 (/ (+ 1 (fabs x)) (pow x 2))))))
(fma.f32 #s(literal -2 binary32) (fma.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 x (*.f32 x (*.f32 x x)))) (log.f32 (/.f32 #s(literal -1 binary32) x))) (+.f32 (/.f32 (fma.f32 (fabs.f32 x) #s(literal 2 binary32) #s(literal 2 binary32)) (*.f32 x x)) (log.f32 #s(literal 1/2 binary32))))
(+ (log 1/2) (+ (* -2 (log (/ -1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 2))) (* 8/3 (/ (pow (+ 1 (fabs x)) 3) (pow x 6)))))))
(+.f32 (log.f32 #s(literal 1/2 binary32)) (+.f32 (fma.f32 #s(literal -2 binary32) (fma.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 x (*.f32 x (*.f32 x x)))) (log.f32 (/.f32 #s(literal -1 binary32) x))) (/.f32 (fma.f32 (fabs.f32 x) #s(literal 2 binary32) #s(literal 2 binary32)) (*.f32 x x))) (/.f32 (*.f32 (fma.f32 (fabs.f32 x) #s(literal 8/3 binary32) #s(literal 8/3 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (pow.f32 x #s(literal 6 binary32)))))
(fabs x)
(fabs.f32 x)
(+ (fabs x) (* 1/2 (pow x 2)))
(fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))
(+ (fabs x) (* 1/2 (pow x 2)))
(fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))
(+ (fabs x) (* 1/2 (pow x 2)))
(fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))
(* 1/2 (pow x 2))
(*.f32 #s(literal 1/2 binary32) (*.f32 x x))
(* (pow x 2) (+ 1/2 (/ (fabs x) (pow x 2))))
(*.f32 x (*.f32 x (+.f32 #s(literal 1/2 binary32) (/.f32 (fabs.f32 x) (*.f32 x x)))))
(* (pow x 2) (+ 1/2 (/ (fabs x) (pow x 2))))
(*.f32 x (*.f32 x (+.f32 #s(literal 1/2 binary32) (/.f32 (fabs.f32 x) (*.f32 x x)))))
(* (pow x 2) (+ 1/2 (/ (fabs x) (pow x 2))))
(*.f32 x (*.f32 x (+.f32 #s(literal 1/2 binary32) (/.f32 (fabs.f32 x) (*.f32 x x)))))
(* 1/2 (pow x 2))
(*.f32 #s(literal 1/2 binary32) (*.f32 x x))
(* (pow x 2) (+ 1/2 (/ (fabs x) (pow x 2))))
(*.f32 x (*.f32 x (+.f32 #s(literal 1/2 binary32) (/.f32 (fabs.f32 x) (*.f32 x x)))))
(* (pow x 2) (+ 1/2 (/ (fabs x) (pow x 2))))
(*.f32 x (*.f32 x (+.f32 #s(literal 1/2 binary32) (/.f32 (fabs.f32 x) (*.f32 x x)))))
(* (pow x 2) (+ 1/2 (/ (fabs x) (pow x 2))))
(*.f32 x (*.f32 x (+.f32 #s(literal 1/2 binary32) (/.f32 (fabs.f32 x) (*.f32 x x)))))
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(* 1/2 (pow x 2))
(*.f32 #s(literal 1/2 binary32) (*.f32 x x))
(* 1/2 (pow x 2))
(*.f32 #s(literal 1/2 binary32) (*.f32 x x))
(* 1/2 (pow x 2))
(*.f32 #s(literal 1/2 binary32) (*.f32 x x))
(* 1/2 (pow x 2))
(*.f32 #s(literal 1/2 binary32) (*.f32 x x))
(* 1/2 (pow x 2))
(*.f32 #s(literal 1/2 binary32) (*.f32 x x))
(* 1/2 (pow x 2))
(*.f32 #s(literal 1/2 binary32) (*.f32 x x))
(* 1/2 (pow x 2))
(*.f32 #s(literal 1/2 binary32) (*.f32 x x))
(* 1/2 (pow x 2))
(*.f32 #s(literal 1/2 binary32) (*.f32 x x))
(* 1/2 (pow x 2))
(*.f32 #s(literal 1/2 binary32) (*.f32 x x))
(* 1/2 (pow x 2))
(*.f32 #s(literal 1/2 binary32) (*.f32 x x))
(* 1/2 (pow x 2))
(*.f32 #s(literal 1/2 binary32) (*.f32 x x))
(* 1/2 (pow x 2))
(*.f32 #s(literal 1/2 binary32) (*.f32 x x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign (neg (log (- 1 (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(* -1 (log (- 1 (fabs x))))
(neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(* -1 (log (- 1 (fabs x))))
(neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(* -1 (log (- 1 (fabs x))))
(neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(* -1 (log (- 1 (fabs x))))
(neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(* -1 (log (- 1 (fabs x))))
(neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(* -1 (log (- 1 (fabs x))))
(neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(* -1 (log (- 1 (fabs x))))
(neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(* -1 (log (- 1 (fabs x))))
(neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(* -1 (log (- 1 (fabs x))))
(neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(* -1 (log (- 1 (fabs x))))
(neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(* -1 (log (- 1 (fabs x))))
(neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(* -1 (log (- 1 (fabs x))))
(neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(log (- 1 (fabs x)))
(log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(log (- 1 (fabs x)))
(log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(log (- 1 (fabs x)))
(log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(log (- 1 (fabs x)))
(log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(log (- 1 (fabs x)))
(log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(log (- 1 (fabs x)))
(log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(log (- 1 (fabs x)))
(log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(log (- 1 (fabs x)))
(log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(log (- 1 (fabs x)))
(log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(log (- 1 (fabs x)))
(log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(log (- 1 (fabs x)))
(log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(log (- 1 (fabs x)))
(log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(- 1 (fabs x))
(-.f32 #s(literal 1 binary32) (fabs.f32 x))
(- 1 (fabs x))
(-.f32 #s(literal 1 binary32) (fabs.f32 x))
(- 1 (fabs x))
(-.f32 #s(literal 1 binary32) (fabs.f32 x))
(- 1 (fabs x))
(-.f32 #s(literal 1 binary32) (fabs.f32 x))
(- 1 (fabs x))
(-.f32 #s(literal 1 binary32) (fabs.f32 x))
(- 1 (fabs x))
(-.f32 #s(literal 1 binary32) (fabs.f32 x))
(- 1 (fabs x))
(-.f32 #s(literal 1 binary32) (fabs.f32 x))
(- 1 (fabs x))
(-.f32 #s(literal 1 binary32) (fabs.f32 x))
(- 1 (fabs x))
(-.f32 #s(literal 1 binary32) (fabs.f32 x))
(- 1 (fabs x))
(-.f32 #s(literal 1 binary32) (fabs.f32 x))
(- 1 (fabs x))
(-.f32 #s(literal 1 binary32) (fabs.f32 x))
(- 1 (fabs x))
(-.f32 #s(literal 1 binary32) (fabs.f32 x))
(log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x)))
(+ (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) (* -1/8 (/ (* (pow x 2) (pow (fabs x) 2)) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))))
(fma.f32 (*.f32 x x) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))))
(+ (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) (* (pow x 2) (+ (* -1/8 (/ (pow (fabs x) 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))) (* -1/128 (/ (* (pow x 2) (pow (fabs x) 4)) (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 2))))))
(fma.f32 x (*.f32 x (*.f32 (*.f32 x x) (fma.f32 #s(literal -1/128 binary32) (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (/.f32 #s(literal -1/8 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))) (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))))
(+ (log (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))) (* (pow x 2) (+ (* -1/8 (/ (pow (fabs x) 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))) (* (pow x 2) (+ (* -1/128 (/ (pow (fabs x) 4) (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 2))) (* -1/1536 (/ (* (pow x 2) (pow (fabs x) 6)) (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 3))))))))
(fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 (/.f32 #s(literal -1/8 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (fma.f32 #s(literal -1/128 binary32) (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (/.f32 (*.f32 (*.f32 #s(literal -1/1536 binary32) (*.f32 x x)) (pow.f32 (fabs.f32 x) #s(literal 6 binary32))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))))) (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))))
(+ (log (* -1/8 (pow (fabs x) 2))) (* -2 (log (/ 1 x))))
(fma.f32 #s(literal 2 binary32) (log.f32 x) (log.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))
(+ (log (* -1/8 (pow (fabs x) 2))) (+ (* -8 (/ (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) (* (pow x 2) (pow (fabs x) 2)))) (* -2 (log (/ 1 x)))))
(fma.f32 #s(literal 2 binary32) (log.f32 x) (fma.f32 #s(literal -8 binary32) (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (log.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))))
(+ (log (* -1/8 (pow (fabs x) 2))) (+ (* -32 (/ (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 2) (* (pow x 4) (pow (fabs x) 4)))) (+ (* -8 (/ (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) (* (pow x 2) (pow (fabs x) 2)))) (* -2 (log (/ 1 x))))))
(fma.f32 #s(literal -32 binary32) (/.f32 (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (*.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x))))) (fma.f32 #s(literal 2 binary32) (log.f32 x) (fma.f32 #s(literal -8 binary32) (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (log.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))))
(+ (log (* -1/8 (pow (fabs x) 2))) (+ (* -512/3 (/ (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 3) (* (pow x 6) (pow (fabs x) 6)))) (+ (* -32 (/ (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 2) (* (pow x 4) (pow (fabs x) 4)))) (+ (* -8 (/ (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) (* (pow x 2) (pow (fabs x) 2)))) (* -2 (log (/ 1 x)))))))
(fma.f32 #s(literal -512/3 binary32) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (/.f32 (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (*.f32 (pow.f32 x #s(literal 6 binary32)) (pow.f32 (fabs.f32 x) #s(literal 6 binary32))))) (fma.f32 #s(literal -32 binary32) (/.f32 (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (*.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x))))) (fma.f32 #s(literal 2 binary32) (log.f32 x) (fma.f32 #s(literal -8 binary32) (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (log.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))))))
(+ (log (* -1/8 (pow (fabs x) 2))) (* -2 (log (/ -1 x))))
(fma.f32 #s(literal -2 binary32) (log.f32 (/.f32 #s(literal -1 binary32) x)) (log.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))
(+ (log (* -1/8 (pow (fabs x) 2))) (+ (* -8 (/ (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) (* (pow x 2) (pow (fabs x) 2)))) (* -2 (log (/ -1 x)))))
(fma.f32 #s(literal -2 binary32) (log.f32 (/.f32 #s(literal -1 binary32) x)) (fma.f32 #s(literal -8 binary32) (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (log.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))))
(+ (log (* -1/8 (pow (fabs x) 2))) (+ (* -32 (/ (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 2) (* (pow x 4) (pow (fabs x) 4)))) (+ (* -8 (/ (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) (* (pow x 2) (pow (fabs x) 2)))) (* -2 (log (/ -1 x))))))
(fma.f32 #s(literal -32 binary32) (/.f32 (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (*.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x))))) (fma.f32 #s(literal -2 binary32) (log.f32 (/.f32 #s(literal -1 binary32) x)) (fma.f32 #s(literal -8 binary32) (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (log.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))))
(+ (log (* -1/8 (pow (fabs x) 2))) (+ (* -512/3 (/ (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 3) (* (pow x 6) (pow (fabs x) 6)))) (+ (* -32 (/ (pow (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) 2) (* (pow x 4) (pow (fabs x) 4)))) (+ (* -8 (/ (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))) (* (pow x 2) (pow (fabs x) 2)))) (* -2 (log (/ -1 x)))))))
(fma.f32 #s(literal -512/3 binary32) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (/.f32 (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (*.f32 (pow.f32 x #s(literal 6 binary32)) (pow.f32 (fabs.f32 x) #s(literal 6 binary32))))) (fma.f32 #s(literal -32 binary32) (/.f32 (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (*.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x))))) (fma.f32 #s(literal -2 binary32) (log.f32 (/.f32 #s(literal -1 binary32) x)) (fma.f32 #s(literal -8 binary32) (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (log.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))))))
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (+ 1/2 (* -1/8 (pow x 2)))))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32))) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (+ 1/2 (* -1/8 (pow x 2)))))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32))) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (+ 1/2 (* -1/8 (pow x 2)))))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32))) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (+ 1/2 (* -1/8 (pow x 2)))))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32))) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32))) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32))) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32))) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32))) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32))) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32))) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32))) (fabs.f32 x))) x)
(copysign (log (+ 1 (* (fabs x) (+ 1 (* (fabs x) (- 1/2 (* 1/8 (pow x 2)))))))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32))) (fabs.f32 x))) x)
(+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))
(+ 1 (+ (* -1/8 (* (pow x 2) (pow (fabs x) 2))) (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))
(+ 1 (+ (* -1/8 (* (pow x 2) (pow (fabs x) 2))) (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))
(+ 1 (+ (* -1/8 (* (pow x 2) (pow (fabs x) 2))) (* (fabs x) (+ 1 (* 1/2 (fabs x))))))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))
(* -1/8 (* (pow x 2) (pow (fabs x) 2)))
(*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))
(* (pow x 2) (+ (* -1/8 (pow (fabs x) 2)) (+ (/ 1 (pow x 2)) (/ (* (fabs x) (+ 1 (* 1/2 (fabs x)))) (pow x 2)))))
(fma.f32 (*.f32 x x) (*.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal -1/8 binary32) (/.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 x x)))) #s(literal 1 binary32))
(* (pow x 2) (+ (* -1/8 (pow (fabs x) 2)) (+ (/ 1 (pow x 2)) (/ (* (fabs x) (+ 1 (* 1/2 (fabs x)))) (pow x 2)))))
(fma.f32 (*.f32 x x) (*.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal -1/8 binary32) (/.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 x x)))) #s(literal 1 binary32))
(* (pow x 2) (+ (* -1/8 (pow (fabs x) 2)) (+ (/ 1 (pow x 2)) (/ (* (fabs x) (+ 1 (* 1/2 (fabs x)))) (pow x 2)))))
(fma.f32 (*.f32 x x) (*.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal -1/8 binary32) (/.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 x x)))) #s(literal 1 binary32))
(* -1/8 (* (pow x 2) (pow (fabs x) 2)))
(*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))
(* (pow x 2) (+ (* -1/8 (pow (fabs x) 2)) (+ (/ 1 (pow x 2)) (/ (* (fabs x) (+ 1 (* 1/2 (fabs x)))) (pow x 2)))))
(fma.f32 (*.f32 x x) (*.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal -1/8 binary32) (/.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 x x)))) #s(literal 1 binary32))
(* (pow x 2) (+ (* -1/8 (pow (fabs x) 2)) (+ (/ 1 (pow x 2)) (/ (* (fabs x) (+ 1 (* 1/2 (fabs x)))) (pow x 2)))))
(fma.f32 (*.f32 x x) (*.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal -1/8 binary32) (/.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 x x)))) #s(literal 1 binary32))
(* (pow x 2) (+ (* -1/8 (pow (fabs x) 2)) (+ (/ 1 (pow x 2)) (/ (* (fabs x) (+ 1 (* 1/2 (fabs x)))) (pow x 2)))))
(fma.f32 (*.f32 x x) (*.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal -1/8 binary32) (/.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 x x)))) #s(literal 1 binary32))
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
1
#s(literal 1 binary32)
(log (/ 1 (- 1 (fabs x))))
(neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(+ (log (/ 1 (- 1 (fabs x)))) (* -1/2 (/ (pow x 2) (- 1 (fabs x)))))
(-.f32 (fma.f32 #s(literal -1/2 binary32) (*.f32 x (/.f32 x (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) #s(literal 0 binary32)) (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(+ (log (/ 1 (- 1 (fabs x)))) (* (pow x 2) (- (* 1/24 (* (pow x 2) (- (* 24 (* (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3)))) (- 1 (fabs x)))) (* 3 (/ 1 (pow (- 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (- 1 (fabs x)))))))
(fma.f32 (*.f32 x x) (fma.f32 (fma.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 #s(literal 24 binary32) (+.f32 (/.f32 #s(literal 1/8 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (/.f32 #s(literal 1/4 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))))) (/.f32 #s(literal 3 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 (fabs.f32 x) #s(literal -1 binary32))))) (*.f32 (*.f32 x x) #s(literal 1/24 binary32)) (/.f32 #s(literal -1/2 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(+ (log (/ 1 (- 1 (fabs x)))) (* (pow x 2) (- (* (pow x 2) (+ (* 1/720 (* (pow x 2) (- (+ (* -720 (* (+ (* 1/16 (/ 1 (pow (- 1 (fabs x)) 2))) (+ (* 1/2 (/ (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3)))) (- 1 (fabs x)))) (* 1/16 (/ 1 (pow (- 1 (fabs x)) 3))))) (- 1 (fabs x)))) (* 360 (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3)))))) (* 30 (/ 1 (pow (- 1 (fabs x)) 3)))))) (* 1/24 (- (* 24 (* (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3)))) (- 1 (fabs x)))) (* 3 (/ 1 (pow (- 1 (fabs x)) 2))))))) (* 1/2 (/ 1 (- 1 (fabs x)))))))
(fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (fma.f32 (fma.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 #s(literal -720 binary32) (+.f32 (/.f32 #s(literal 1/16 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 #s(literal 1/2 binary32) (/.f32 (+.f32 (/.f32 #s(literal 1/8 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (/.f32 #s(literal 1/4 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/16 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))))) (+.f32 (/.f32 #s(literal 45 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) #s(literal 60 binary32)))) (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) (*.f32 #s(literal 1/24 binary32) (fma.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 #s(literal 24 binary32) (+.f32 (/.f32 #s(literal 1/8 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (/.f32 #s(literal 1/4 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))))) (/.f32 #s(literal 3 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 (fabs.f32 x) #s(literal -1 binary32))))))) (/.f32 #s(literal -1/2 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(log (/ 1 x))
(-.f32 #s(literal 0 binary32) (log.f32 x))
(+ (log (/ 1 x)) (/ (fabs x) x))
(-.f32 (/.f32 (fabs.f32 x) x) (log.f32 x))
(+ (log (/ 1 x)) (+ (* 1/2 (/ (+ (* -2 (+ 1/2 (* -1 (pow (fabs x) 2)))) (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x)))
(fma.f32 #s(literal 1/2 binary32) (/.f32 (+.f32 #s(literal -1 binary32) (*.f32 x x)) (*.f32 x x)) (-.f32 (/.f32 (fabs.f32 x) x) (log.f32 x)))
(+ (log (/ 1 x)) (+ (* 1/6 (/ (+ (* -6 (+ (* 1/2 (fabs x)) (* (fabs x) (+ 1/2 (* -1 (pow (fabs x) 2)))))) (+ (* 2 (pow (fabs x) 3)) (* 6 (* (fabs x) (+ 1/2 (* -1 (pow (fabs x) 2))))))) (pow x 3))) (+ (* 1/2 (/ (+ (* -2 (+ 1/2 (* -1 (pow (fabs x) 2)))) (* -1 (pow (fabs x) 2))) (pow x 2))) (/ (fabs x) x))))
(fma.f32 #s(literal 1/6 binary32) (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fma.f32 x (neg.f32 x) #s(literal 1/2 binary32)) #s(literal -6 binary32) #s(literal -3 binary32)) (*.f32 (fabs.f32 x) (fma.f32 #s(literal 2 binary32) (*.f32 x x) (*.f32 (fma.f32 x (neg.f32 x) #s(literal 1/2 binary32)) #s(literal 6 binary32))))) (*.f32 x (*.f32 x x))) (fma.f32 #s(literal 1/2 binary32) (/.f32 (+.f32 #s(literal -1 binary32) (*.f32 x x)) (*.f32 x x)) (-.f32 (/.f32 (fabs.f32 x) x) (log.f32 x))))
(log (/ -1 x))
(log.f32 (/.f32 #s(literal -1 binary32) x))
(+ (log (/ -1 x)) (* -1 (/ (fabs x) x)))
(-.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) (/.f32 (fabs.f32 x) x))
(+ (log (/ -1 x)) (* -1 (/ (+ (fabs x) (* -1/2 (/ (+ (* -2 (+ 1/2 (* -1 (pow (fabs x) 2)))) (* -1 (pow (fabs x) 2))) x))) x)))
(-.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) (/.f32 (fma.f32 #s(literal -1/2 binary32) (/.f32 (+.f32 #s(literal -1 binary32) (*.f32 x x)) x) (fabs.f32 x)) x))
(+ (log (/ -1 x)) (* -1 (/ (+ (fabs x) (* -1 (/ (+ (* -1/6 (/ (+ (* -6 (+ (* 1/2 (fabs x)) (* (fabs x) (+ 1/2 (* -1 (pow (fabs x) 2)))))) (+ (* 2 (pow (fabs x) 3)) (* 6 (* (fabs x) (+ 1/2 (* -1 (pow (fabs x) 2))))))) x)) (* 1/2 (+ (* -2 (+ 1/2 (* -1 (pow (fabs x) 2)))) (* -1 (pow (fabs x) 2))))) x))) x)))
(-.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) (/.f32 (-.f32 (fabs.f32 x) (/.f32 (fma.f32 #s(literal 1/2 binary32) (+.f32 #s(literal -1 binary32) (*.f32 x x)) (/.f32 (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fma.f32 x (neg.f32 x) #s(literal 1/2 binary32)) #s(literal -6 binary32) #s(literal -3 binary32)) (*.f32 (fabs.f32 x) (fma.f32 #s(literal 2 binary32) (*.f32 x x) (*.f32 (fma.f32 x (neg.f32 x) #s(literal 1/2 binary32)) #s(literal 6 binary32))))) #s(literal -1/6 binary32)) x)) x)) x))
(copysign (log (/ (+ 1 (+ (* -1 (pow x 2)) (pow x 2))) (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (log (/ (+ 1 (+ (* -1 (pow x 2)) (pow x 2))) (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (log (/ (+ 1 (+ (* -1 (pow x 2)) (pow x 2))) (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (log (/ (+ 1 (+ (* -1 (pow x 2)) (pow x 2))) (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign (log (/ 1 (- (sqrt (+ 1 (pow x 2))) (fabs x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(/ 1 (- 1 (fabs x)))
(/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(+ (* -1/2 (/ (pow x 2) (pow (- 1 (fabs x)) 2))) (/ 1 (- 1 (fabs x))))
(fma.f32 #s(literal -1/2 binary32) (/.f32 (*.f32 x x) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(+ (* (pow x 2) (- (* (pow x 2) (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3))))) (* 1/2 (/ 1 (pow (- 1 (fabs x)) 2))))) (/ 1 (- 1 (fabs x))))
(fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (+.f32 (/.f32 #s(literal 1/8 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (/.f32 #s(literal 1/4 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (/.f32 #s(literal 1/2 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 (fabs.f32 x) #s(literal -1 binary32))))) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(+ (* (pow x 2) (- (* (pow x 2) (+ (* -1 (* (pow x 2) (+ (* 1/16 (/ 1 (pow (- 1 (fabs x)) 2))) (+ (* 1/16 (/ 1 (pow (- 1 (fabs x)) 3))) (* 1/2 (/ (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3)))) (- 1 (fabs x)))))))) (+ (* 1/8 (/ 1 (pow (- 1 (fabs x)) 2))) (* 1/4 (/ 1 (pow (- 1 (fabs x)) 3)))))) (* 1/2 (/ 1 (pow (- 1 (fabs x)) 2))))) (/ 1 (- 1 (fabs x))))
(fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (+.f32 (/.f32 #s(literal 1/4 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (fma.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (+.f32 (/.f32 #s(literal 1/16 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 #s(literal 1/2 binary32) (/.f32 (+.f32 (/.f32 #s(literal 1/8 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (/.f32 #s(literal 1/4 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/16 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))))) (/.f32 #s(literal 1/8 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (/.f32 #s(literal 1/2 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 (fabs.f32 x) #s(literal -1 binary32))))) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(/ 1 x)
(/.f32 #s(literal 1 binary32) x)
(/ (+ 1 (/ (fabs x) x)) x)
(/.f32 (+.f32 #s(literal 1 binary32) (/.f32 (fabs.f32 x) x)) x)
(/ (- (+ 1 (* -1 (/ (+ 1/2 (* -1 (pow (fabs x) 2))) (pow x 2)))) (* -1 (/ (fabs x) x))) x)
(/.f32 (+.f32 (/.f32 (fabs.f32 x) x) (-.f32 #s(literal 1 binary32) (+.f32 #s(literal -1 binary32) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))))) x)
(/ (- (+ 1 (* -1 (/ (+ (* 1/2 (fabs x)) (* (fabs x) (+ 1/2 (* -1 (pow (fabs x) 2))))) (pow x 3)))) (+ (* -1 (/ (fabs x) x)) (+ (* -1 (/ (pow (fabs x) 2) (pow x 2))) (/ 1/2 (pow x 2))))) x)
(/.f32 (+.f32 (-.f32 #s(literal 1 binary32) (/.f32 (*.f32 (fabs.f32 x) (+.f32 #s(literal 1/2 binary32) (fma.f32 x (neg.f32 x) #s(literal 1/2 binary32)))) (*.f32 x (*.f32 x x)))) (+.f32 (/.f32 (fabs.f32 x) x) (+.f32 #s(literal 1 binary32) (/.f32 #s(literal -1/2 binary32) (*.f32 x x))))) x)
(/ -1 x)
(/.f32 #s(literal -1 binary32) x)
(* -1 (/ (+ 1 (* -1 (/ (fabs x) x))) x))
(/.f32 (+.f32 #s(literal -1 binary32) (/.f32 (fabs.f32 x) x)) x)
(* -1 (/ (+ 1 (* -1 (/ (- (+ (* -1 (/ (pow (fabs x) 2) x)) (* 1/2 (/ 1 x))) (* -1 (fabs x))) x))) x))
(/.f32 (fma.f32 #s(literal -1 binary32) (/.f32 (-.f32 (/.f32 (fma.f32 x x #s(literal -1/2 binary32)) x) (fabs.f32 x)) x) #s(literal -1 binary32)) x)
(* -1 (/ (+ 1 (* -1 (/ (- (* -1 (/ (- (+ (* 1/2 (/ (fabs x) x)) (/ (* (fabs x) (+ 1/2 (* -1 (pow (fabs x) 2)))) x)) (+ 1/2 (* -1 (pow (fabs x) 2)))) x)) (* -1 (fabs x))) x))) x))
(/.f32 (+.f32 #s(literal -1 binary32) (/.f32 (-.f32 (fabs.f32 x) (/.f32 (fma.f32 (fabs.f32 x) (+.f32 (/.f32 #s(literal 1/2 binary32) x) (/.f32 (fma.f32 x (neg.f32 x) #s(literal 1/2 binary32)) x)) (fma.f32 x x #s(literal -1/2 binary32))) x)) x)) x)
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(+ 1 (* 1/2 (fabs x)))
(fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))
(+ 1 (+ (* -1/8 (* (pow x 2) (fabs x))) (* 1/2 (fabs x))))
(fma.f32 (fabs.f32 x) (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32)) #s(literal 1 binary32))
(+ 1 (+ (* -1/8 (* (pow x 2) (fabs x))) (* 1/2 (fabs x))))
(fma.f32 (fabs.f32 x) (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32)) #s(literal 1 binary32))
(+ 1 (+ (* -1/8 (* (pow x 2) (fabs x))) (* 1/2 (fabs x))))
(fma.f32 (fabs.f32 x) (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32)) #s(literal 1 binary32))
(* -1/8 (* (pow x 2) (fabs x)))
(*.f32 x (*.f32 x (*.f32 (fabs.f32 x) #s(literal -1/8 binary32))))
(* (pow x 2) (+ (* -1/8 (fabs x)) (+ (* 1/2 (/ (fabs x) (pow x 2))) (/ 1 (pow x 2)))))
(fma.f32 (*.f32 x x) (*.f32 (fabs.f32 x) (+.f32 #s(literal -1/8 binary32) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) #s(literal 1 binary32))
(* (pow x 2) (+ (* -1/8 (fabs x)) (+ (* 1/2 (/ (fabs x) (pow x 2))) (/ 1 (pow x 2)))))
(fma.f32 (*.f32 x x) (*.f32 (fabs.f32 x) (+.f32 #s(literal -1/8 binary32) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) #s(literal 1 binary32))
(* (pow x 2) (+ (* -1/8 (fabs x)) (+ (* 1/2 (/ (fabs x) (pow x 2))) (/ 1 (pow x 2)))))
(fma.f32 (*.f32 x x) (*.f32 (fabs.f32 x) (+.f32 #s(literal -1/8 binary32) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) #s(literal 1 binary32))
(* -1/8 (* (pow x 2) (fabs x)))
(*.f32 x (*.f32 x (*.f32 (fabs.f32 x) #s(literal -1/8 binary32))))
(* (pow x 2) (+ (* -1/8 (fabs x)) (+ (* 1/2 (/ (fabs x) (pow x 2))) (/ 1 (pow x 2)))))
(fma.f32 (*.f32 x x) (*.f32 (fabs.f32 x) (+.f32 #s(literal -1/8 binary32) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) #s(literal 1 binary32))
(* (pow x 2) (+ (* -1/8 (fabs x)) (+ (* 1/2 (/ (fabs x) (pow x 2))) (/ 1 (pow x 2)))))
(fma.f32 (*.f32 x x) (*.f32 (fabs.f32 x) (+.f32 #s(literal -1/8 binary32) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) #s(literal 1 binary32))
(* (pow x 2) (+ (* -1/8 (fabs x)) (+ (* 1/2 (/ (fabs x) (pow x 2))) (/ 1 (pow x 2)))))
(fma.f32 (*.f32 x x) (*.f32 (fabs.f32 x) (+.f32 #s(literal -1/8 binary32) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) #s(literal 1 binary32))
(* -1/8 x)
(*.f32 x #s(literal -1/8 binary32))
(* -1/8 x)
(*.f32 x #s(literal -1/8 binary32))
(* -1/8 x)
(*.f32 x #s(literal -1/8 binary32))
(* -1/8 x)
(*.f32 x #s(literal -1/8 binary32))
(* -1/8 x)
(*.f32 x #s(literal -1/8 binary32))
(* -1/8 x)
(*.f32 x #s(literal -1/8 binary32))
(* -1/8 x)
(*.f32 x #s(literal -1/8 binary32))
(* -1/8 x)
(*.f32 x #s(literal -1/8 binary32))
(* -1/8 x)
(*.f32 x #s(literal -1/8 binary32))
(* -1/8 x)
(*.f32 x #s(literal -1/8 binary32))
(* -1/8 x)
(*.f32 x #s(literal -1/8 binary32))
(* -1/8 x)
(*.f32 x #s(literal -1/8 binary32))
(- 1 (fabs x))
(-.f32 #s(literal 1 binary32) (fabs.f32 x))
(- (+ 1 (* 1/2 (pow x 2))) (fabs x))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal -1 binary32)) #s(literal 1 binary32))
(- (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))) (fabs x))
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32)) #s(literal -1 binary32)) #s(literal 1 binary32))
(- (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))) (fabs x))
(fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/16 binary32) #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
x
(* x (+ 1 (* -1 (/ (fabs x) x))))
(*.f32 x (-.f32 #s(literal 1 binary32) (/.f32 (fabs.f32 x) x)))
(* x (- (+ 1 (/ 1/2 (pow x 2))) (/ (fabs x) x)))
(fma.f32 x (-.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (/.f32 (fabs.f32 x) x)) x)
(* x (- (+ 1 (/ 1/2 (pow x 2))) (+ (* 1/8 (/ 1 (pow x 4))) (/ (fabs x) x))))
(fma.f32 x (+.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (-.f32 (/.f32 #s(literal -1/8 binary32) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fabs.f32 x) x))) x)
(* -1 x)
(neg.f32 x)
(* -1 (* x (+ 1 (/ (fabs x) x))))
(*.f32 x (-.f32 #s(literal -1 binary32) (/.f32 (fabs.f32 x) x)))
(* -1 (* x (+ 1 (+ (/ 1/2 (pow x 2)) (/ (fabs x) x)))))
(*.f32 x (+.f32 (-.f32 #s(literal -1 binary32) (/.f32 (fabs.f32 x) x)) (/.f32 #s(literal -1/2 binary32) (*.f32 x x))))
(* -1 (* x (+ 1 (* -1 (/ (- (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) (fabs x)) x)))))
(neg.f32 (fma.f32 x (/.f32 (+.f32 (/.f32 (+.f32 #s(literal 1/2 binary32) (/.f32 #s(literal -1/8 binary32) (*.f32 x x))) x) (fabs.f32 x)) x) x))
1
#s(literal 1 binary32)
(+ 1 (* 1/2 (pow x 2)))
(fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32))
(+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))
(fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal -1/8 binary32) #s(literal 1/2 binary32)) #s(literal 1 binary32))
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))
(fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/16 binary32) #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32))
x
(* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))
(fma.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) x)
(* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))
(fma.f32 x (+.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (/.f32 #s(literal -1/8 binary32) (*.f32 x (*.f32 x (*.f32 x x))))) x)
(* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))
(fma.f32 x (+.f32 (+.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (/.f32 #s(literal 1/16 binary32) (pow.f32 x #s(literal 6 binary32)))) (/.f32 #s(literal -1/8 binary32) (*.f32 x (*.f32 x (*.f32 x x))))) x)
(* -1 x)
(neg.f32 x)
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))
(*.f32 x (+.f32 #s(literal -1 binary32) (/.f32 #s(literal -1/2 binary32) (*.f32 x x))))
(* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))
(neg.f32 (fma.f32 x (+.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (/.f32 #s(literal -1/8 binary32) (*.f32 x (*.f32 x (*.f32 x x))))) x))
(* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))
(neg.f32 (fma.f32 x (+.f32 (+.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (/.f32 #s(literal 1/16 binary32) (pow.f32 x #s(literal 6 binary32)))) (/.f32 #s(literal -1/8 binary32) (*.f32 x (*.f32 x (*.f32 x x))))) x))

eval355.0ms (2.8%)

Memory
10.2MiB live, 381.6MiB allocated
Compiler

Compiled 44 883 to 5 199 computations (88.4% saved)

prune577.0ms (4.6%)

Memory
-4.2MiB live, 799.6MiB allocated
Pruning

73 alts after pruning (66 fresh and 7 done)

PrunedKeptTotal
New1 535521 587
Fresh51419
Picked235
Done044
Total1 542731 615
Accuracy
100.0%
Counts
1 615 → 73
Alt Table
Click to see full alt table
StatusAccuracyProgram
55.1%
(copysign.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (fma.f32 (+.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (+.f32 #s(literal -1/8 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 45 binary32))) (/.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 30 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x))) x)
53.1%
(copysign.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (fma.f32 #s(literal -1/720 binary32) (*.f32 (*.f32 x x) (+.f32 (/.f32 #s(literal 30 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (+.f32 (/.f32 #s(literal 45 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (/.f32 #s(literal 45 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (+.f32 (/.f32 #s(literal -1/8 binary32) (+.f32 (fabs.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal -1/8 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 (fabs.f32 x) #s(literal -1 binary32)))))) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal -1 binary32)))) (neg.f32 (log1p.f32 (neg.f32 (fabs.f32 x))))) x)
55.7%
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x)))) x)
57.2%
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
3.7%
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
6.3%
(copysign.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
10.8%
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
11.1%
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
10.8%
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
11.1%
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
11.1%
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
3.9%
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
12.5%
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
6.8%
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
3.9%
(copysign.f32 (/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) x)
4.6%
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
7.7%
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
6.8%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x x)) #s(literal 1 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
11.4%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/2 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
7.3%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
3.9%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) #s(literal 1/4 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
3.9%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
4.6%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/8 binary32) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
7.3%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
6.1%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
6.0%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
12.5%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
4.6%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
6.8%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
11.6%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
12.5%
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
12.5%
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
16.3%
(copysign.f32 (-.f32 (log.f32 (*.f32 (*.f32 (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))) (/.f32 #s(literal 1 binary32) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))) (log.f32 (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))))) x)
6.1%
(copysign.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
4.6%
(copysign.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) x)
10.8%
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))) x)
11.1%
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
6.4%
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
7.3%
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
7.4%
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
3.8%
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/8 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
5.3%
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
7.7%
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
6.4%
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
10.8%
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
10.8%
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))) x)
11.1%
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
7.7%
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
10.3%
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
11.1%
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
10.8%
(copysign.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
12.5%
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
12.9%
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
12.9%
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
49.5%
(copysign.f32 (neg.f32 (log1p.f32 (neg.f32 (fabs.f32 x)))) x)
20.7%
(copysign.f32 (neg.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal -1 binary32)) #s(literal 1 binary32)))) x)
38.6%
(copysign.f32 (neg.f32 (log.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))) x)
18.7%
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
10.6%
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
53.1%
(copysign.f32 (log1p.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x))) x)
60.8%
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
70.1%
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
12.7%
(copysign.f32 (log.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
20.7%
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
16.5%
(copysign.f32 (log.f32 (/.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
27.9%
(copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x)
25.4%
(copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x)
38.6%
(copysign.f32 (log.f32 (+.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) x)
27.8%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)
28.7%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x)
31.2%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)
13.0%
(copysign.f32 (log.f32 (neg.f32 x)) x)
13.2%
(copysign.f32 (log.f32 x) x)
Compiler

Compiled 3 355 to 1 815 computations (45.9% saved)

simplify465.0ms (3.7%)

Memory
-12.9MiB live, 885.0MiB allocated
Algorithm
egg-herbie
Localize:

Found 20 expressions of interest:

NewMetricScoreProgram
cost-diff160
(*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))))
cost-diff192
(/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))
cost-diff512
(/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
cost-diff1568
(/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))
cost-diff0
(/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
cost-diff0
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
cost-diff544
(/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32))
cost-diff928
(/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))
cost-diff0
(/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
cost-diff0
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
cost-diff192
(/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))
cost-diff832
(*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
cost-diff0
(fabs.f32 x)
cost-diff0
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
cost-diff0
(/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
cost-diff0
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
cost-diff0
(*.f32 (*.f32 x x) #s(literal -1/8 binary32))
cost-diff0
(/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
cost-diff0
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x)))) x)
cost-diff32
(fma.f32 (*.f32 x x) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))))
Rules
13 136×accelerator-lowering-fma.f32
13 136×accelerator-lowering-fma.f64
8 012×*-lowering-*.f32
8 012×*-lowering-*.f64
2 552×/-lowering-/.f32
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
046378
1123352
2429340
33067340
45364340
57253340
08833323
Stop Event
iter limit
node limit
Calls
Call 1
Inputs
(copysign (+ (* (* x x) (/ (* (* x x) -1/8) (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))) (log (+ 1 (+ (* 1/2 (* x x)) (fabs x))))) x)
(+ (* (* x x) (/ (* (* x x) -1/8) (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))) (log (+ 1 (+ (* 1/2 (* x x)) (fabs x)))))
(* x x)
x
(/ (* (* x x) -1/8) (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))
(* (* x x) -1/8)
-1/8
(+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1)
(fabs x)
(+ (* (fabs x) 1/2) 1)
1/2
1
(log (+ 1 (+ (* 1/2 (* x x)) (fabs x))))
(+ (* 1/2 (* x x)) (fabs x))
(copysign (* (* x 1/2) (/ x (+ 1 (fabs x)))) x)
(* (* x 1/2) (/ x (+ 1 (fabs x))))
(* x 1/2)
x
1/2
(/ x (+ 1 (fabs x)))
(+ 1 (fabs x))
1
(fabs x)
(copysign (* (/ (* x (* x (* x x))) (+ 1 (fabs x))) (/ 1/4 (+ (* 1/2 (* x x)) 0))) x)
(* (/ (* x (* x (* x x))) (+ 1 (fabs x))) (/ 1/4 (+ (* 1/2 (* x x)) 0)))
(/ (* x (* x (* x x))) (+ 1 (fabs x)))
(* x (* x (* x x)))
x
(* x (* x x))
(* x x)
(+ 1 (fabs x))
1
(fabs x)
(/ 1/4 (+ (* 1/2 (* x x)) 0))
1/4
(+ (* 1/2 (* x x)) 0)
1/2
0
(copysign (/ (* (/ (+ (* 1/2 (* x x)) 0) (* x x)) (/ (+ (* 1/2 (* x x)) 0) 1/2)) (+ 1 (fabs x))) x)
(/ (* (/ (+ (* 1/2 (* x x)) 0) (* x x)) (/ (+ (* 1/2 (* x x)) 0) 1/2)) (+ 1 (fabs x)))
(* (/ (+ (* 1/2 (* x x)) 0) (* x x)) (/ (+ (* 1/2 (* x x)) 0) 1/2))
(/ (+ (* 1/2 (* x x)) 0) (* x x))
(+ (* 1/2 (* x x)) 0)
1/2
(* x x)
x
0
(/ (+ (* 1/2 (* x x)) 0) 1/2)
(+ 1 (fabs x))
1
(fabs x)
(copysign (/ (* (/ (* x (* x (* x x))) (+ (* (* x (* x (* x x))) 1/4) 0)) (/ 1/4 (/ 1 (+ (* 1/2 (* x x)) 0)))) (+ 1 (fabs x))) x)
(/ (* (/ (* x (* x (* x x))) (+ (* (* x (* x (* x x))) 1/4) 0)) (/ 1/4 (/ 1 (+ (* 1/2 (* x x)) 0)))) (+ 1 (fabs x)))
(* (/ (* x (* x (* x x))) (+ (* (* x (* x (* x x))) 1/4) 0)) (/ 1/4 (/ 1 (+ (* 1/2 (* x x)) 0))))
(/ (* x (* x (* x x))) (+ (* (* x (* x (* x x))) 1/4) 0))
(* x (* x (* x x)))
x
(* x (* x x))
(* x x)
(+ (* (* x (* x (* x x))) 1/4) 0)
1/4
0
(/ 1/4 (/ 1 (+ (* 1/2 (* x x)) 0)))
(/ 1 (+ (* 1/2 (* x x)) 0))
1
(+ (* 1/2 (* x x)) 0)
1/2
(+ 1 (fabs x))
(fabs x)
Outputs
(copysign (+ (* (* x x) (/ (* (* x x) -1/8) (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))) (log (+ 1 (+ (* 1/2 (* x x)) (fabs x))))) x)
(copysign.f32 (fma.f32 x (/.f32 (*.f32 (*.f32 x (fma.f32 x x #s(literal 0 binary32))) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (fma.f32 x #s(literal 1/2 binary32) #s(literal 0 binary32)) (fabs.f32 x)))) x)
(+ (* (* x x) (/ (* (* x x) -1/8) (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))) (log (+ 1 (+ (* 1/2 (* x x)) (fabs x)))))
(fma.f32 x (/.f32 (*.f32 (*.f32 x (fma.f32 x x #s(literal 0 binary32))) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (fma.f32 x #s(literal 1/2 binary32) #s(literal 0 binary32)) (fabs.f32 x))))
(* x x)
(fma.f32 x x #s(literal 0 binary32))
x
(/ (* (* x x) -1/8) (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))
(/.f32 (*.f32 (fma.f32 x x #s(literal 0 binary32)) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
(* (* x x) -1/8)
(*.f32 (fma.f32 x x #s(literal 0 binary32)) #s(literal -1/8 binary32))
-1/8
#s(literal -1/8 binary32)
(+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1)
(fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))
(fabs x)
(fabs.f32 x)
(+ (* (fabs x) 1/2) 1)
(fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))
1/2
#s(literal 1/2 binary32)
1
#s(literal 1 binary32)
(log (+ 1 (+ (* 1/2 (* x x)) (fabs x))))
(log1p.f32 (fma.f32 x (fma.f32 x #s(literal 1/2 binary32) #s(literal 0 binary32)) (fabs.f32 x)))
(+ (* 1/2 (* x x)) (fabs x))
(fma.f32 x (fma.f32 x #s(literal 1/2 binary32) #s(literal 0 binary32)) (fabs.f32 x))
(copysign (* (* x 1/2) (/ x (+ 1 (fabs x)))) x)
(copysign.f32 (fma.f32 (fma.f32 x x #s(literal 0 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 0 binary32)) x)
(* (* x 1/2) (/ x (+ 1 (fabs x))))
(fma.f32 (fma.f32 x x #s(literal 0 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 0 binary32))
(* x 1/2)
(fma.f32 x #s(literal 1/2 binary32) #s(literal 0 binary32))
x
1/2
#s(literal 1/2 binary32)
(/ x (+ 1 (fabs x)))
(/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))
(+ 1 (fabs x))
(+.f32 (fabs.f32 x) #s(literal 1 binary32))
1
#s(literal 1 binary32)
(fabs x)
(fabs.f32 x)
(copysign (* (/ (* x (* x (* x x))) (+ 1 (fabs x))) (/ 1/4 (+ (* 1/2 (* x x)) 0))) x)
(copysign.f32 (fma.f32 (fma.f32 x x #s(literal 0 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 0 binary32)) x)
(* (/ (* x (* x (* x x))) (+ 1 (fabs x))) (/ 1/4 (+ (* 1/2 (* x x)) 0)))
(fma.f32 (fma.f32 x x #s(literal 0 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 0 binary32))
(/ (* x (* x (* x x))) (+ 1 (fabs x)))
(/.f32 (*.f32 x (*.f32 x (fma.f32 x x #s(literal 0 binary32)))) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))
(* x (* x (* x x)))
(*.f32 x (*.f32 x (fma.f32 x x #s(literal 0 binary32))))
x
(* x (* x x))
(*.f32 x (fma.f32 x x #s(literal 0 binary32)))
(* x x)
(fma.f32 x x #s(literal 0 binary32))
(+ 1 (fabs x))
(+.f32 (fabs.f32 x) #s(literal 1 binary32))
1
#s(literal 1 binary32)
(fabs x)
(fabs.f32 x)
(/ 1/4 (+ (* 1/2 (* x x)) 0))
(/.f32 #s(literal 1/2 binary32) (fma.f32 x x #s(literal 0 binary32)))
1/4
#s(literal 1/4 binary32)
(+ (* 1/2 (* x x)) 0)
(fma.f32 x (fma.f32 x #s(literal 1/2 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))
1/2
#s(literal 1/2 binary32)
0
#s(literal 0 binary32)
(copysign (/ (* (/ (+ (* 1/2 (* x x)) 0) (* x x)) (/ (+ (* 1/2 (* x x)) 0) 1/2)) (+ 1 (fabs x))) x)
(copysign.f32 (fma.f32 (fma.f32 x x #s(literal 0 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 0 binary32)) x)
(/ (* (/ (+ (* 1/2 (* x x)) 0) (* x x)) (/ (+ (* 1/2 (* x x)) 0) 1/2)) (+ 1 (fabs x)))
(fma.f32 (fma.f32 x x #s(literal 0 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 0 binary32))
(* (/ (+ (* 1/2 (* x x)) 0) (* x x)) (/ (+ (* 1/2 (* x x)) 0) 1/2))
(fma.f32 x (fma.f32 x #s(literal 1/2 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))
(/ (+ (* 1/2 (* x x)) 0) (* x x))
#s(literal 1/2 binary32)
(+ (* 1/2 (* x x)) 0)
(fma.f32 x (fma.f32 x #s(literal 1/2 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))
1/2
#s(literal 1/2 binary32)
(* x x)
(fma.f32 x x #s(literal 0 binary32))
x
0
#s(literal 0 binary32)
(/ (+ (* 1/2 (* x x)) 0) 1/2)
(fma.f32 x x #s(literal 0 binary32))
(+ 1 (fabs x))
(+.f32 (fabs.f32 x) #s(literal 1 binary32))
1
#s(literal 1 binary32)
(fabs x)
(fabs.f32 x)
(copysign (/ (* (/ (* x (* x (* x x))) (+ (* (* x (* x (* x x))) 1/4) 0)) (/ 1/4 (/ 1 (+ (* 1/2 (* x x)) 0)))) (+ 1 (fabs x))) x)
(copysign.f32 (fma.f32 (fma.f32 x x #s(literal 0 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 0 binary32)) x)
(/ (* (/ (* x (* x (* x x))) (+ (* (* x (* x (* x x))) 1/4) 0)) (/ 1/4 (/ 1 (+ (* 1/2 (* x x)) 0)))) (+ 1 (fabs x)))
(fma.f32 (fma.f32 x x #s(literal 0 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 0 binary32))
(* (/ (* x (* x (* x x))) (+ (* (* x (* x (* x x))) 1/4) 0)) (/ 1/4 (/ 1 (+ (* 1/2 (* x x)) 0))))
(fma.f32 x (fma.f32 x #s(literal 1/2 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))
(/ (* x (* x (* x x))) (+ (* (* x (* x (* x x))) 1/4) 0))
#s(literal 4 binary32)
(* x (* x (* x x)))
(*.f32 x (*.f32 x (fma.f32 x x #s(literal 0 binary32))))
x
(* x (* x x))
(*.f32 x (fma.f32 x x #s(literal 0 binary32)))
(* x x)
(fma.f32 x x #s(literal 0 binary32))
(+ (* (* x (* x (* x x))) 1/4) 0)
(fma.f32 (*.f32 x (*.f32 x (fma.f32 x x #s(literal 0 binary32)))) #s(literal 1/4 binary32) #s(literal 0 binary32))
1/4
#s(literal 1/4 binary32)
0
#s(literal 0 binary32)
(/ 1/4 (/ 1 (+ (* 1/2 (* x x)) 0)))
(fma.f32 (fma.f32 x x #s(literal 0 binary32)) #s(literal 1/8 binary32) #s(literal 0 binary32))
(/ 1 (+ (* 1/2 (* x x)) 0))
(/.f32 #s(literal 2 binary32) (fma.f32 x x #s(literal 0 binary32)))
1
#s(literal 1 binary32)
(+ (* 1/2 (* x x)) 0)
(fma.f32 x (fma.f32 x #s(literal 1/2 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))
1/2
#s(literal 1/2 binary32)
(+ 1 (fabs x))
(+.f32 (fabs.f32 x) #s(literal 1 binary32))
(fabs x)
(fabs.f32 x)

localize180.0ms (1.4%)

Memory
21.0MiB live, 330.4MiB allocated
Localize:

Found 20 expressions of interest:

NewMetricScoreProgram
accuracy98.7%
(/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
accuracy98.7%
(/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))
accuracy80.5%
(/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
accuracy30.9%
(/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))
accuracy100.0%
(/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32))
accuracy100.0%
(*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32)))
accuracy80.5%
(/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
accuracy57.8%
(/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))
accuracy99.7%
(*.f32 x (*.f32 x x))
accuracy98.9%
(/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))
accuracy94.1%
(/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
accuracy38.6%
(*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))
accuracy100.0%
(*.f32 x #s(literal 1/2 binary32))
accuracy100.0%
(fabs.f32 x)
accuracy99.9%
(/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
accuracy99.8%
(*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x))))
accuracy99.7%
(*.f32 (*.f32 x x) #s(literal -1/8 binary32))
accuracy99.6%
(fma.f32 (*.f32 x x) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x))))
accuracy79.1%
(log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x)))
accuracy77.9%
(/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
Samples
97.0ms256×0valid
Compiler

Compiled 535 to 47 computations (91.2% saved)

Precisions
Click to see histograms. Total time spent on operations: 77.0ms
ival-mult: 40.0ms (51.8% of total)
ival-div: 17.0ms (22% of total)
ival-copysign: 8.0ms (10.4% of total)
ival-add: 8.0ms (10.4% of total)
ival-log1p: 3.0ms (3.9% of total)
ival-fabs: 1.0ms (1.3% of total)
exact: 1.0ms (1.3% of total)
ival-assert: 0.0ms (0% of total)
ival-true: 0.0ms (0% of total)

series18.0ms (0.1%)

Memory
-2.5MiB live, 34.2MiB allocated
Counts
26 → 312
Calls
Call 1
Inputs
#<alt (+ (* (* x x) (/ (* (* x x) -1/8) (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))) (log (+ 1 (+ (* 1/2 (* x x)) (fabs x)))))>
#<alt (copysign (+ (* (* x x) (/ (* (* x x) -1/8) (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))) (log (+ 1 (+ (* 1/2 (* x x)) (fabs x))))) x)>
#<alt (/ (* (* x x) -1/8) (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))>
#<alt (* (* x x) -1/8)>
#<alt (copysign (* (* x 1/2) (/ x (+ 1 (fabs x)))) x)>
#<alt (/ x (+ 1 (fabs x)))>
#<alt (+ 1 (fabs x))>
#<alt (fabs x)>
#<alt (* (/ (* x (* x (* x x))) (+ 1 (fabs x))) (/ 1/4 (+ (* 1/2 (* x x)) 0)))>
#<alt (/ 1/4 (+ (* 1/2 (* x x)) 0))>
#<alt (copysign (* (/ (* x (* x (* x x))) (+ 1 (fabs x))) (/ 1/4 (+ (* 1/2 (* x x)) 0))) x)>
#<alt (/ (* x (* x (* x x))) (+ 1 (fabs x)))>
#<alt (/ (+ (* 1/2 (* x x)) 0) (* x x))>
#<alt (/ (+ (* 1/2 (* x x)) 0) 1/2)>
#<alt (copysign (/ (* (/ (+ (* 1/2 (* x x)) 0) (* x x)) (/ (+ (* 1/2 (* x x)) 0) 1/2)) (+ 1 (fabs x))) x)>
#<alt (/ (* (/ (+ (* 1/2 (* x x)) 0) (* x x)) (/ (+ (* 1/2 (* x x)) 0) 1/2)) (+ 1 (fabs x)))>
#<alt (/ (* x (* x (* x x))) (+ (* (* x (* x (* x x))) 1/4) 0))>
#<alt (/ 1/4 (/ 1 (+ (* 1/2 (* x x)) 0)))>
#<alt (/ 1 (+ (* 1/2 (* x x)) 0))>
#<alt (* (/ (* x (* x (* x x))) (+ (* (* x (* x (* x x))) 1/4) 0)) (/ 1/4 (/ 1 (+ (* 1/2 (* x x)) 0))))>
#<alt (log (+ 1 (+ (* 1/2 (* x x)) (fabs x))))>
#<alt (* (* x 1/2) (/ x (+ 1 (fabs x))))>
#<alt (* x 1/2)>
#<alt (* x (* x x))>
#<alt (* (/ (+ (* 1/2 (* x x)) 0) (* x x)) (/ (+ (* 1/2 (* x x)) 0) 1/2))>
#<alt (/ (* (/ (* x (* x (* x x))) (+ (* (* x (* x (* x x))) 1/4) 0)) (/ 1/4 (/ 1 (+ (* 1/2 (* x x)) 0)))) (+ 1 (fabs x)))>
Outputs
#<alt (log (+ 1 (fabs x)))>
#<alt (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))>
#<alt (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1 (* (pow x 2) (+ (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))) (* 1/8 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))>
#<alt (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (- (* 1/24 (/ (pow x 2) (pow (+ 1 (fabs x)) 3))) (+ (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))) (* 1/8 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))>
#<alt (* -1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))>
#<alt (* (pow x 4) (- (+ (* -2 (/ (log (/ 1 x)) (pow x 4))) (/ (log 1/2) (pow x 4))) (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))))>
#<alt (* (pow x 4) (- (+ (* -2 (/ (log (/ 1 x)) (pow x 4))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 6))) (/ (log 1/2) (pow x 4)))) (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))))>
#<alt (* (pow x 4) (- (+ (* -2 (/ (log (/ 1 x)) (pow x 4))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 8))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 6))) (/ (log 1/2) (pow x 4))))) (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))))>
#<alt (* -1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))>
#<alt (* (pow x 4) (- (+ (* -2 (/ (log (/ -1 x)) (pow x 4))) (/ (log 1/2) (pow x 4))) (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))))>
#<alt (* (pow x 4) (- (+ (* -2 (/ (log (/ -1 x)) (pow x 4))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 6))) (/ (log 1/2) (pow x 4)))) (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))))>
#<alt (* (pow x 4) (- (+ (* -2 (/ (log (/ -1 x)) (pow x 4))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 8))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 6))) (/ (log 1/2) (pow x 4))))) (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))))>
#<alt (copysign (+ (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* -1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)>
#<alt (copysign (+ (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* -1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)>
#<alt (copysign (+ (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* -1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)>
#<alt (copysign (+ (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* -1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)>
#<alt (copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)>
#<alt (copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)>
#<alt (copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)>
#<alt (copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)>
#<alt (copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)>
#<alt (copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)>
#<alt (copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)>
#<alt (copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)>
#<alt (* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))>
#<alt (* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))>
#<alt (* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))>
#<alt (* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))>
#<alt (* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))>
#<alt (* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))>
#<alt (* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))>
#<alt (* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))>
#<alt (* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))>
#<alt (* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))>
#<alt (* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))>
#<alt (* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))>
#<alt (* -1/8 (pow x 2))>
#<alt (* -1/8 (pow x 2))>
#<alt (* -1/8 (pow x 2))>
#<alt (* -1/8 (pow x 2))>
#<alt (* -1/8 (pow x 2))>
#<alt (* -1/8 (pow x 2))>
#<alt (* -1/8 (pow x 2))>
#<alt (* -1/8 (pow x 2))>
#<alt (* -1/8 (pow x 2))>
#<alt (* -1/8 (pow x 2))>
#<alt (* -1/8 (pow x 2))>
#<alt (* -1/8 (pow x 2))>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (/ x (+ 1 (fabs x)))>
#<alt (/ x (+ 1 (fabs x)))>
#<alt (/ x (+ 1 (fabs x)))>
#<alt (/ x (+ 1 (fabs x)))>
#<alt (/ x (+ 1 (fabs x)))>
#<alt (/ x (+ 1 (fabs x)))>
#<alt (/ x (+ 1 (fabs x)))>
#<alt (/ x (+ 1 (fabs x)))>
#<alt (/ x (+ 1 (fabs x)))>
#<alt (/ x (+ 1 (fabs x)))>
#<alt (/ x (+ 1 (fabs x)))>
#<alt (/ x (+ 1 (fabs x)))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (+ 1 (fabs x))>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (fabs x)>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (/ 1/2 (pow x 2))>
#<alt (/ 1/2 (pow x 2))>
#<alt (/ 1/2 (pow x 2))>
#<alt (/ 1/2 (pow x 2))>
#<alt (/ 1/2 (pow x 2))>
#<alt (/ 1/2 (pow x 2))>
#<alt (/ 1/2 (pow x 2))>
#<alt (/ 1/2 (pow x 2))>
#<alt (/ 1/2 (pow x 2))>
#<alt (/ 1/2 (pow x 2))>
#<alt (/ 1/2 (pow x 2))>
#<alt (/ 1/2 (pow x 2))>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (/ (pow x 4) (+ 1 (fabs x)))>
#<alt (/ (pow x 4) (+ 1 (fabs x)))>
#<alt (/ (pow x 4) (+ 1 (fabs x)))>
#<alt (/ (pow x 4) (+ 1 (fabs x)))>
#<alt (/ (pow x 4) (+ 1 (fabs x)))>
#<alt (/ (pow x 4) (+ 1 (fabs x)))>
#<alt (/ (pow x 4) (+ 1 (fabs x)))>
#<alt (/ (pow x 4) (+ 1 (fabs x)))>
#<alt (/ (pow x 4) (+ 1 (fabs x)))>
#<alt (/ (pow x 4) (+ 1 (fabs x)))>
#<alt (/ (pow x 4) (+ 1 (fabs x)))>
#<alt (/ (pow x 4) (+ 1 (fabs x)))>
#<alt 1/2>
#<alt 1/2>
#<alt 1/2>
#<alt 1/2>
#<alt 1/2>
#<alt 1/2>
#<alt 1/2>
#<alt 1/2>
#<alt 1/2>
#<alt 1/2>
#<alt 1/2>
#<alt 1/2>
#<alt (pow x 2)>
#<alt (pow x 2)>
#<alt (pow x 2)>
#<alt (pow x 2)>
#<alt (pow x 2)>
#<alt (pow x 2)>
#<alt (pow x 2)>
#<alt (pow x 2)>
#<alt (pow x 2)>
#<alt (pow x 2)>
#<alt (pow x 2)>
#<alt (pow x 2)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt 4>
#<alt 4>
#<alt 4>
#<alt 4>
#<alt 4>
#<alt 4>
#<alt 4>
#<alt 4>
#<alt 4>
#<alt 4>
#<alt 4>
#<alt 4>
#<alt (* 1/8 (pow x 2))>
#<alt (* 1/8 (pow x 2))>
#<alt (* 1/8 (pow x 2))>
#<alt (* 1/8 (pow x 2))>
#<alt (* 1/8 (pow x 2))>
#<alt (* 1/8 (pow x 2))>
#<alt (* 1/8 (pow x 2))>
#<alt (* 1/8 (pow x 2))>
#<alt (* 1/8 (pow x 2))>
#<alt (* 1/8 (pow x 2))>
#<alt (* 1/8 (pow x 2))>
#<alt (* 1/8 (pow x 2))>
#<alt (/ 2 (pow x 2))>
#<alt (/ 2 (pow x 2))>
#<alt (/ 2 (pow x 2))>
#<alt (/ 2 (pow x 2))>
#<alt (/ 2 (pow x 2))>
#<alt (/ 2 (pow x 2))>
#<alt (/ 2 (pow x 2))>
#<alt (/ 2 (pow x 2))>
#<alt (/ 2 (pow x 2))>
#<alt (/ 2 (pow x 2))>
#<alt (/ 2 (pow x 2))>
#<alt (/ 2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (log (+ 1 (fabs x)))>
#<alt (+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))>
#<alt (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow (+ 1 (fabs x)) 2))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))>
#<alt (+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (- (* 1/24 (/ (pow x 2) (pow (+ 1 (fabs x)) 3))) (* 1/8 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))>
#<alt (+ (log 1/2) (* -2 (log (/ 1 x))))>
#<alt (+ (log 1/2) (+ (* -2 (log (/ 1 x))) (* 2 (/ (+ 1 (fabs x)) (pow x 2)))))>
#<alt (+ (log 1/2) (+ (* -2 (log (/ 1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (* 2 (/ (+ 1 (fabs x)) (pow x 2))))))>
#<alt (+ (log 1/2) (+ (* -2 (log (/ 1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 2))) (* 8/3 (/ (pow (+ 1 (fabs x)) 3) (pow x 6)))))))>
#<alt (+ (log 1/2) (* -2 (log (/ -1 x))))>
#<alt (+ (log 1/2) (+ (* -2 (log (/ -1 x))) (* 2 (/ (+ 1 (fabs x)) (pow x 2)))))>
#<alt (+ (log 1/2) (+ (* -2 (log (/ -1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (* 2 (/ (+ 1 (fabs x)) (pow x 2))))))>
#<alt (+ (log 1/2) (+ (* -2 (log (/ -1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 2))) (* 8/3 (/ (pow (+ 1 (fabs x)) 3) (pow x 6)))))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (* 1/2 x)>
#<alt (pow x 3)>
#<alt (pow x 3)>
#<alt (pow x 3)>
#<alt (pow x 3)>
#<alt (pow x 3)>
#<alt (pow x 3)>
#<alt (pow x 3)>
#<alt (pow x 3)>
#<alt (pow x 3)>
#<alt (pow x 3)>
#<alt (pow x 3)>
#<alt (pow x 3)>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (pow x 2))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
#<alt (* 1/2 (/ (pow x 2) (+ 1 (fabs x))))>
Calls

78 calls:

TimeVariablePointExpression
3.0ms
x
@0
(/ (* (* x x) -1/8) (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))
1.0ms
x
@inf
(+ (* (* x x) (/ (* (* x x) -1/8) (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))) (log (+ 1 (+ (* 1/2 (* x x)) (fabs x)))))
1.0ms
x
@inf
(/ (* (* x x) -1/8) (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))
1.0ms
x
@-inf
(/ (* (* x x) -1/8) (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))
1.0ms
x
@-inf
(+ (* (* x x) (/ (* (* x x) -1/8) (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))) (log (+ 1 (+ (* 1/2 (* x x)) (fabs x)))))

rewrite507.0ms (4.1%)

Memory
13.2MiB live, 803.8MiB allocated
Algorithm
batch-egg-rewrite
Rules
6 688×accelerator-lowering-fma.f32
6 688×accelerator-lowering-fma.f64
4 004×/-lowering-/.f32
4 004×/-lowering-/.f64
3 234×*-lowering-*.f32
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
045329
1293240
23061222
08881208
Stop Event
iter limit
node limit
Counts
26 → 1 832
Calls
Call 1
Inputs
(+ (* (* x x) (/ (* (* x x) -1/8) (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))) (log (+ 1 (+ (* 1/2 (* x x)) (fabs x)))))
(copysign (+ (* (* x x) (/ (* (* x x) -1/8) (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))) (log (+ 1 (+ (* 1/2 (* x x)) (fabs x))))) x)
(/ (* (* x x) -1/8) (+ (* (fabs x) (+ (* (fabs x) 1/2) 1)) 1))
(* (* x x) -1/8)
(copysign (* (* x 1/2) (/ x (+ 1 (fabs x)))) x)
(/ x (+ 1 (fabs x)))
(+ 1 (fabs x))
(fabs x)
(* (/ (* x (* x (* x x))) (+ 1 (fabs x))) (/ 1/4 (+ (* 1/2 (* x x)) 0)))
(/ 1/4 (+ (* 1/2 (* x x)) 0))
(copysign (* (/ (* x (* x (* x x))) (+ 1 (fabs x))) (/ 1/4 (+ (* 1/2 (* x x)) 0))) x)
(/ (* x (* x (* x x))) (+ 1 (fabs x)))
(/ (+ (* 1/2 (* x x)) 0) (* x x))
(/ (+ (* 1/2 (* x x)) 0) 1/2)
(copysign (/ (* (/ (+ (* 1/2 (* x x)) 0) (* x x)) (/ (+ (* 1/2 (* x x)) 0) 1/2)) (+ 1 (fabs x))) x)
(/ (* (/ (+ (* 1/2 (* x x)) 0) (* x x)) (/ (+ (* 1/2 (* x x)) 0) 1/2)) (+ 1 (fabs x)))
(/ (* x (* x (* x x))) (+ (* (* x (* x (* x x))) 1/4) 0))
(/ 1/4 (/ 1 (+ (* 1/2 (* x x)) 0)))
(/ 1 (+ (* 1/2 (* x x)) 0))
(* (/ (* x (* x (* x x))) (+ (* (* x (* x (* x x))) 1/4) 0)) (/ 1/4 (/ 1 (+ (* 1/2 (* x x)) 0))))
(log (+ 1 (+ (* 1/2 (* x x)) (fabs x))))
(* (* x 1/2) (/ x (+ 1 (fabs x))))
(* x 1/2)
(* x (* x x))
(* (/ (+ (* 1/2 (* x x)) 0) (* x x)) (/ (+ (* 1/2 (* x x)) 0) 1/2))
(/ (* (/ (* x (* x (* x x))) (+ (* (* x (* x (* x x))) 1/4) 0)) (/ 1/4 (/ 1 (+ (* 1/2 (* x x)) 0)))) (+ 1 (fabs x)))
Outputs
(+.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))
(+.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))
(pow.f32 (/.f32 (fma.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (-.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (/.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))) (+.f32 (/.f32 (*.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal -1/512 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))) (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 3 binary32)))) #s(literal -1 binary32))
(pow.f32 (/.f32 (-.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) (-.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 2 binary32)))) #s(literal -1 binary32))
(fma.f32 x (/.f32 (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))
(fma.f32 (*.f32 x x) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))
(fma.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (*.f32 x x)) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))
(fma.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (*.f32 x x) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))
(fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal -1/8 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))
(fma.f32 (/.f32 (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) x (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))
(fma.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))
(fma.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) #s(literal -1 binary32))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))
(-.f32 (/.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (-.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))) (/.f32 (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 2 binary32)) (-.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))))
(-.f32 (/.f32 (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 2 binary32)) (-.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))) (/.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (-.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (-.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (/.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))) (+.f32 (/.f32 (*.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal -1/512 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))) (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 3 binary32)))))
(/.f32 #s(literal 1 binary32) (/.f32 (-.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) (-.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 2 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (-.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (/.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))) (+.f32 (/.f32 (*.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal -1/512 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))) (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 3 binary32))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (-.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) (-.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 2 binary32))))))
(/.f32 (+.f32 (/.f32 (*.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal -1/512 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))) (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 3 binary32))) (fma.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (-.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (/.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))))
(/.f32 (+.f32 (/.f32 (*.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal -1/512 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))) (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 3 binary32))) (+.f32 (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 2 binary32)) (/.f32 (-.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))
(/.f32 (-.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 2 binary32))) (-.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))
(/.f32 (neg.f32 (+.f32 (/.f32 (*.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal -1/512 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))) (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 3 binary32)))) (neg.f32 (fma.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (-.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (/.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))))
(/.f32 (neg.f32 (+.f32 (/.f32 (*.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal -1/512 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))) (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 3 binary32)))) (neg.f32 (+.f32 (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 2 binary32)) (/.f32 (-.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (-.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 2 binary32)))) (neg.f32 (-.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))))
(/.f32 (-.f32 (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 2 binary32)) (/.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))) (-.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (neg.f32 (+.f32 (/.f32 (*.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal -1/512 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))) (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 3 binary32))))) (neg.f32 (neg.f32 (fma.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (-.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (/.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))))))
(/.f32 (neg.f32 (neg.f32 (-.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 2 binary32))))) (neg.f32 (neg.f32 (-.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))))
(/.f32 (neg.f32 (-.f32 (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 2 binary32)) (/.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))) (neg.f32 (-.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))))
(*.f32 (+.f32 (/.f32 (*.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal -1/512 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))) (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 3 binary32))) (/.f32 #s(literal 1 binary32) (fma.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (-.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (/.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))))
(*.f32 (-.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))) (*.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (pow.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) #s(literal 2 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))))
(copysign.f32 (fma.f32 x (/.f32 (*.f32 x (*.f32 (*.f32 x x) #s(literal -1/8 binary32))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) x)
(neg.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (neg.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))
(neg.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))
(exp.f32 (*.f32 (log.f32 (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))) #s(literal -1 binary32)))
(pow.f32 (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal -1/8 binary32))) #s(literal -1 binary32))
(pow.f32 (/.f32 (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal -1/8 binary32))) #s(literal 1 binary32)) #s(literal -1 binary32))
(-.f32 (/.f32 #s(literal 0 binary32) (neg.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (neg.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))
(/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal -1/8 binary32))) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (neg.f32 (neg.f32 (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal -1/8 binary32))))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (neg.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal -1/8 binary32))) #s(literal 1 binary32))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (neg.f32 (neg.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))
(/.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (neg.f32 (neg.f32 (neg.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) #s(literal 1 binary32))) (neg.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))
(*.f32 x (*.f32 x (/.f32 #s(literal -1/8 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))
(*.f32 x (*.f32 (*.f32 x #s(literal -1/8 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))
(*.f32 x (/.f32 (*.f32 x #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))
(*.f32 (*.f32 x x) (/.f32 #s(literal -1/8 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))
(*.f32 #s(literal -1/8 binary32) (*.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))
(*.f32 #s(literal -1/8 binary32) (/.f32 (*.f32 x x) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))
(*.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))
(*.f32 #s(literal 1 binary32) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))
(*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))
(*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))
(*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (pow.f32 (/.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal -1/8 binary32))) #s(literal -1 binary32)))
(*.f32 (/.f32 #s(literal -1/8 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (*.f32 x x))
(*.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))
(*.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) #s(literal -1 binary32))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)))
(*.f32 x (*.f32 x #s(literal -1/8 binary32)))
(*.f32 (*.f32 x x) #s(literal -1/8 binary32))
(*.f32 #s(literal -1/8 binary32) (*.f32 x x))
(*.f32 (*.f32 x #s(literal -1/8 binary32)) x)
(copysign.f32 (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(neg.f32 (/.f32 x (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(neg.f32 (/.f32 (neg.f32 x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(exp.f32 (*.f32 (log.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)) #s(literal -1 binary32)))
(pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x) #s(literal -1 binary32))
(pow.f32 (/.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x) #s(literal 1 binary32)) #s(literal -1 binary32))
(-.f32 (/.f32 #s(literal 0 binary32) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 x (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (neg.f32 (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x) #s(literal 1 binary32))))
(/.f32 (neg.f32 x) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (neg.f32 (neg.f32 x)) (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (*.f32 x #s(literal 1 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))
(/.f32 (neg.f32 (neg.f32 (neg.f32 x))) (neg.f32 (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (*.f32 x #s(literal 1 binary32))) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 #s(literal 1 binary32) (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (neg.f32 x) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)
(*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (pow.f32 (/.f32 #s(literal 1 binary32) x) #s(literal -1 binary32)))
(*.f32 (/.f32 x (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32)))
(*.f32 (/.f32 x (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(+.f32 (fabs.f32 x) #s(literal 1 binary32))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(pow.f32 (/.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) #s(literal -1 binary32))
(pow.f32 (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) #s(literal -1 binary32))
(fma.f32 (fabs.f32 x) #s(literal 1 binary32) #s(literal 1 binary32))
(fma.f32 #s(literal 1 binary32) (fabs.f32 x) #s(literal 1 binary32))
(-.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(-.f32 (/.f32 (*.f32 x x) (-.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (-.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))
(/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32)))
(/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/.f32 (neg.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (neg.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))))
(/.f32 (neg.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (neg.f32 (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(/.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x))) (neg.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(/.f32 (-.f32 (*.f32 x x) #s(literal 1 binary32)) (-.f32 (fabs.f32 x) #s(literal 1 binary32)))
(/.f32 (neg.f32 (neg.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)))) (neg.f32 (neg.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)))) (neg.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))
(/.f32 (neg.f32 (-.f32 (*.f32 x x) #s(literal 1 binary32))) (neg.f32 (-.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))))
(*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))
(fabs.f32 x)
(fabs.f32 (neg.f32 x))
(fabs.f32 (neg.f32 (neg.f32 x)))
(fabs.f32 (neg.f32 (neg.f32 (neg.f32 x))))
(fabs.f32 (-.f32 x #s(literal 0 binary32)))
(*.f32 (fabs.f32 x) #s(literal 1 binary32))
(*.f32 #s(literal 1 binary32) (fabs.f32 x))
(neg.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(neg.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(exp.f32 (*.f32 (log.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) #s(literal -1 binary32)))
(pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32))
(pow.f32 (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (*.f32 (*.f32 x x) #s(literal 2 binary32))) #s(literal -1 binary32))
(pow.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal -1 binary32))
(pow.f32 (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal -1 binary32))
(pow.f32 (/.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32))
(pow.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) #s(literal -1 binary32))
(pow.f32 (/.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) #s(literal -1 binary32))
(-.f32 (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(-.f32 (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 #s(literal 0 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(-.f32 (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 (/.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(-.f32 (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 #s(literal 0 binary32) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))))
(/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(/.f32 #s(literal 1 binary32) (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 #s(literal 1 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 #s(literal 1 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (neg.f32 (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))))
(/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))
(/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 (*.f32 x x) #s(literal 2 binary32)))
(/.f32 #s(literal 1/4 binary32) (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(/.f32 #s(literal 1/4 binary32) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 #s(literal 1/4 binary32) (neg.f32 (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(/.f32 #s(literal 1/4 binary32) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))))
(/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))
(/.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))
(/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (*.f32 (*.f32 x x) #s(literal 2 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32))))
(/.f32 #s(literal -1 binary32) (neg.f32 (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 #s(literal -1/4 binary32) (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 #s(literal -1/4 binary32) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (neg.f32 (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))))
(/.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1/2 binary32)))
(/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x)))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal -1/4 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 #s(literal 1 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x)))) (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (*.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x)))) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x)) (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))))
(/.f32 (neg.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))) (neg.f32 (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1/2 binary32))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) (neg.f32 (*.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 x #s(literal 1/2 binary32))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)))
(/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))
(/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal -1/4 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) #s(literal 1 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))
(/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x)))) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 #s(literal -1/4 binary32) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) #s(literal 1/4 binary32))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(/.f32 (*.f32 #s(literal 1 binary32) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))
(/.f32 (*.f32 (neg.f32 x) (*.f32 x #s(literal 1/2 binary32))) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 #s(literal 1 binary32) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) #s(literal 2 binary32))
(/.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (*.f32 x x))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) #s(literal 1/2 binary32))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (*.f32 x x))
(/.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x x)) #s(literal 1/2 binary32))
(/.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1/2 binary32)) (*.f32 x x))
(/.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) x)
(/.f32 (neg.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) (neg.f32 (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (neg.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 (*.f32 x x) #s(literal 2 binary32)))))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal -1/4 binary32))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x x)))) (neg.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))) (neg.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (*.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (neg.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (*.f32 x x))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x))) (neg.f32 (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32))) (neg.f32 (*.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (neg.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1 binary32))) (neg.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 (neg.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal -1/4 binary32))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) #s(literal 1 binary32))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 (neg.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))) (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal -1/4 binary32) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) #s(literal -1/4 binary32))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (*.f32 x #s(literal 1/2 binary32)))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)))
(/.f32 (neg.f32 (*.f32 (neg.f32 x) (*.f32 x #s(literal 1/2 binary32)))) (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) #s(literal -2 binary32))
(/.f32 (neg.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 x))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) #s(literal -1/2 binary32))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (neg.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x x))) #s(literal -1/2 binary32))
(/.f32 (neg.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1/2 binary32))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (neg.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32)))) (neg.f32 x))
(*.f32 x (*.f32 #s(literal 1/2 binary32) (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 x (*.f32 (/.f32 (*.f32 x (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))))
(*.f32 x (*.f32 (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 x (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(*.f32 (*.f32 x x) (*.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 #s(literal 1 binary32) (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32)))
(*.f32 (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/4 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))
(*.f32 #s(literal 1/4 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 #s(literal 1/4 binary32) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(*.f32 #s(literal 4 binary32) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 4 binary32) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(*.f32 (*.f32 #s(literal 1/2 binary32) (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(*.f32 (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1/2 binary32))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 4 binary32))
(*.f32 (/.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x x)) #s(literal 1/2 binary32))
(*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1/2 binary32)) (/.f32 #s(literal 1/4 binary32) (*.f32 x x)))
(*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x))
(*.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) x) (/.f32 (*.f32 x (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (*.f32 (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x) #s(literal 1/2 binary32))
(*.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(*.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32)))
(*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(*.f32 (pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(*.f32 (pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))))
(*.f32 (pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))) #s(literal -1 binary32)) #s(literal 2 binary32))
(*.f32 (pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (*.f32 x x)))
(neg.f32 (/.f32 #s(literal 1/4 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(exp.f32 (*.f32 (log.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32))) #s(literal -1 binary32)))
(pow.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) #s(literal -1 binary32))
(pow.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32))
(/.f32 #s(literal 1/2 binary32) (*.f32 x x))
(/.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) #s(literal 2 binary32)))
(/.f32 #s(literal 1 binary32) (/.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (neg.f32 (neg.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)))))
(/.f32 #s(literal 1/4 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(/.f32 #s(literal 1/4 binary32) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 #s(literal -1 binary32) (neg.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) #s(literal 1 binary32))))
(/.f32 #s(literal -1/4 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 #s(literal -1/4 binary32) (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(/.f32 #s(literal -1/2 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (/.f32 #s(literal 1/4 binary32) (*.f32 x x)) #s(literal 1/2 binary32))
(/.f32 (/.f32 #s(literal 1/4 binary32) (*.f32 x #s(literal 1/2 binary32))) x)
(/.f32 (neg.f32 (/.f32 #s(literal 1/4 binary32) (*.f32 x x))) #s(literal -1/2 binary32))
(/.f32 (neg.f32 (/.f32 #s(literal 1/4 binary32) (*.f32 x #s(literal 1/2 binary32)))) (neg.f32 x))
(*.f32 #s(literal 1 binary32) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))
(*.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) #s(literal 1/4 binary32))
(*.f32 #s(literal 2 binary32) (pow.f32 (/.f32 (*.f32 x x) #s(literal 1/4 binary32)) #s(literal -1 binary32)))
(*.f32 #s(literal -1/4 binary32) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) #s(literal 1/2 binary32))
(*.f32 (/.f32 #s(literal 1/4 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x #s(literal 1/2 binary32))) (pow.f32 (/.f32 x #s(literal 1/4 binary32)) #s(literal -1 binary32)))
(*.f32 (/.f32 #s(literal 1/4 binary32) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(copysign.f32 (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(neg.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(neg.f32 (/.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(exp.f32 (*.f32 (log.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal -1 binary32)))
(pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal -1 binary32))
(pow.f32 (/.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32)) #s(literal -1 binary32))
(-.f32 (/.f32 #s(literal 0 binary32) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (neg.f32 (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))))
(/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32))))
(/.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))
(/.f32 (neg.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x)))) (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32))) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (neg.f32 (neg.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))) (neg.f32 (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(*.f32 x (/.f32 (*.f32 x (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (*.f32 x x) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 #s(literal 1 binary32) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (*.f32 x (*.f32 x x)) (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 (*.f32 x x) (*.f32 x x)))
(*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (pow.f32 (/.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal -1 binary32)))
(*.f32 (/.f32 (*.f32 x (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)
(*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32)))
(*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
#s(literal 1/2 binary32)
(neg.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal -1/2 binary32)))
(exp.f32 (*.f32 (log.f32 x) #s(literal 2 binary32)))
(exp.f32 (*.f32 (log.f32 (fabs.f32 x)) #s(literal 2 binary32)))
(exp.f32 (*.f32 (log.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x))) #s(literal -1 binary32)))
(fabs.f32 (*.f32 x x))
(fabs.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(fabs.f32 (neg.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x))))
(fabs.f32 (*.f32 x (neg.f32 (neg.f32 x))))
(fabs.f32 (*.f32 (neg.f32 x) (neg.f32 (neg.f32 x))))
(fabs.f32 (*.f32 (neg.f32 (neg.f32 x)) x))
(fabs.f32 (*.f32 (neg.f32 (neg.f32 x)) (neg.f32 x)))
(pow.f32 x #s(literal 2 binary32))
(pow.f32 (*.f32 x x) #s(literal 1 binary32))
(pow.f32 (fabs.f32 x) #s(literal 2 binary32))
(pow.f32 (neg.f32 x) #s(literal 2 binary32))
(pow.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) #s(literal -1 binary32))
(pow.f32 (/.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) #s(literal 1 binary32)) #s(literal -1 binary32))
(pow.f32 (exp.f32 (log.f32 x)) #s(literal 2 binary32))
(-.f32 (*.f32 x x) #s(literal 0 binary32))
(-.f32 (*.f32 x x) (/.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))))
(-.f32 (*.f32 x x) (/.f32 (/.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))))
(-.f32 #s(literal 0 binary32) (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal -1/2 binary32)))
(/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (*.f32 x x)))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (neg.f32 (neg.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)))))
(/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 x x))
(/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal 1/2 binary32))
(/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) #s(literal 1 binary32))))
(/.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal -1/2 binary32))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (*.f32 #s(literal 1/2 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) #s(literal 1/2 binary32))
(/.f32 (neg.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) (neg.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) #s(literal 2 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) #s(literal -1/2 binary32))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) #s(literal 2 binary32))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(*.f32 x x)
(*.f32 (*.f32 x x) #s(literal 1 binary32))
(*.f32 (fabs.f32 x) (fabs.f32 x))
(*.f32 #s(literal 1/2 binary32) (*.f32 (*.f32 x x) #s(literal 2 binary32)))
(*.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) #s(literal 1/2 binary32)))
(*.f32 #s(literal 1 binary32) (*.f32 x x))
(*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x #s(literal 1/2 binary32)))
(*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 2 binary32)))
(*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal 2 binary32))
(*.f32 #s(literal 2 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(*.f32 (neg.f32 x) (neg.f32 x))
(*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal -2 binary32))
(*.f32 (neg.f32 (neg.f32 x)) (neg.f32 (neg.f32 x)))
(*.f32 (pow.f32 (/.f32 #s(literal 1/2 binary32) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))))
(*.f32 (pow.f32 (/.f32 #s(literal 1/2 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(*.f32 (exp.f32 (log.f32 x)) (exp.f32 (log.f32 x)))
(*.f32 (fabs.f32 (fabs.f32 x)) (fabs.f32 (fabs.f32 x)))
(copysign.f32 (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(neg.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(neg.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(exp.f32 (*.f32 (log.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) #s(literal -1 binary32)))
(pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32))
(pow.f32 (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (*.f32 (*.f32 x x) #s(literal 2 binary32))) #s(literal -1 binary32))
(pow.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal -1 binary32))
(pow.f32 (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal -1 binary32))
(pow.f32 (/.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32))
(pow.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) #s(literal -1 binary32))
(pow.f32 (/.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) #s(literal -1 binary32))
(-.f32 (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(-.f32 (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 #s(literal 0 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(-.f32 (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 (/.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(-.f32 (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 #s(literal 0 binary32) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))))
(/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(/.f32 #s(literal 1 binary32) (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 #s(literal 1 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 #s(literal 1 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (neg.f32 (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))))
(/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))
(/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 (*.f32 x x) #s(literal 2 binary32)))
(/.f32 #s(literal 1/4 binary32) (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(/.f32 #s(literal 1/4 binary32) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 #s(literal 1/4 binary32) (neg.f32 (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(/.f32 #s(literal 1/4 binary32) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))))
(/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))
(/.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))
(/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (*.f32 (*.f32 x x) #s(literal 2 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32))))
(/.f32 #s(literal -1 binary32) (neg.f32 (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 #s(literal -1/4 binary32) (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 #s(literal -1/4 binary32) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (neg.f32 (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))))
(/.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1/2 binary32)))
(/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x)))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal -1/4 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 #s(literal 1 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x)))) (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (*.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x)))) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x)) (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))))
(/.f32 (neg.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))) (neg.f32 (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1/2 binary32))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) (neg.f32 (*.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 x #s(literal 1/2 binary32))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)))
(/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))
(/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal -1/4 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) #s(literal 1 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))
(/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x)))) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 #s(literal -1/4 binary32) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) #s(literal 1/4 binary32))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(/.f32 (*.f32 #s(literal 1 binary32) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))
(/.f32 (*.f32 (neg.f32 x) (*.f32 x #s(literal 1/2 binary32))) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 #s(literal 1 binary32) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) #s(literal 2 binary32))
(/.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (*.f32 x x))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) #s(literal 1/2 binary32))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (*.f32 x x))
(/.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x x)) #s(literal 1/2 binary32))
(/.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1/2 binary32)) (*.f32 x x))
(/.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) x)
(/.f32 (neg.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) (neg.f32 (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (neg.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 (*.f32 x x) #s(literal 2 binary32)))))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal -1/4 binary32))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x x)))) (neg.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))) (neg.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (*.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (neg.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (*.f32 x x))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x))) (neg.f32 (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32))) (neg.f32 (*.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (neg.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1 binary32))) (neg.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 (neg.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal -1/4 binary32))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) #s(literal 1 binary32))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 (neg.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))) (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal -1/4 binary32) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) #s(literal -1/4 binary32))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (*.f32 x #s(literal 1/2 binary32)))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)))
(/.f32 (neg.f32 (*.f32 (neg.f32 x) (*.f32 x #s(literal 1/2 binary32)))) (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) #s(literal -2 binary32))
(/.f32 (neg.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 x))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) #s(literal -1/2 binary32))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (neg.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x x))) #s(literal -1/2 binary32))
(/.f32 (neg.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1/2 binary32))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (neg.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32)))) (neg.f32 x))
(*.f32 x (*.f32 #s(literal 1/2 binary32) (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 x (*.f32 (/.f32 (*.f32 x (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))))
(*.f32 x (*.f32 (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 x (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(*.f32 (*.f32 x x) (*.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 #s(literal 1 binary32) (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32)))
(*.f32 (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/4 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))
(*.f32 #s(literal 1/4 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 #s(literal 1/4 binary32) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(*.f32 #s(literal 4 binary32) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 4 binary32) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(*.f32 (*.f32 #s(literal 1/2 binary32) (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(*.f32 (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1/2 binary32))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 4 binary32))
(*.f32 (/.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x x)) #s(literal 1/2 binary32))
(*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1/2 binary32)) (/.f32 #s(literal 1/4 binary32) (*.f32 x x)))
(*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x))
(*.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) x) (/.f32 (*.f32 x (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (*.f32 (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x) #s(literal 1/2 binary32))
(*.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(*.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32)))
(*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(*.f32 (pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(*.f32 (pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))))
(*.f32 (pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))) #s(literal -1 binary32)) #s(literal 2 binary32))
(*.f32 (pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (*.f32 x x)))
#s(literal 4 binary32)
(neg.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))
(neg.f32 (/.f32 #s(literal -1/4 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(exp.f32 (*.f32 (log.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) #s(literal -1 binary32)))
(+.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))
(+.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))
(pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal -1 binary32))
(pow.f32 (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 1 binary32)) #s(literal -1 binary32))
(fma.f32 x (neg.f32 (*.f32 x #s(literal -1/8 binary32))) #s(literal 0 binary32))
(fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))
(fma.f32 #s(literal -1/8 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))
(fma.f32 #s(literal 1/4 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal 0 binary32))
(fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal 1/4 binary32) #s(literal 0 binary32))
(fma.f32 #s(literal -1 binary32) (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) #s(literal 0 binary32))
(fma.f32 (neg.f32 x) (*.f32 x #s(literal -1/8 binary32)) #s(literal 0 binary32))
(fma.f32 #s(literal -1/4 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))
(fma.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) #s(literal -1/8 binary32) #s(literal 0 binary32))
(fma.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 1/2 binary32) #s(literal 0 binary32))
(fma.f32 #s(literal 1/8 binary32) (*.f32 x x) #s(literal 0 binary32))
(fma.f32 (*.f32 #s(literal 1/4 binary32) (*.f32 x #s(literal 1/2 binary32))) x #s(literal 0 binary32))
(-.f32 #s(literal 0 binary32) (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))
(/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (neg.f32 (neg.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))))))
(/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 1 binary32))))
(/.f32 #s(literal -1/4 binary32) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(/.f32 (*.f32 #s(literal 1/4 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(/.f32 (*.f32 #s(literal 1/4 binary32) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(/.f32 (neg.f32 (*.f32 #s(literal 1/4 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (*.f32 #s(literal 1/4 binary32) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (+.f32 #s(literal 0 binary32) (pow.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 3 binary32))) (+.f32 #s(literal 0 binary32) (-.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (*.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))))))
(/.f32 (+.f32 (pow.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 3 binary32)) #s(literal 0 binary32)) (fma.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(*.f32 x (neg.f32 (*.f32 x #s(literal -1/8 binary32))))
(*.f32 (*.f32 x x) #s(literal 1/8 binary32))
(*.f32 #s(literal -1/8 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(*.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))
(*.f32 #s(literal 1/4 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal 1/4 binary32))
(*.f32 #s(literal -1 binary32) (*.f32 (*.f32 x x) #s(literal -1/8 binary32)))
(*.f32 (neg.f32 x) (*.f32 x #s(literal -1/8 binary32)))
(*.f32 #s(literal -1/4 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) #s(literal -1/8 binary32))
(*.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 1/2 binary32))
(*.f32 #s(literal 1/8 binary32) (*.f32 x x))
(*.f32 (*.f32 #s(literal 1/4 binary32) (*.f32 x #s(literal 1/2 binary32))) x)
(neg.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(exp.f32 (*.f32 (log.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32)))
(pow.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal -1 binary32))
(pow.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) #s(literal -1/2 binary32))
(pow.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) #s(literal 1 binary32))
(pow.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) #s(literal -1 binary32))
(pow.f32 (pow.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal -1/2 binary32)) #s(literal 2 binary32))
(pow.f32 (exp.f32 (log.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) #s(literal -1 binary32))
(-.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (/.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(-.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (/.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))))
(-.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (/.f32 (/.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))))
(/.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(/.f32 #s(literal 1 binary32) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)))
(/.f32 #s(literal -1 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 #s(literal -1 binary32) (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(/.f32 #s(literal 2 binary32) (*.f32 x x))
(/.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))))
(/.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) #s(literal 1/2 binary32))
(/.f32 #s(literal -2 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (neg.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x))) #s(literal -1/2 binary32))
(/.f32 (/.f32 #s(literal 1 binary32) (*.f32 x #s(literal 1/2 binary32))) x)
(/.f32 (neg.f32 (/.f32 #s(literal 1 binary32) (*.f32 x #s(literal 1/2 binary32)))) (neg.f32 x))
(*.f32 #s(literal 1 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(*.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))))
(*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))))
(*.f32 #s(literal 4 binary32) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))
(*.f32 #s(literal 4 binary32) (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32)))
(*.f32 #s(literal 4 binary32) (pow.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal -1 binary32)))
(*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) #s(literal 1 binary32))
(*.f32 #s(literal -1 binary32) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(*.f32 #s(literal 2 binary32) (/.f32 #s(literal 1 binary32) (*.f32 x x)))
(*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 1/4 binary32))
(*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (/.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x x))))
(*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) #s(literal 2 binary32))
(*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(*.f32 (/.f32 #s(literal 1 binary32) x) (/.f32 #s(literal 1 binary32) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 (/.f32 #s(literal 1 binary32) x) (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32)))
(*.f32 (/.f32 #s(literal 1 binary32) x) (pow.f32 (*.f32 (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal -1 binary32)))
(*.f32 (/.f32 #s(literal 1 binary32) x) (pow.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal -1 binary32)))
(*.f32 (/.f32 #s(literal 1 binary32) x) (pow.f32 (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) #s(literal -1 binary32)))
(*.f32 (/.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (*.f32 (*.f32 x x) #s(literal 2 binary32)))
(*.f32 (/.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (pow.f32 (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal -1 binary32)))
(*.f32 (/.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (pow.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32)))
(*.f32 (pow.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal -1/2 binary32)) (pow.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal -1/2 binary32)))
(*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1 binary32) x))
(*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x #s(literal 1/2 binary32))) (pow.f32 (/.f32 x #s(literal 1 binary32)) #s(literal -1 binary32)))
(*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(*.f32 (pow.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal -1 binary32)) #s(literal 1/2 binary32))
(*.f32 (pow.f32 (*.f32 x (*.f32 x x)) #s(literal -1 binary32)) (pow.f32 (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) #s(literal -1 binary32)))
(*.f32 (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) x) #s(literal -1 binary32)) (pow.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32)))) #s(literal -1 binary32)))
(*.f32 (pow.f32 (fabs.f32 x) #s(literal -1 binary32)) (pow.f32 (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) #s(literal -1 binary32)))
(*.f32 (pow.f32 (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) #s(literal -1 binary32)) (pow.f32 (fabs.f32 x) #s(literal -1 binary32)))
(*.f32 (pow.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32)) (*.f32 x x))
(*.f32 (pow.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal -1 binary32)) (pow.f32 (/.f32 (*.f32 x x) x) #s(literal -1 binary32)))
(*.f32 (pow.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32)) (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal -1 binary32)))
(*.f32 (pow.f32 (/.f32 #s(literal 1/4 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32)) (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal -1 binary32)))
(*.f32 (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1/4 binary32)) #s(literal -1 binary32)) (pow.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal -1 binary32)))
(*.f32 (pow.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal -1 binary32)) (pow.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal -1 binary32)))
(*.f32 (pow.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) #s(literal -1 binary32)) (pow.f32 (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) #s(literal -1 binary32)))
(*.f32 (pow.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))))
(*.f32 (pow.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))))
(exp.f32 (*.f32 (log.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)))
(exp.f32 (*.f32 (log.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal -1 binary32)))
(exp.f32 (*.f32 (*.f32 (log.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32)) #s(literal -1 binary32)))
(exp.f32 (neg.f32 (*.f32 (log.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32))))
(+.f32 #s(literal 0 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(+.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal 0 binary32))
(pow.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal 1 binary32))
(pow.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) #s(literal -1 binary32))
(pow.f32 (/.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) #s(literal 1 binary32)) #s(literal -1 binary32))
(pow.f32 (/.f32 #s(literal 1/2 binary32) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))) #s(literal -1 binary32))
(pow.f32 (/.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) #s(literal -1 binary32))
(fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))
(fma.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 0 binary32))
(fma.f32 x (*.f32 (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))
(fma.f32 x (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 0 binary32))
(fma.f32 x (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) #s(literal 0 binary32))
(fma.f32 x (pow.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 x (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 x (pow.f32 (*.f32 (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 x (pow.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 x (pow.f32 (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (*.f32 x x) #s(literal 1/2 binary32) #s(literal 0 binary32))
(fma.f32 (fabs.f32 x) (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) #s(literal 0 binary32))
(fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))
(fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 #s(literal 1/2 binary32) (pow.f32 (/.f32 (*.f32 x x) #s(literal 1 binary32)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) (fabs.f32 x) #s(literal 0 binary32))
(fma.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal 0 binary32))
(fma.f32 (*.f32 x #s(literal 1/2 binary32)) x #s(literal 0 binary32))
(fma.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) #s(literal 0 binary32))
(fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))
(fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal 0 binary32))
(fma.f32 #s(literal 1/4 binary32) (*.f32 (*.f32 x x) #s(literal 2 binary32)) #s(literal 0 binary32))
(fma.f32 #s(literal 1/4 binary32) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 0 binary32))
(fma.f32 #s(literal 1/4 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 0 binary32))
(fma.f32 #s(literal 1/4 binary32) (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 #s(literal 1/4 binary32) (pow.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal 1 binary32) #s(literal 0 binary32))
(fma.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 #s(literal 4 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))
(fma.f32 #s(literal 4 binary32) (pow.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) #s(literal 0 binary32))
(fma.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 4 binary32) #s(literal 0 binary32))
(fma.f32 #s(literal -1 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))
(fma.f32 #s(literal -1 binary32) (pow.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))
(fma.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 2 binary32) #s(literal 0 binary32))
(fma.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) x) #s(literal 0 binary32))
(fma.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 0 binary32))
(fma.f32 (/.f32 #s(literal 1/4 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) x) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1/4 binary32)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 0 binary32))
(fma.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32))) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) x #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 x #s(literal 1 binary32)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (fabs.f32 x) #s(literal 1 binary32)) (pow.f32 (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (pow.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) #s(literal 4 binary32) #s(literal 0 binary32))
(fma.f32 (pow.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) #s(literal 2 binary32) #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) (pow.f32 (/.f32 (*.f32 x x) x) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 #s(literal 1/4 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) x) #s(literal 1 binary32)) (pow.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32)))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1/4 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1 binary32)) (pow.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) #s(literal 1 binary32)) (pow.f32 (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32))) #s(literal 1 binary32)) (pow.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 #s(literal 1 binary32) (*.f32 x #s(literal 1/2 binary32))) #s(literal -1 binary32)) (pow.f32 (/.f32 #s(literal 1 binary32) x) #s(literal -1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (pow.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal -1/2 binary32)) #s(literal -1 binary32)) (pow.f32 (pow.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal -1/2 binary32)) #s(literal -1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))
(-.f32 #s(literal 0 binary32) (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal -1 binary32)))
(-.f32 #s(literal 0 binary32) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) #s(literal 1/4 binary32)))
(-.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal 0 binary32))
(-.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(-.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))))
(-.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (/.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(-.f32 (/.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(/.f32 (*.f32 x x) #s(literal 2 binary32))
(/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (*.f32 x x)))
(/.f32 #s(literal 1 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1/2 binary32) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))
(/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))
(/.f32 #s(literal 1/4 binary32) (neg.f32 (*.f32 #s(literal 1/4 binary32) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))))
(/.f32 #s(literal 1/4 binary32) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1/4 binary32))))
(/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal 1 binary32))
(/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) #s(literal -1/2 binary32)))
(/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 #s(literal -1/2 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x))))
(/.f32 #s(literal 4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 1/4 binary32))
(/.f32 #s(literal -1 binary32) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) #s(literal 1 binary32))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 #s(literal 1/2 binary32) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))))
(/.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (neg.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 #s(literal -1/4 binary32) (*.f32 #s(literal 1/4 binary32) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x)))))
(/.f32 #s(literal -1/4 binary32) (*.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1/4 binary32)))
(/.f32 #s(literal -1/4 binary32) (neg.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal -1 binary32))
(/.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) #s(literal -2 binary32))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x)))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) #s(literal -1/2 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (neg.f32 (*.f32 #s(literal -1/2 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x)))))
(/.f32 #s(literal -1/2 binary32) (neg.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x))))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(/.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))))
(/.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)))
(/.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 1/2 binary32))
(/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 x x))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal -1/4 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x)))))
(/.f32 (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(/.f32 (*.f32 #s(literal 1 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x)))) (*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))))
(/.f32 (*.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x)))) (*.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32)) #s(literal -1 binary32)) (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) #s(literal -1 binary32)) (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (*.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) #s(literal -1 binary32))
(/.f32 (*.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 0 binary32) (*.f32 x x))))
(/.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (*.f32 x x))))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (*.f32 x x))))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 x #s(literal 1/2 binary32)))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) (*.f32 x #s(literal -1/2 binary32)))
(/.f32 (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x))) (/.f32 #s(literal 1 binary32) x))
(/.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x))) (*.f32 x #s(literal 1/2 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x))) (*.f32 #s(literal -1/2 binary32) x))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (*.f32 x x)) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x)) x)
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) #s(literal 1 binary32))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))) (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))) #s(literal -1/2 binary32))
(/.f32 (neg.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal -1/4 binary32))
(/.f32 (-.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(/.f32 #s(literal -4 binary32) (neg.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) #s(literal 1/4 binary32))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x)))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) #s(literal -1 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) #s(literal -1/2 binary32))
(/.f32 (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (*.f32 (*.f32 x x) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x))) x)
(/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 1/2 binary32)) #s(literal -1/2 binary32))
(/.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) x) (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))))
(/.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1/4 binary32))
(/.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) #s(literal 1/4 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))
(/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) x)
(/.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) x) x)
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)))) #s(literal 1/2 binary32))
(/.f32 (neg.f32 (neg.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) (neg.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)))) (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32))) (neg.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))))))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))))))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal -1/4 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x x)))) (neg.f32 (*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))) (neg.f32 (*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (*.f32 x x))) (neg.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x))) (neg.f32 x))
(/.f32 (neg.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32)) #s(literal 1 binary32))) (neg.f32 (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32)) #s(literal -1 binary32))) (neg.f32 (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) #s(literal 1 binary32))) (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) #s(literal -1 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) #s(literal 1 binary32))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) (neg.f32 (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 0 binary32) (*.f32 x x)))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 1 binary32))) #s(literal 1 binary32))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 1 binary32))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (*.f32 x x)))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32))) (neg.f32 (*.f32 x (/.f32 #s(literal 1 binary32) (*.f32 x x)))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) (neg.f32 (*.f32 x #s(literal 1/2 binary32))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) (neg.f32 (*.f32 x #s(literal -1/2 binary32))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)))) (neg.f32 (/.f32 #s(literal 1 binary32) x)))
(/.f32 (neg.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)))) (neg.f32 (*.f32 x #s(literal 1/2 binary32))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)))) (neg.f32 (*.f32 #s(literal -1/2 binary32) x)))
(/.f32 (neg.f32 (-.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 1 binary32))) #s(literal -1/4 binary32))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))) (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) #s(literal -1 binary32))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) #s(literal 1/2 binary32))
(/.f32 (neg.f32 (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) (neg.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x))))
(/.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)))) (neg.f32 x))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (neg.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 1/2 binary32))) #s(literal 1/2 binary32))
(/.f32 (neg.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) x)) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32)))))
(/.f32 (neg.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal -1/4 binary32))
(/.f32 (neg.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) #s(literal 1/4 binary32))) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))
(/.f32 (neg.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (neg.f32 x))
(/.f32 (neg.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) x)) (neg.f32 x))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(*.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(*.f32 x (*.f32 (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))))
(*.f32 x (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(*.f32 x (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))))
(*.f32 x (pow.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)))
(*.f32 x (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)))
(*.f32 x (pow.f32 (*.f32 (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 1 binary32)))
(*.f32 x (pow.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1 binary32)))
(*.f32 x (pow.f32 (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) #s(literal 1 binary32)))
(*.f32 (*.f32 x x) #s(literal 1/2 binary32))
(*.f32 (fabs.f32 x) (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)))
(*.f32 #s(literal 1/2 binary32) (*.f32 x x))
(*.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) #s(literal 1 binary32)))
(*.f32 #s(literal 1/2 binary32) (pow.f32 (/.f32 (*.f32 x x) #s(literal 1 binary32)) #s(literal 1 binary32)))
(*.f32 (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) (fabs.f32 x))
(*.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(*.f32 (*.f32 x #s(literal 1/2 binary32)) x)
(*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x #s(literal 1 binary32)))
(*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(*.f32 #s(literal 1/4 binary32) (*.f32 (*.f32 x x) #s(literal 2 binary32)))
(*.f32 #s(literal 1/4 binary32) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(*.f32 #s(literal 1/4 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(*.f32 #s(literal 1/4 binary32) (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)))
(*.f32 #s(literal 1/4 binary32) (pow.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1 binary32)))
(*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal 1 binary32))
(*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))
(*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(*.f32 #s(literal 4 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))
(*.f32 #s(literal 4 binary32) (pow.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)))
(*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 4 binary32))
(*.f32 #s(literal -1 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(*.f32 #s(literal -1 binary32) (pow.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)))
(*.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))))
(*.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 2 binary32))
(*.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (*.f32 x x)))
(*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) x))
(*.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(*.f32 (/.f32 #s(literal 1/4 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) x) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32)))))
(*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1/4 binary32)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))
(*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)))
(*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32))) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(*.f32 (pow.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) x)
(*.f32 (pow.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 x #s(literal 1 binary32)) #s(literal 1 binary32)))
(*.f32 (pow.f32 (fabs.f32 x) #s(literal 1 binary32)) (pow.f32 (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) #s(literal 1 binary32)))
(*.f32 (pow.f32 (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (pow.f32 (fabs.f32 x) #s(literal 1 binary32)))
(*.f32 (pow.f32 (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) #s(literal 1 binary32)))
(*.f32 (pow.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) #s(literal 1 binary32)))
(*.f32 (pow.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 1 binary32)))
(*.f32 (pow.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)))
(*.f32 (pow.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)))
(*.f32 (pow.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) #s(literal 4 binary32))
(*.f32 (pow.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32)))
(*.f32 (pow.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) #s(literal 2 binary32))
(*.f32 (pow.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (*.f32 x x)))
(*.f32 (pow.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) (pow.f32 (/.f32 (*.f32 x x) x) #s(literal 1 binary32)))
(*.f32 (pow.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1 binary32)))
(*.f32 (pow.f32 (/.f32 #s(literal 1/4 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1 binary32)))
(*.f32 (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) x) #s(literal 1 binary32)) (pow.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32)))) #s(literal 1 binary32)))
(*.f32 (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1/4 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32)))
(*.f32 (pow.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1 binary32)) (pow.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)))
(*.f32 (pow.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) #s(literal 1 binary32)) (pow.f32 (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) #s(literal 1 binary32)))
(*.f32 (pow.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32))) #s(literal 1 binary32)) (pow.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) #s(literal 1 binary32)))
(*.f32 (pow.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(*.f32 (pow.f32 (/.f32 #s(literal 1 binary32) (*.f32 x #s(literal 1/2 binary32))) #s(literal -1 binary32)) (pow.f32 (/.f32 #s(literal 1 binary32) x) #s(literal -1 binary32)))
(*.f32 (pow.f32 (pow.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal -1/2 binary32)) #s(literal -1 binary32)) (pow.f32 (pow.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal -1/2 binary32)) #s(literal -1 binary32)))
(*.f32 (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))))
(log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))
(neg.f32 (log.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) #s(literal 1 binary32)))))
(neg.f32 (log.f32 (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)) (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) #s(literal -1 binary32)))))
(neg.f32 (log.f32 (/.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)) #s(literal 1 binary32)) (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) #s(literal 1 binary32)))))
(neg.f32 (log.f32 (/.f32 (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))))))))
(+.f32 (log1p.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))))) (log.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))))
(+.f32 (log1p.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))))) (log.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)) #s(literal 1 binary32)))))
(+.f32 (log1p.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))))) (log.f32 (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))))
(+.f32 (log.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) #s(literal -1 binary32))) (log.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)))))
(-.f32 #s(literal 0 binary32) (log.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) #s(literal 1 binary32)))))
(-.f32 #s(literal 0 binary32) (log.f32 (/.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)) (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) #s(literal -1 binary32)))))
(-.f32 #s(literal 0 binary32) (log.f32 (/.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)) #s(literal 1 binary32)) (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) #s(literal 1 binary32)))))
(-.f32 #s(literal 0 binary32) (log.f32 (/.f32 (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))))))))
(-.f32 (log1p.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))))) (log1p.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)))))
(-.f32 (log1p.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))))) (log.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))))
(-.f32 (log1p.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))))) (log1p.f32 (neg.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))
(-.f32 (log.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) #s(literal -1 binary32))) (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32))))
(-.f32 (log.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) #s(literal 1 binary32)))) (log.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))))))
(-.f32 (log.f32 (neg.f32 (fma.f32 (*.f32 x (*.f32 x x)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)))) #s(literal 1 binary32)))) (log.f32 (neg.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)) #s(literal 1 binary32)))))
(-.f32 (log.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))) #s(literal -1 binary32)))) (log.f32 (neg.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal -1 binary32)))))
(-.f32 (log.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32))))))) (log.f32 (neg.f32 (-.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))))))
(-.f32 (log.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32))) (*.f32 x (*.f32 x x)))) (log.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (-.f32 (*.f32 x x) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fabs.f32 x))))))
(-.f32 (log.f32 (-.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32))) (*.f32 x x))) (log.f32 (-.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (fabs.f32 x))))
(log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
(neg.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(neg.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(exp.f32 (*.f32 (log.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) #s(literal -1 binary32)))
(pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32))
(pow.f32 (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (*.f32 (*.f32 x x) #s(literal 2 binary32))) #s(literal -1 binary32))
(pow.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal -1 binary32))
(pow.f32 (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal -1 binary32))
(pow.f32 (/.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32))
(pow.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) #s(literal -1 binary32))
(pow.f32 (/.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) #s(literal -1 binary32))
(-.f32 (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(-.f32 (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 #s(literal 0 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(-.f32 (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 (/.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(-.f32 (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 #s(literal 0 binary32) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))))
(/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(/.f32 #s(literal 1 binary32) (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 #s(literal 1 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 #s(literal 1 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (neg.f32 (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))))
(/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))
(/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 (*.f32 x x) #s(literal 2 binary32)))
(/.f32 #s(literal 1/4 binary32) (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(/.f32 #s(literal 1/4 binary32) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 #s(literal 1/4 binary32) (neg.f32 (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(/.f32 #s(literal 1/4 binary32) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))))
(/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))
(/.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))
(/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (*.f32 (*.f32 x x) #s(literal 2 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32))))
(/.f32 #s(literal -1 binary32) (neg.f32 (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 #s(literal -1/4 binary32) (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 #s(literal -1/4 binary32) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (neg.f32 (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))))
(/.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1/2 binary32)))
(/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x)))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal -1/4 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 #s(literal 1 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x)))) (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (*.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x)))) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x)) (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))))
(/.f32 (neg.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))) (neg.f32 (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1/2 binary32))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) (neg.f32 (*.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 x #s(literal 1/2 binary32))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)))
(/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))
(/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal -1/4 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) #s(literal 1 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))
(/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x)))) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 #s(literal -1/4 binary32) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) #s(literal 1/4 binary32))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(/.f32 (*.f32 #s(literal 1 binary32) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))
(/.f32 (*.f32 (neg.f32 x) (*.f32 x #s(literal 1/2 binary32))) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 #s(literal 1 binary32) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) #s(literal 2 binary32))
(/.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (*.f32 x x))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) #s(literal 1/2 binary32))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (*.f32 x x))
(/.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x x)) #s(literal 1/2 binary32))
(/.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1/2 binary32)) (*.f32 x x))
(/.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) x)
(/.f32 (neg.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) (neg.f32 (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (neg.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 (*.f32 x x) #s(literal 2 binary32)))))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal -1/4 binary32))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x x)))) (neg.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))) (neg.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (*.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (neg.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (*.f32 x x))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x))) (neg.f32 (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32))) (neg.f32 (*.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (neg.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1 binary32))) (neg.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 (neg.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal -1/4 binary32))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) #s(literal 1 binary32))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 (neg.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))) (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal -1/4 binary32) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) #s(literal -1/4 binary32))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (*.f32 x #s(literal 1/2 binary32)))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)))
(/.f32 (neg.f32 (*.f32 (neg.f32 x) (*.f32 x #s(literal 1/2 binary32)))) (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) #s(literal -2 binary32))
(/.f32 (neg.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 x))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) #s(literal -1/2 binary32))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (neg.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x x))) #s(literal -1/2 binary32))
(/.f32 (neg.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1/2 binary32))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (neg.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32)))) (neg.f32 x))
(*.f32 x (*.f32 #s(literal 1/2 binary32) (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 x (*.f32 (/.f32 (*.f32 x (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))))
(*.f32 x (*.f32 (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 x (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(*.f32 (*.f32 x x) (*.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 #s(literal 1 binary32) (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32)))
(*.f32 (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/4 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))
(*.f32 #s(literal 1/4 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 #s(literal 1/4 binary32) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(*.f32 #s(literal 4 binary32) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 4 binary32) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(*.f32 (*.f32 #s(literal 1/2 binary32) (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(*.f32 (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1/2 binary32))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 4 binary32))
(*.f32 (/.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x x)) #s(literal 1/2 binary32))
(*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1/2 binary32)) (/.f32 #s(literal 1/4 binary32) (*.f32 x x)))
(*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x))
(*.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) x) (/.f32 (*.f32 x (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (*.f32 (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x) #s(literal 1/2 binary32))
(*.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(*.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32)))
(*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(*.f32 (pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(*.f32 (pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))))
(*.f32 (pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))) #s(literal -1 binary32)) #s(literal 2 binary32))
(*.f32 (pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (*.f32 x x)))
(*.f32 x #s(literal 1/2 binary32))
(*.f32 #s(literal 1/2 binary32) x)
(exp.f32 (*.f32 (log.f32 (fabs.f32 x)) #s(literal 3 binary32)))
(exp.f32 (*.f32 (log.f32 x) #s(literal 3 binary32)))
(fabs.f32 (*.f32 x (*.f32 x x)))
(fabs.f32 (*.f32 (*.f32 x x) (neg.f32 x)))
(fabs.f32 (*.f32 (*.f32 x x) (neg.f32 (neg.f32 x))))
(fabs.f32 (*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) x))
(fabs.f32 (*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (neg.f32 x)))
(fabs.f32 (*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (neg.f32 (neg.f32 x))))
(fabs.f32 (*.f32 x (-.f32 #s(literal 0 binary32) (*.f32 x x))))
(fabs.f32 (*.f32 (neg.f32 x) (*.f32 x x)))
(fabs.f32 (*.f32 (neg.f32 x) (-.f32 #s(literal 0 binary32) (*.f32 x x))))
(fabs.f32 (*.f32 (neg.f32 (neg.f32 x)) (*.f32 x x)))
(fabs.f32 (*.f32 (neg.f32 (neg.f32 x)) (-.f32 #s(literal 0 binary32) (*.f32 x x))))
(pow.f32 x #s(literal 3 binary32))
(pow.f32 (*.f32 x x) #s(literal 3/2 binary32))
(pow.f32 (fabs.f32 x) #s(literal 3 binary32))
(pow.f32 (pow.f32 (fabs.f32 x) #s(literal 3/2 binary32)) #s(literal 2 binary32))
(pow.f32 (pow.f32 x #s(literal 3/2 binary32)) #s(literal 2 binary32))
(pow.f32 (exp.f32 (log.f32 (fabs.f32 x))) #s(literal 3 binary32))
(pow.f32 (exp.f32 (log.f32 x)) #s(literal 3 binary32))
(*.f32 x (*.f32 x x))
(*.f32 (*.f32 x x) x)
(*.f32 (*.f32 x x) (fabs.f32 x))
(*.f32 (fabs.f32 x) (*.f32 x x))
(*.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x)))
(*.f32 (*.f32 x (*.f32 x x)) #s(literal 1 binary32))
(*.f32 (pow.f32 (fabs.f32 x) #s(literal 3/2 binary32)) (pow.f32 (fabs.f32 x) #s(literal 3/2 binary32)))
(*.f32 (pow.f32 x #s(literal 3/2 binary32)) (pow.f32 x #s(literal 3/2 binary32)))
(exp.f32 (*.f32 (log.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)))
(exp.f32 (*.f32 (log.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal -1 binary32)))
(exp.f32 (*.f32 (*.f32 (log.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32)) #s(literal -1 binary32)))
(exp.f32 (neg.f32 (*.f32 (log.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32))))
(+.f32 #s(literal 0 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(+.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal 0 binary32))
(pow.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal 1 binary32))
(pow.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) #s(literal -1 binary32))
(pow.f32 (/.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) #s(literal 1 binary32)) #s(literal -1 binary32))
(pow.f32 (/.f32 #s(literal 1/2 binary32) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))) #s(literal -1 binary32))
(pow.f32 (/.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) #s(literal -1 binary32))
(fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))
(fma.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 0 binary32))
(fma.f32 x (*.f32 (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))
(fma.f32 x (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 0 binary32))
(fma.f32 x (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) #s(literal 0 binary32))
(fma.f32 x (pow.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 x (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 x (pow.f32 (*.f32 (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 x (pow.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 x (pow.f32 (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (*.f32 x x) #s(literal 1/2 binary32) #s(literal 0 binary32))
(fma.f32 (fabs.f32 x) (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) #s(literal 0 binary32))
(fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))
(fma.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 #s(literal 1/2 binary32) (pow.f32 (/.f32 (*.f32 x x) #s(literal 1 binary32)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) (fabs.f32 x) #s(literal 0 binary32))
(fma.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal 0 binary32))
(fma.f32 (*.f32 x #s(literal 1/2 binary32)) x #s(literal 0 binary32))
(fma.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (*.f32 x (*.f32 x x)) (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) #s(literal 0 binary32))
(fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))
(fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal 0 binary32))
(fma.f32 #s(literal 1/4 binary32) (*.f32 (*.f32 x x) #s(literal 2 binary32)) #s(literal 0 binary32))
(fma.f32 #s(literal 1/4 binary32) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 0 binary32))
(fma.f32 #s(literal 1/4 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 0 binary32))
(fma.f32 #s(literal 1/4 binary32) (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 #s(literal 1/4 binary32) (pow.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal 1 binary32) #s(literal 0 binary32))
(fma.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 #s(literal 4 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))
(fma.f32 #s(literal 4 binary32) (pow.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) #s(literal 0 binary32))
(fma.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 4 binary32) #s(literal 0 binary32))
(fma.f32 #s(literal -1 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))
(fma.f32 #s(literal -1 binary32) (pow.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))
(fma.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 2 binary32) #s(literal 0 binary32))
(fma.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) x) #s(literal 0 binary32))
(fma.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 0 binary32))
(fma.f32 (/.f32 #s(literal 1/4 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) x) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32)))) #s(literal 0 binary32))
(fma.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1/4 binary32)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 0 binary32))
(fma.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32))) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) #s(literal 0 binary32))
(fma.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) x #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 x #s(literal 1 binary32)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (fabs.f32 x) #s(literal 1 binary32)) (pow.f32 (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (pow.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) #s(literal 4 binary32) #s(literal 0 binary32))
(fma.f32 (pow.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) #s(literal 2 binary32) #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (*.f32 x x)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) (pow.f32 (/.f32 (*.f32 x x) x) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 #s(literal 1/4 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) x) #s(literal 1 binary32)) (pow.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32)))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1/4 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1 binary32)) (pow.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) #s(literal 1 binary32)) (pow.f32 (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32))) #s(literal 1 binary32)) (pow.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) #s(literal 1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 #s(literal 1 binary32) (*.f32 x #s(literal 1/2 binary32))) #s(literal -1 binary32)) (pow.f32 (/.f32 #s(literal 1 binary32) x) #s(literal -1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (pow.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal -1/2 binary32)) #s(literal -1 binary32)) (pow.f32 (pow.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal -1/2 binary32)) #s(literal -1 binary32)) #s(literal 0 binary32))
(fma.f32 (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))
(-.f32 #s(literal 0 binary32) (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal -1 binary32)))
(-.f32 #s(literal 0 binary32) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) #s(literal 1/4 binary32)))
(-.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal 0 binary32))
(-.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(-.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))))
(-.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (/.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(-.f32 (/.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(/.f32 (*.f32 x x) #s(literal 2 binary32))
(/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (*.f32 x x)))
(/.f32 #s(literal 1 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1/2 binary32) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))
(/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))
(/.f32 #s(literal 1/4 binary32) (neg.f32 (*.f32 #s(literal 1/4 binary32) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))))
(/.f32 #s(literal 1/4 binary32) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1/4 binary32))))
(/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal 1 binary32))
(/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) #s(literal -1/2 binary32)))
(/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 #s(literal -1/2 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x))))
(/.f32 #s(literal 4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 1/4 binary32))
(/.f32 #s(literal -1 binary32) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) #s(literal 1 binary32))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 #s(literal 1/2 binary32) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))))
(/.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (neg.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 #s(literal -1/4 binary32) (*.f32 #s(literal 1/4 binary32) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x)))))
(/.f32 #s(literal -1/4 binary32) (*.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1/4 binary32)))
(/.f32 #s(literal -1/4 binary32) (neg.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal -1 binary32))
(/.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) #s(literal -2 binary32))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x)))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) #s(literal -1/2 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (neg.f32 (*.f32 #s(literal -1/2 binary32) (-.f32 #s(literal 0 binary32) (*.f32 x x)))))
(/.f32 #s(literal -1/2 binary32) (neg.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x))))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(/.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))))
(/.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)))
(/.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 1/2 binary32))
(/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 x x))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal -1/4 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x)))))
(/.f32 (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(/.f32 (*.f32 #s(literal 1 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x)))) (*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))))
(/.f32 (*.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x)))) (*.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32)) #s(literal -1 binary32)) (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) #s(literal -1 binary32)) (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (*.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) #s(literal -1 binary32))
(/.f32 (*.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 0 binary32) (*.f32 x x))))
(/.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) #s(literal -1 binary32))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (*.f32 x x))))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (*.f32 x x))))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 x #s(literal 1/2 binary32)))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) (*.f32 x #s(literal -1/2 binary32)))
(/.f32 (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x))) (/.f32 #s(literal 1 binary32) x))
(/.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x))) (*.f32 x #s(literal 1/2 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x))) (*.f32 #s(literal -1/2 binary32) x))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (*.f32 x x)) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x)) x)
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) #s(literal 1 binary32))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))) (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))) #s(literal -1/2 binary32))
(/.f32 (neg.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal -1/4 binary32))
(/.f32 (-.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(/.f32 #s(literal -4 binary32) (neg.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) #s(literal 1/4 binary32))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x)))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) #s(literal -1 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) #s(literal -1/2 binary32))
(/.f32 (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (*.f32 (*.f32 x x) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x))) x)
(/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 1/2 binary32)) #s(literal -1/2 binary32))
(/.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) x) (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))))
(/.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1/4 binary32))
(/.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) #s(literal 1/4 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))
(/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) x)
(/.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) x) x)
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)))) #s(literal 1/2 binary32))
(/.f32 (neg.f32 (neg.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) (neg.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)))) (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32))) (neg.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))))))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))))))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal -1/4 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x x)))) (neg.f32 (*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))) (neg.f32 (*.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (*.f32 x x))) (neg.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x))) (neg.f32 x))
(/.f32 (neg.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32)) #s(literal 1 binary32))) (neg.f32 (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32)) #s(literal -1 binary32))) (neg.f32 (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) #s(literal 1 binary32))) (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) #s(literal -1 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) #s(literal 1 binary32))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) (neg.f32 (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 0 binary32) (*.f32 x x)))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 1 binary32))) #s(literal 1 binary32))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 1 binary32))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (*.f32 x x)))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32))) (neg.f32 (*.f32 x (/.f32 #s(literal 1 binary32) (*.f32 x x)))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) (neg.f32 (*.f32 x #s(literal 1/2 binary32))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) (neg.f32 (*.f32 x #s(literal -1/2 binary32))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)))) (neg.f32 (/.f32 #s(literal 1 binary32) x)))
(/.f32 (neg.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)))) (neg.f32 (*.f32 x #s(literal 1/2 binary32))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)))) (neg.f32 (*.f32 #s(literal -1/2 binary32) x)))
(/.f32 (neg.f32 (-.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 1 binary32))) #s(literal -1/4 binary32))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))) (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) #s(literal -1 binary32))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) #s(literal 1/2 binary32))
(/.f32 (neg.f32 (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) (neg.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x))))
(/.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)))) (neg.f32 x))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (neg.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 1/2 binary32))) #s(literal 1/2 binary32))
(/.f32 (neg.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) x)) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32)))))
(/.f32 (neg.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal -1/4 binary32))
(/.f32 (neg.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) #s(literal 1/4 binary32))) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))
(/.f32 (neg.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (neg.f32 x))
(/.f32 (neg.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) x)) (neg.f32 x))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(*.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(*.f32 x (*.f32 (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))))
(*.f32 x (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(*.f32 x (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))))
(*.f32 x (pow.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)))
(*.f32 x (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)))
(*.f32 x (pow.f32 (*.f32 (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 1 binary32)))
(*.f32 x (pow.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1 binary32)))
(*.f32 x (pow.f32 (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) #s(literal 1 binary32)))
(*.f32 (*.f32 x x) #s(literal 1/2 binary32))
(*.f32 (fabs.f32 x) (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)))
(*.f32 #s(literal 1/2 binary32) (*.f32 x x))
(*.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) #s(literal 1 binary32)))
(*.f32 #s(literal 1/2 binary32) (pow.f32 (/.f32 (*.f32 x x) #s(literal 1 binary32)) #s(literal 1 binary32)))
(*.f32 (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) (fabs.f32 x))
(*.f32 #s(literal 1 binary32) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(*.f32 (*.f32 x #s(literal 1/2 binary32)) x)
(*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x #s(literal 1 binary32)))
(*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(*.f32 #s(literal 1/4 binary32) (*.f32 (*.f32 x x) #s(literal 2 binary32)))
(*.f32 #s(literal 1/4 binary32) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(*.f32 #s(literal 1/4 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(*.f32 #s(literal 1/4 binary32) (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)))
(*.f32 #s(literal 1/4 binary32) (pow.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1 binary32)))
(*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal 1 binary32))
(*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))
(*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(*.f32 #s(literal 4 binary32) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))
(*.f32 #s(literal 4 binary32) (pow.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)))
(*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 4 binary32))
(*.f32 #s(literal -1 binary32) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(*.f32 #s(literal -1 binary32) (pow.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)))
(*.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))))
(*.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 2 binary32))
(*.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (*.f32 x x)))
(*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) x))
(*.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(*.f32 (/.f32 #s(literal 1/4 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) x) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32)))))
(*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1/4 binary32)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))
(*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)))
(*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32))) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(*.f32 (pow.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) x)
(*.f32 (pow.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 x #s(literal 1 binary32)) #s(literal 1 binary32)))
(*.f32 (pow.f32 (fabs.f32 x) #s(literal 1 binary32)) (pow.f32 (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) #s(literal 1 binary32)))
(*.f32 (pow.f32 (*.f32 (fabs.f32 x) #s(literal 1/2 binary32)) #s(literal 1 binary32)) (pow.f32 (fabs.f32 x) #s(literal 1 binary32)))
(*.f32 (pow.f32 (*.f32 x (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) #s(literal 1 binary32)))
(*.f32 (pow.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) #s(literal 1 binary32)))
(*.f32 (pow.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 1 binary32)))
(*.f32 (pow.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)))
(*.f32 (pow.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) #s(literal 1 binary32)) (pow.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)))
(*.f32 (pow.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) #s(literal 4 binary32))
(*.f32 (pow.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32)))
(*.f32 (pow.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 1 binary32)) #s(literal 2 binary32))
(*.f32 (pow.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (*.f32 x x)))
(*.f32 (pow.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) (pow.f32 (/.f32 (*.f32 x x) x) #s(literal 1 binary32)))
(*.f32 (pow.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1 binary32)))
(*.f32 (pow.f32 (/.f32 #s(literal 1/4 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 2 binary32) (*.f32 x x))) #s(literal 1 binary32)))
(*.f32 (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) x) #s(literal 1 binary32)) (pow.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32)))) #s(literal 1 binary32)))
(*.f32 (pow.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1/4 binary32)) #s(literal 1 binary32)) (pow.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32)))
(*.f32 (pow.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1 binary32)) (pow.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)))
(*.f32 (pow.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) #s(literal 1 binary32)) (pow.f32 (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) #s(literal 1 binary32)))
(*.f32 (pow.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32))) #s(literal 1 binary32)) (pow.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) #s(literal 1 binary32)))
(*.f32 (pow.f32 (/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(*.f32 (pow.f32 (/.f32 #s(literal 1 binary32) (*.f32 x #s(literal 1/2 binary32))) #s(literal -1 binary32)) (pow.f32 (/.f32 #s(literal 1 binary32) x) #s(literal -1 binary32)))
(*.f32 (pow.f32 (pow.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal -1/2 binary32)) #s(literal -1 binary32)) (pow.f32 (pow.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) #s(literal -1/2 binary32)) #s(literal -1 binary32)))
(*.f32 (pow.f32 (/.f32 #s(literal 1 binary32) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))))
(neg.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(neg.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(exp.f32 (*.f32 (log.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) #s(literal -1 binary32)))
(pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32))
(pow.f32 (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (*.f32 (*.f32 x x) #s(literal 2 binary32))) #s(literal -1 binary32))
(pow.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal -1 binary32))
(pow.f32 (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal -1 binary32))
(pow.f32 (/.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32))
(pow.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) #s(literal -1 binary32))
(pow.f32 (/.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) #s(literal -1 binary32))
(-.f32 (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(-.f32 (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 #s(literal 0 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(-.f32 (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 (/.f32 #s(literal 0 binary32) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(-.f32 (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 #s(literal 0 binary32) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(-.f32 (/.f32 #s(literal 0 binary32) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(-.f32 (/.f32 #s(literal 0 binary32) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))))
(/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(/.f32 #s(literal 1 binary32) (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 #s(literal 1 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 #s(literal 1 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(/.f32 #s(literal 1 binary32) (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 #s(literal 1 binary32) (/.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)))
(/.f32 #s(literal 1 binary32) (neg.f32 (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))))
(/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))
(/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 (*.f32 x x) #s(literal 2 binary32)))
(/.f32 #s(literal 1/4 binary32) (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(/.f32 #s(literal 1/4 binary32) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 #s(literal 1/4 binary32) (neg.f32 (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(/.f32 #s(literal 1/4 binary32) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))))
(/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))
(/.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))
(/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (*.f32 (*.f32 x x) #s(literal 2 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 #s(literal -1 binary32) (neg.f32 (/.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32))))
(/.f32 #s(literal -1 binary32) (neg.f32 (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 #s(literal -1/4 binary32) (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 #s(literal -1/4 binary32) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (neg.f32 (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))))
(/.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1/2 binary32)))
(/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x)))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal -1/4 binary32)) (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 #s(literal 1 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x)))) (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (*.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x)))) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x)) (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))) (neg.f32 (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))))
(/.f32 (neg.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))) (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x)))) #s(literal 1/64 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32))) (neg.f32 (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1/2 binary32))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) (neg.f32 (*.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) (neg.f32 (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 x #s(literal 1/2 binary32))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)))
(/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))
(/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal -1/4 binary32)) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) #s(literal 1 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x))))
(/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x)))) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 #s(literal -1/4 binary32) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) #s(literal 1/4 binary32))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(/.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(/.f32 (*.f32 #s(literal 1 binary32) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))
(/.f32 (*.f32 (neg.f32 x) (*.f32 x #s(literal 1/2 binary32))) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(/.f32 (*.f32 #s(literal 1 binary32) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) #s(literal 2 binary32))
(/.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (*.f32 x x))
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(/.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) #s(literal 1/2 binary32))
(/.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (*.f32 x x))
(/.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x x)) #s(literal 1/2 binary32))
(/.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1/2 binary32)) (*.f32 x x))
(/.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) x)
(/.f32 (neg.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 (neg.f32 (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))) (neg.f32 (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (neg.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32))) (neg.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 1 binary32))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 (*.f32 x x) #s(literal 2 binary32)))))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal -1/4 binary32))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (*.f32 (*.f32 x x) (*.f32 x x)))) (neg.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))) (neg.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (*.f32 #s(literal -1/4 binary32) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))) (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (neg.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (*.f32 x x))) (neg.f32 (*.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x))) (neg.f32 (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) #s(literal 1 binary32))) (neg.f32 (*.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (neg.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1 binary32))) (neg.f32 (*.f32 (*.f32 x x) #s(literal 2 binary32))))
(/.f32 (neg.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal -1/4 binary32))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) #s(literal 1 binary32))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (*.f32 x x)))))
(/.f32 (neg.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))))) (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) #s(literal 1 binary32))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal -1/4 binary32) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) #s(literal -1/4 binary32))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (*.f32 (neg.f32 (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (-.f32 #s(literal 0 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (*.f32 x #s(literal 1/2 binary32)))) (neg.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)))
(/.f32 (neg.f32 (*.f32 (neg.f32 x) (*.f32 x #s(literal 1/2 binary32)))) (neg.f32 (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(/.f32 (neg.f32 (*.f32 #s(literal 1 binary32) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) #s(literal -2 binary32))
(/.f32 (neg.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 (-.f32 #s(literal 0 binary32) (*.f32 x x))))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (neg.f32 x))
(/.f32 (neg.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) #s(literal -1/2 binary32))
(/.f32 (neg.f32 (*.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (neg.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x x))) #s(literal -1/2 binary32))
(/.f32 (neg.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1/2 binary32))) (-.f32 #s(literal 0 binary32) (*.f32 x x)))
(/.f32 (neg.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32)))) (neg.f32 x))
(*.f32 x (*.f32 #s(literal 1/2 binary32) (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 x (*.f32 (/.f32 (*.f32 x (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))))
(*.f32 x (*.f32 (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 x (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))))
(*.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(*.f32 (*.f32 x x) (*.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 #s(literal 1/2 binary32) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 #s(literal 1/2 binary32) (*.f32 x (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 #s(literal 1 binary32) (/.f32 (*.f32 x x) (*.f32 #s(literal 2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32)))
(*.f32 (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/4 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))
(*.f32 #s(literal 1/4 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 #s(literal 1/4 binary32) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))))
(*.f32 #s(literal 4 binary32) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 4 binary32) (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 0 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))
(*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(*.f32 (*.f32 #s(literal 1/2 binary32) (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(*.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(*.f32 (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1/2 binary32))
(*.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 4 binary32))
(*.f32 (/.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))
(*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x x)) #s(literal 1/2 binary32))
(*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) #s(literal 1/2 binary32)) (/.f32 #s(literal 1/4 binary32) (*.f32 x x)))
(*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x))
(*.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) x) (/.f32 (*.f32 x (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))
(*.f32 (*.f32 (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x) #s(literal 1/2 binary32))
(*.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))
(*.f32 (/.f32 (/.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))
(*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32)))
(*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))
(*.f32 (pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))
(*.f32 (pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) (*.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32))) #s(literal 0 binary32))) #s(literal -1 binary32)) (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))))
(*.f32 (pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32))) #s(literal -1 binary32)) #s(literal 2 binary32))
(*.f32 (pow.f32 (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) #s(literal -1 binary32)) (/.f32 #s(literal 1 binary32) (*.f32 x x)))

simplify608.0ms (4.9%)

Memory
-4.5MiB live, 1 061.4MiB allocated
Algorithm
egg-herbie
Rules
16 822×accelerator-lowering-fma.f32
16 822×accelerator-lowering-fma.f64
3 736×*-lowering-*.f32
3 736×*-lowering-*.f64
3 566×+-lowering-+.f64
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
01402956
13462943
29792905
330402894
471342894
080802754
Stop Event
iter limit
node limit
Counts
312 → 312
Calls
Call 1
Inputs
(log (+ 1 (fabs x)))
(+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))
(+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1 (* (pow x 2) (+ (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))) (* 1/8 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))
(+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (- (* 1/24 (/ (pow x 2) (pow (+ 1 (fabs x)) 3))) (+ (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))) (* 1/8 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))
(* -1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(* (pow x 4) (- (+ (* -2 (/ (log (/ 1 x)) (pow x 4))) (/ (log 1/2) (pow x 4))) (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))))
(* (pow x 4) (- (+ (* -2 (/ (log (/ 1 x)) (pow x 4))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 6))) (/ (log 1/2) (pow x 4)))) (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))))
(* (pow x 4) (- (+ (* -2 (/ (log (/ 1 x)) (pow x 4))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 8))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 6))) (/ (log 1/2) (pow x 4))))) (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))))
(* -1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(* (pow x 4) (- (+ (* -2 (/ (log (/ -1 x)) (pow x 4))) (/ (log 1/2) (pow x 4))) (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))))
(* (pow x 4) (- (+ (* -2 (/ (log (/ -1 x)) (pow x 4))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 6))) (/ (log 1/2) (pow x 4)))) (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))))
(* (pow x 4) (- (+ (* -2 (/ (log (/ -1 x)) (pow x 4))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 8))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 6))) (/ (log 1/2) (pow x 4))))) (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))))
(copysign (+ (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* -1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign (+ (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* -1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign (+ (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* -1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign (+ (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* -1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(* -1/8 (pow x 2))
(* -1/8 (pow x 2))
(* -1/8 (pow x 2))
(* -1/8 (pow x 2))
(* -1/8 (pow x 2))
(* -1/8 (pow x 2))
(* -1/8 (pow x 2))
(* -1/8 (pow x 2))
(* -1/8 (pow x 2))
(* -1/8 (pow x 2))
(* -1/8 (pow x 2))
(* -1/8 (pow x 2))
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(/ x (+ 1 (fabs x)))
(/ x (+ 1 (fabs x)))
(/ x (+ 1 (fabs x)))
(/ x (+ 1 (fabs x)))
(/ x (+ 1 (fabs x)))
(/ x (+ 1 (fabs x)))
(/ x (+ 1 (fabs x)))
(/ x (+ 1 (fabs x)))
(/ x (+ 1 (fabs x)))
(/ x (+ 1 (fabs x)))
(/ x (+ 1 (fabs x)))
(/ x (+ 1 (fabs x)))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(+ 1 (fabs x))
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(fabs x)
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/ 1/2 (pow x 2))
(/ 1/2 (pow x 2))
(/ 1/2 (pow x 2))
(/ 1/2 (pow x 2))
(/ 1/2 (pow x 2))
(/ 1/2 (pow x 2))
(/ 1/2 (pow x 2))
(/ 1/2 (pow x 2))
(/ 1/2 (pow x 2))
(/ 1/2 (pow x 2))
(/ 1/2 (pow x 2))
(/ 1/2 (pow x 2))
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(/ (pow x 4) (+ 1 (fabs x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/ (pow x 4) (+ 1 (fabs x)))
1/2
1/2
1/2
1/2
1/2
1/2
1/2
1/2
1/2
1/2
1/2
1/2
(pow x 2)
(pow x 2)
(pow x 2)
(pow x 2)
(pow x 2)
(pow x 2)
(pow x 2)
(pow x 2)
(pow x 2)
(pow x 2)
(pow x 2)
(pow x 2)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
4
4
4
4
4
4
4
4
4
4
4
4
(* 1/8 (pow x 2))
(* 1/8 (pow x 2))
(* 1/8 (pow x 2))
(* 1/8 (pow x 2))
(* 1/8 (pow x 2))
(* 1/8 (pow x 2))
(* 1/8 (pow x 2))
(* 1/8 (pow x 2))
(* 1/8 (pow x 2))
(* 1/8 (pow x 2))
(* 1/8 (pow x 2))
(* 1/8 (pow x 2))
(/ 2 (pow x 2))
(/ 2 (pow x 2))
(/ 2 (pow x 2))
(/ 2 (pow x 2))
(/ 2 (pow x 2))
(/ 2 (pow x 2))
(/ 2 (pow x 2))
(/ 2 (pow x 2))
(/ 2 (pow x 2))
(/ 2 (pow x 2))
(/ 2 (pow x 2))
(/ 2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(log (+ 1 (fabs x)))
(+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))
(+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow (+ 1 (fabs x)) 2))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))
(+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (- (* 1/24 (/ (pow x 2) (pow (+ 1 (fabs x)) 3))) (* 1/8 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))
(+ (log 1/2) (* -2 (log (/ 1 x))))
(+ (log 1/2) (+ (* -2 (log (/ 1 x))) (* 2 (/ (+ 1 (fabs x)) (pow x 2)))))
(+ (log 1/2) (+ (* -2 (log (/ 1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (* 2 (/ (+ 1 (fabs x)) (pow x 2))))))
(+ (log 1/2) (+ (* -2 (log (/ 1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 2))) (* 8/3 (/ (pow (+ 1 (fabs x)) 3) (pow x 6)))))))
(+ (log 1/2) (* -2 (log (/ -1 x))))
(+ (log 1/2) (+ (* -2 (log (/ -1 x))) (* 2 (/ (+ 1 (fabs x)) (pow x 2)))))
(+ (log 1/2) (+ (* -2 (log (/ -1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (* 2 (/ (+ 1 (fabs x)) (pow x 2))))))
(+ (log 1/2) (+ (* -2 (log (/ -1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 2))) (* 8/3 (/ (pow (+ 1 (fabs x)) 3) (pow x 6)))))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(* 1/2 x)
(pow x 3)
(pow x 3)
(pow x 3)
(pow x 3)
(pow x 3)
(pow x 3)
(pow x 3)
(pow x 3)
(pow x 3)
(pow x 3)
(pow x 3)
(pow x 3)
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (pow x 2))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
Outputs
(log (+ 1 (fabs x)))
(log1p.f32 (fabs.f32 x))
(+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))
(fma.f32 x (*.f32 x (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))
(+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1 (* (pow x 2) (+ (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))) (* 1/8 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))
(fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (+.f32 (/.f32 #s(literal -1/8 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (/.f32 #s(literal -1/8 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))
(+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (- (* 1/24 (/ (pow x 2) (pow (+ 1 (fabs x)) 3))) (+ (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x))))))) (* 1/8 (/ 1 (pow (+ 1 (fabs x)) 2)))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))
(fma.f32 (*.f32 x x) (+.f32 (fma.f32 (/.f32 (*.f32 x x) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 x (*.f32 x (/.f32 #s(literal 1/24 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) #s(literal -1/8 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (/.f32 (*.f32 x (*.f32 x #s(literal -1/8 binary32))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) (log1p.f32 (fabs.f32 x)))
(* -1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(fma.f32 x (/.f32 (*.f32 x (*.f32 x (*.f32 x #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) #s(literal 0 binary32))
(* (pow x 4) (- (+ (* -2 (/ (log (/ 1 x)) (pow x 4))) (/ (log 1/2) (pow x 4))) (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))))
(*.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 (/.f32 (log.f32 #s(literal 1/2 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (fma.f32 (log.f32 x) (/.f32 #s(literal 2 binary32) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal -1/8 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))))
(* (pow x 4) (- (+ (* -2 (/ (log (/ 1 x)) (pow x 4))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 6))) (/ (log 1/2) (pow x 4)))) (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))))
(*.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 (/.f32 (log.f32 #s(literal 1/2 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (fma.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (/.f32 #s(literal 2 binary32) (pow.f32 x #s(literal 6 binary32))) (fma.f32 (log.f32 x) (/.f32 #s(literal 2 binary32) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal -1/8 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))))
(* (pow x 4) (- (+ (* -2 (/ (log (/ 1 x)) (pow x 4))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 8))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 6))) (/ (log 1/2) (pow x 4))))) (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))))
(*.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 (/.f32 (log.f32 #s(literal 1/2 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (fma.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 (/.f32 #s(literal 2 binary32) (pow.f32 x #s(literal 6 binary32))) (/.f32 (fma.f32 (fabs.f32 x) #s(literal -2 binary32) #s(literal -2 binary32)) (pow.f32 x #s(literal 8 binary32)))) (fma.f32 (log.f32 x) (/.f32 #s(literal 2 binary32) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal -1/8 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))))
(* -1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(fma.f32 x (/.f32 (*.f32 x (*.f32 x (*.f32 x #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) #s(literal 0 binary32))
(* (pow x 4) (- (+ (* -2 (/ (log (/ -1 x)) (pow x 4))) (/ (log 1/2) (pow x 4))) (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))))
(*.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 (/.f32 (log.f32 #s(literal 1/2 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (fma.f32 #s(literal -2 binary32) (/.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal -1/8 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))))))
(* (pow x 4) (- (+ (* -2 (/ (log (/ -1 x)) (pow x 4))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 6))) (/ (log 1/2) (pow x 4)))) (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))))
(*.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 (/.f32 (log.f32 #s(literal 1/2 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (+.f32 (/.f32 (fma.f32 (fabs.f32 x) #s(literal 2 binary32) #s(literal 2 binary32)) (pow.f32 x #s(literal 6 binary32))) (fma.f32 #s(literal -2 binary32) (/.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal -1/8 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))))
(* (pow x 4) (- (+ (* -2 (/ (log (/ -1 x)) (pow x 4))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 8))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 6))) (/ (log 1/2) (pow x 4))))) (* 1/8 (/ 1 (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))))
(*.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 (/.f32 (log.f32 #s(literal 1/2 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (fma.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 (/.f32 #s(literal 2 binary32) (pow.f32 x #s(literal 6 binary32))) (/.f32 (fma.f32 (fabs.f32 x) #s(literal -2 binary32) #s(literal -2 binary32)) (pow.f32 x #s(literal 8 binary32)))) (fma.f32 #s(literal -2 binary32) (/.f32 (log.f32 (/.f32 #s(literal -1 binary32) x)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 #s(literal -1/8 binary32) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))))))
(copysign (+ (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* -1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign.f32 (fma.f32 x (/.f32 (*.f32 x (*.f32 x (*.f32 x #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) x)
(copysign (+ (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* -1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign.f32 (fma.f32 x (/.f32 (*.f32 x (*.f32 x (*.f32 x #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) x)
(copysign (+ (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* -1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign.f32 (fma.f32 x (/.f32 (*.f32 x (*.f32 x (*.f32 x #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) x)
(copysign (+ (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* -1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign.f32 (fma.f32 x (/.f32 (*.f32 x (*.f32 x (*.f32 x #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) x)
(copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign.f32 (fma.f32 x (/.f32 (*.f32 x (*.f32 x (*.f32 x #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) x)
(copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign.f32 (fma.f32 x (/.f32 (*.f32 x (*.f32 x (*.f32 x #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) x)
(copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign.f32 (fma.f32 x (/.f32 (*.f32 x (*.f32 x (*.f32 x #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) x)
(copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign.f32 (fma.f32 x (/.f32 (*.f32 x (*.f32 x (*.f32 x #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) x)
(copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign.f32 (fma.f32 x (/.f32 (*.f32 x (*.f32 x (*.f32 x #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) x)
(copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign.f32 (fma.f32 x (/.f32 (*.f32 x (*.f32 x (*.f32 x #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) x)
(copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign.f32 (fma.f32 x (/.f32 (*.f32 x (*.f32 x (*.f32 x #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) x)
(copysign (- (log (+ 1 (+ (fabs x) (* 1/2 (pow x 2))))) (* 1/8 (/ (pow x 4) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))) x)
(copysign.f32 (fma.f32 x (/.f32 (*.f32 x (*.f32 x (*.f32 x #s(literal -1/8 binary32)))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x)))) x)
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(/.f32 (*.f32 x (*.f32 x #s(literal -1/8 binary32))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(/.f32 (*.f32 x (*.f32 x #s(literal -1/8 binary32))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(/.f32 (*.f32 x (*.f32 x #s(literal -1/8 binary32))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(/.f32 (*.f32 x (*.f32 x #s(literal -1/8 binary32))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(/.f32 (*.f32 x (*.f32 x #s(literal -1/8 binary32))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(/.f32 (*.f32 x (*.f32 x #s(literal -1/8 binary32))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(/.f32 (*.f32 x (*.f32 x #s(literal -1/8 binary32))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(/.f32 (*.f32 x (*.f32 x #s(literal -1/8 binary32))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(/.f32 (*.f32 x (*.f32 x #s(literal -1/8 binary32))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(/.f32 (*.f32 x (*.f32 x #s(literal -1/8 binary32))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(/.f32 (*.f32 x (*.f32 x #s(literal -1/8 binary32))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
(* -1/8 (/ (pow x 2) (+ 1 (* (fabs x) (+ 1 (* 1/2 (fabs x)))))))
(/.f32 (*.f32 x (*.f32 x #s(literal -1/8 binary32))) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))
(* -1/8 (pow x 2))
(*.f32 x (*.f32 x #s(literal -1/8 binary32)))
(* -1/8 (pow x 2))
(*.f32 x (*.f32 x #s(literal -1/8 binary32)))
(* -1/8 (pow x 2))
(*.f32 x (*.f32 x #s(literal -1/8 binary32)))
(* -1/8 (pow x 2))
(*.f32 x (*.f32 x #s(literal -1/8 binary32)))
(* -1/8 (pow x 2))
(*.f32 x (*.f32 x #s(literal -1/8 binary32)))
(* -1/8 (pow x 2))
(*.f32 x (*.f32 x #s(literal -1/8 binary32)))
(* -1/8 (pow x 2))
(*.f32 x (*.f32 x #s(literal -1/8 binary32)))
(* -1/8 (pow x 2))
(*.f32 x (*.f32 x #s(literal -1/8 binary32)))
(* -1/8 (pow x 2))
(*.f32 x (*.f32 x #s(literal -1/8 binary32)))
(* -1/8 (pow x 2))
(*.f32 x (*.f32 x #s(literal -1/8 binary32)))
(* -1/8 (pow x 2))
(*.f32 x (*.f32 x #s(literal -1/8 binary32)))
(* -1/8 (pow x 2))
(*.f32 x (*.f32 x #s(literal -1/8 binary32)))
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(/ x (+ 1 (fabs x)))
(/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ x (+ 1 (fabs x)))
(/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ x (+ 1 (fabs x)))
(/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ x (+ 1 (fabs x)))
(/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ x (+ 1 (fabs x)))
(/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ x (+ 1 (fabs x)))
(/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ x (+ 1 (fabs x)))
(/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ x (+ 1 (fabs x)))
(/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ x (+ 1 (fabs x)))
(/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ x (+ 1 (fabs x)))
(/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ x (+ 1 (fabs x)))
(/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ x (+ 1 (fabs x)))
(/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(+ 1 (fabs x))
(+.f32 #s(literal 1 binary32) (fabs.f32 x))
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(fabs x)
(fabs.f32 x)
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ 1/2 (pow x 2))
(/.f32 #s(literal 1/2 binary32) (*.f32 x x))
(/ 1/2 (pow x 2))
(/.f32 #s(literal 1/2 binary32) (*.f32 x x))
(/ 1/2 (pow x 2))
(/.f32 #s(literal 1/2 binary32) (*.f32 x x))
(/ 1/2 (pow x 2))
(/.f32 #s(literal 1/2 binary32) (*.f32 x x))
(/ 1/2 (pow x 2))
(/.f32 #s(literal 1/2 binary32) (*.f32 x x))
(/ 1/2 (pow x 2))
(/.f32 #s(literal 1/2 binary32) (*.f32 x x))
(/ 1/2 (pow x 2))
(/.f32 #s(literal 1/2 binary32) (*.f32 x x))
(/ 1/2 (pow x 2))
(/.f32 #s(literal 1/2 binary32) (*.f32 x x))
(/ 1/2 (pow x 2))
(/.f32 #s(literal 1/2 binary32) (*.f32 x x))
(/ 1/2 (pow x 2))
(/.f32 #s(literal 1/2 binary32) (*.f32 x x))
(/ 1/2 (pow x 2))
(/.f32 #s(literal 1/2 binary32) (*.f32 x x))
(/ 1/2 (pow x 2))
(/.f32 #s(literal 1/2 binary32) (*.f32 x x))
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(/ (pow x 4) (+ 1 (fabs x)))
(/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(/ (pow x 4) (+ 1 (fabs x)))
(/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
1/2
#s(literal 1/2 binary32)
1/2
#s(literal 1/2 binary32)
1/2
#s(literal 1/2 binary32)
1/2
#s(literal 1/2 binary32)
1/2
#s(literal 1/2 binary32)
1/2
#s(literal 1/2 binary32)
1/2
#s(literal 1/2 binary32)
1/2
#s(literal 1/2 binary32)
1/2
#s(literal 1/2 binary32)
1/2
#s(literal 1/2 binary32)
1/2
#s(literal 1/2 binary32)
1/2
#s(literal 1/2 binary32)
(pow x 2)
(*.f32 x x)
(pow x 2)
(*.f32 x x)
(pow x 2)
(*.f32 x x)
(pow x 2)
(*.f32 x x)
(pow x 2)
(*.f32 x x)
(pow x 2)
(*.f32 x x)
(pow x 2)
(*.f32 x x)
(pow x 2)
(*.f32 x x)
(pow x 2)
(*.f32 x x)
(pow x 2)
(*.f32 x x)
(pow x 2)
(*.f32 x x)
(pow x 2)
(*.f32 x x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
4
#s(literal 4 binary32)
4
#s(literal 4 binary32)
4
#s(literal 4 binary32)
4
#s(literal 4 binary32)
4
#s(literal 4 binary32)
4
#s(literal 4 binary32)
4
#s(literal 4 binary32)
4
#s(literal 4 binary32)
4
#s(literal 4 binary32)
4
#s(literal 4 binary32)
4
#s(literal 4 binary32)
4
#s(literal 4 binary32)
(* 1/8 (pow x 2))
(*.f32 (*.f32 x x) #s(literal 1/8 binary32))
(* 1/8 (pow x 2))
(*.f32 (*.f32 x x) #s(literal 1/8 binary32))
(* 1/8 (pow x 2))
(*.f32 (*.f32 x x) #s(literal 1/8 binary32))
(* 1/8 (pow x 2))
(*.f32 (*.f32 x x) #s(literal 1/8 binary32))
(* 1/8 (pow x 2))
(*.f32 (*.f32 x x) #s(literal 1/8 binary32))
(* 1/8 (pow x 2))
(*.f32 (*.f32 x x) #s(literal 1/8 binary32))
(* 1/8 (pow x 2))
(*.f32 (*.f32 x x) #s(literal 1/8 binary32))
(* 1/8 (pow x 2))
(*.f32 (*.f32 x x) #s(literal 1/8 binary32))
(* 1/8 (pow x 2))
(*.f32 (*.f32 x x) #s(literal 1/8 binary32))
(* 1/8 (pow x 2))
(*.f32 (*.f32 x x) #s(literal 1/8 binary32))
(* 1/8 (pow x 2))
(*.f32 (*.f32 x x) #s(literal 1/8 binary32))
(* 1/8 (pow x 2))
(*.f32 (*.f32 x x) #s(literal 1/8 binary32))
(/ 2 (pow x 2))
(/.f32 #s(literal 2 binary32) (*.f32 x x))
(/ 2 (pow x 2))
(/.f32 #s(literal 2 binary32) (*.f32 x x))
(/ 2 (pow x 2))
(/.f32 #s(literal 2 binary32) (*.f32 x x))
(/ 2 (pow x 2))
(/.f32 #s(literal 2 binary32) (*.f32 x x))
(/ 2 (pow x 2))
(/.f32 #s(literal 2 binary32) (*.f32 x x))
(/ 2 (pow x 2))
(/.f32 #s(literal 2 binary32) (*.f32 x x))
(/ 2 (pow x 2))
(/.f32 #s(literal 2 binary32) (*.f32 x x))
(/ 2 (pow x 2))
(/.f32 #s(literal 2 binary32) (*.f32 x x))
(/ 2 (pow x 2))
(/.f32 #s(literal 2 binary32) (*.f32 x x))
(/ 2 (pow x 2))
(/.f32 #s(literal 2 binary32) (*.f32 x x))
(/ 2 (pow x 2))
(/.f32 #s(literal 2 binary32) (*.f32 x x))
(/ 2 (pow x 2))
(/.f32 #s(literal 2 binary32) (*.f32 x x))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(log (+ 1 (fabs x)))
(log1p.f32 (fabs.f32 x))
(+ (log (+ 1 (fabs x))) (* 1/2 (/ (pow x 2) (+ 1 (fabs x)))))
(fma.f32 x (*.f32 x (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))
(+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow (+ 1 (fabs x)) 2))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))
(fma.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/8 binary32) (-.f32 #s(literal -1 binary32) (fabs.f32 x))) #s(literal 1/2 binary32)) (log1p.f32 (fabs.f32 x)))
(+ (log (+ 1 (fabs x))) (* (pow x 2) (+ (* (pow x 2) (- (* 1/24 (/ (pow x 2) (pow (+ 1 (fabs x)) 3))) (* 1/8 (/ 1 (pow (+ 1 (fabs x)) 2))))) (* 1/2 (/ 1 (+ 1 (fabs x)))))))
(fma.f32 (*.f32 x x) (fma.f32 (/.f32 (*.f32 x x) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 x (*.f32 x (/.f32 #s(literal 1/24 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) #s(literal -1/8 binary32)) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x)))
(+ (log 1/2) (* -2 (log (/ 1 x))))
(fma.f32 #s(literal 2 binary32) (log.f32 x) (log.f32 #s(literal 1/2 binary32)))
(+ (log 1/2) (+ (* -2 (log (/ 1 x))) (* 2 (/ (+ 1 (fabs x)) (pow x 2)))))
(fma.f32 #s(literal 2 binary32) (+.f32 (log.f32 x) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 x x))) (log.f32 #s(literal 1/2 binary32)))
(+ (log 1/2) (+ (* -2 (log (/ 1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (* 2 (/ (+ 1 (fabs x)) (pow x 2))))))
(fma.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (/.f32 (fma.f32 (fabs.f32 x) #s(literal -2 binary32) #s(literal -2 binary32)) (*.f32 x (*.f32 x (*.f32 x x))))) (fma.f32 #s(literal 2 binary32) (log.f32 x) (log.f32 #s(literal 1/2 binary32))))
(+ (log 1/2) (+ (* -2 (log (/ 1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 2))) (* 8/3 (/ (pow (+ 1 (fabs x)) 3) (pow x 6)))))))
(fma.f32 (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (+.f32 (/.f32 #s(literal -2 binary32) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 (fabs.f32 x) #s(literal 8/3 binary32) #s(literal 8/3 binary32)) (pow.f32 x #s(literal 6 binary32)))) (fma.f32 #s(literal 2 binary32) (+.f32 (log.f32 x) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 x x))) (log.f32 #s(literal 1/2 binary32))))
(+ (log 1/2) (* -2 (log (/ -1 x))))
(fma.f32 #s(literal -2 binary32) (log.f32 (/.f32 #s(literal -1 binary32) x)) (log.f32 #s(literal 1/2 binary32)))
(+ (log 1/2) (+ (* -2 (log (/ -1 x))) (* 2 (/ (+ 1 (fabs x)) (pow x 2)))))
(fma.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (/.f32 #s(literal 2 binary32) (*.f32 x x)) (fma.f32 #s(literal -2 binary32) (log.f32 (/.f32 #s(literal -1 binary32) x)) (log.f32 #s(literal 1/2 binary32))))
(+ (log 1/2) (+ (* -2 (log (/ -1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (* 2 (/ (+ 1 (fabs x)) (pow x 2))))))
(fma.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (/.f32 (fma.f32 (fabs.f32 x) #s(literal -2 binary32) #s(literal -2 binary32)) (*.f32 x (*.f32 x (*.f32 x x))))) (fma.f32 #s(literal -2 binary32) (log.f32 (/.f32 #s(literal -1 binary32) x)) (log.f32 #s(literal 1/2 binary32))))
(+ (log 1/2) (+ (* -2 (log (/ -1 x))) (+ (* -2 (/ (pow (+ 1 (fabs x)) 2) (pow x 4))) (+ (* 2 (/ (+ 1 (fabs x)) (pow x 2))) (* 8/3 (/ (pow (+ 1 (fabs x)) 3) (pow x 6)))))))
(fma.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (/.f32 #s(literal 2 binary32) (*.f32 x x)) (fma.f32 (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (+.f32 (/.f32 #s(literal -2 binary32) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 (fabs.f32 x) #s(literal 8/3 binary32) #s(literal 8/3 binary32)) (pow.f32 x #s(literal 6 binary32)))) (fma.f32 #s(literal -2 binary32) (log.f32 (/.f32 #s(literal -1 binary32) x)) (log.f32 #s(literal 1/2 binary32)))))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(* 1/2 x)
(*.f32 x #s(literal 1/2 binary32))
(pow x 3)
(*.f32 x (*.f32 x x))
(pow x 3)
(*.f32 x (*.f32 x x))
(pow x 3)
(*.f32 x (*.f32 x x))
(pow x 3)
(*.f32 x (*.f32 x x))
(pow x 3)
(*.f32 x (*.f32 x x))
(pow x 3)
(*.f32 x (*.f32 x x))
(pow x 3)
(*.f32 x (*.f32 x x))
(pow x 3)
(*.f32 x (*.f32 x x))
(pow x 3)
(*.f32 x (*.f32 x x))
(pow x 3)
(*.f32 x (*.f32 x x))
(pow x 3)
(*.f32 x (*.f32 x x))
(pow x 3)
(*.f32 x (*.f32 x x))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (pow x 2))
(*.f32 x (*.f32 x #s(literal 1/2 binary32)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))
(* 1/2 (/ (pow x 2) (+ 1 (fabs x))))
(/.f32 (*.f32 x (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))

eval226.0ms (1.8%)

Memory
25.1MiB live, 656.6MiB allocated
Compiler

Compiled 66 107 to 4 258 computations (93.6% saved)

prune500.0ms (4%)

Memory
-26.3MiB live, 623.1MiB allocated
Pruning

95 alts after pruning (86 fresh and 9 done)

PrunedKeptTotal
New2 403432 446
Fresh184361
Picked325
Done077
Total2 424952 519
Accuracy
100.0%
Counts
2 519 → 95
Alt Table
Click to see full alt table
StatusAccuracyProgram
55.1%
(copysign.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (fma.f32 (+.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (+.f32 #s(literal -1/8 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 45 binary32))) (/.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 30 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x))) x)
53.1%
(copysign.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (fma.f32 #s(literal -1/720 binary32) (*.f32 (*.f32 x x) (+.f32 (/.f32 #s(literal 30 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (+.f32 (/.f32 #s(literal 45 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (/.f32 #s(literal 45 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (+.f32 (/.f32 #s(literal -1/8 binary32) (+.f32 (fabs.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal -1/8 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 (fabs.f32 x) #s(literal -1 binary32)))))) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal -1 binary32)))) (neg.f32 (log1p.f32 (neg.f32 (fabs.f32 x))))) x)
55.7%
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x)))) x)
15.5%
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) x)
57.2%
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
3.7%
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
6.3%
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
12.5%
(copysign.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
11.1%
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
10.8%
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
11.1%
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
2.9%
(copysign.f32 (/.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))) x)
3.9%
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
4.6%
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
11.6%
(copysign.f32 (/.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) x) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
12.4%
(copysign.f32 (/.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
12.5%
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
12.5%
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) x)
6.8%
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
3.9%
(copysign.f32 (/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) x)
4.6%
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
7.7%
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal -2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
3.9%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) #s(literal 1/4 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
3.9%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
4.6%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/8 binary32) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
7.3%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
6.1%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
6.0%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
12.5%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
4.6%
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (*.f32 (*.f32 x x) #s(literal 1/8 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
4.3%
(copysign.f32 (/.f32 (*.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
6.4%
(copysign.f32 (/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
11.9%
(copysign.f32 (/.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
12.4%
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
10.6%
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x)) (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
4.1%
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) x)
4.4%
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
6.3%
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))) x)
7.0%
(copysign.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
6.3%
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x))) x)
12.5%
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
7.0%
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
7.0%
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
12.9%
(copysign.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)) x)
12.5%
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) x)
12.5%
(copysign.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
16.3%
(copysign.f32 (-.f32 (log.f32 (*.f32 (*.f32 (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))) (/.f32 #s(literal 1 binary32) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))) (log.f32 (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))))) x)
7.5%
(copysign.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) x)
4.6%
(copysign.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) x)
10.8%
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
11.1%
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
10.8%
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))) x)
11.6%
(copysign.f32 (*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) x)
7.3%
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
7.4%
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
3.8%
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/8 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
5.3%
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
6.4%
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
7.7%
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
6.4%
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
6.4%
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
10.8%
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
10.8%
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))) x)
10.3%
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
11.1%
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
6.0%
(copysign.f32 (*.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
6.0%
(copysign.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/4 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
12.5%
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
10.8%
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
12.4%
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 #s(literal 1 binary32) (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) x)
12.9%
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
12.4%
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
12.9%
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))) x)
12.4%
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 x (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
12.9%
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)) x)
6.9%
(copysign.f32 (*.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
49.5%
(copysign.f32 (neg.f32 (log1p.f32 (neg.f32 (fabs.f32 x)))) x)
20.7%
(copysign.f32 (neg.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal -1 binary32)) #s(literal 1 binary32)))) x)
38.6%
(copysign.f32 (neg.f32 (log.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))) x)
18.7%
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
10.6%
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
53.1%
(copysign.f32 (log1p.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x))) x)
60.8%
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
70.1%
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
12.7%
(copysign.f32 (log.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
20.7%
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
16.5%
(copysign.f32 (log.f32 (/.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
27.9%
(copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x)
25.4%
(copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x)
38.6%
(copysign.f32 (log.f32 (+.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) x)
27.8%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)
28.7%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x)
31.2%
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)
13.0%
(copysign.f32 (log.f32 (neg.f32 x)) x)
13.2%
(copysign.f32 (log.f32 x) x)
Compiler

Compiled 5 096 to 1 813 computations (64.4% saved)

regimes93.0ms (0.7%)

Memory
28.9MiB live, 105.1MiB allocated
Counts
128 → 3
Calls
Call 1
Inputs
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)) x)
(copysign.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 x (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/4 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x)) (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 #s(literal 1 binary32) (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) x)
(copysign.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x x)) #s(literal 1 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) x) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal -2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/2 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/8 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (*.f32 (*.f32 x x) #s(literal 1/8 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) #s(literal 1/4 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/8 binary32) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 x) x)
(copysign.f32 (/.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (neg.f32 x)) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x)
(copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x)
(copysign.f32 (neg.f32 (log1p.f32 (neg.f32 (fabs.f32 x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (neg.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal -1 binary32)) #s(literal 1 binary32)))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)
(copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x)
(copysign.f32 (log.f32 (+.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign.f32 (log1p.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (log.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (neg.f32 (log.f32 (fma.f32 x (*.f32 x (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (neg.f32 (fma.f32 x (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (neg.f32 (fabs.f32 x))))) x)
(copysign.f32 (neg.f32 (log.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) x)
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/16 binary32) #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (neg.f32 (log.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 1 binary32)))) x)
(copysign.f32 (log.f32 (/.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign.f32 (neg.f32 (log.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32)))))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x)))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) x)
(copysign.f32 (fma.f32 x (*.f32 x (fma.f32 #s(literal -1/24 binary32) (*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (+.f32 #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (log1p.f32 (fabs.f32 x))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (fma.f32 (+.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (+.f32 #s(literal -1/8 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 45 binary32))) (/.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 30 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x))) x)
(copysign.f32 (-.f32 (log.f32 (*.f32 (*.f32 (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal -1 binary32)))) (/.f32 #s(literal 1 binary32) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))) (log.f32 (fma.f32 x x (fma.f32 x x #s(literal 1 binary32))))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (fma.f32 #s(literal -1/720 binary32) (*.f32 (*.f32 x x) (+.f32 (/.f32 #s(literal 30 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (+.f32 (/.f32 #s(literal 45 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) (/.f32 #s(literal 45 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (+.f32 (/.f32 #s(literal -1/8 binary32) (+.f32 (fabs.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal -1/8 binary32) (*.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 (fabs.f32 x) #s(literal -1 binary32)))))) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal -1 binary32)))) (neg.f32 (log1p.f32 (neg.f32 (fabs.f32 x))))) x)
(copysign.f32 (+.f32 (log.f32 (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32)))) (log.f32 (*.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (/.f32 #s(literal 1 binary32) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))) (fma.f32 x x #s(literal 1 binary32))))))) x)
Outputs
(copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (fma.f32 (+.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (+.f32 #s(literal -1/8 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 45 binary32))) (/.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 30 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)
Calls

2 calls:

46.0ms
x
42.0ms
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Results
AccuracySegmentsBranch
99.4%3x
99.4%3(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Compiler

Compiled 15 to 10 computations (33.3% saved)

regimes85.0ms (0.7%)

Memory
-17.2MiB live, 141.1MiB allocated
Counts
124 → 3
Calls
Call 1
Inputs
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)) x)
(copysign.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 x (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/4 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x)) (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 #s(literal 1 binary32) (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) x)
(copysign.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x x)) #s(literal 1 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) x) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal -2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/2 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/8 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (*.f32 (*.f32 x x) #s(literal 1/8 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) #s(literal 1/4 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/8 binary32) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 x) x)
(copysign.f32 (/.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (neg.f32 x)) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x)
(copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x)
(copysign.f32 (neg.f32 (log1p.f32 (neg.f32 (fabs.f32 x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (neg.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal -1 binary32)) #s(literal 1 binary32)))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)
(copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x)
(copysign.f32 (log.f32 (+.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign.f32 (log1p.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (log.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (neg.f32 (log.f32 (fma.f32 x (*.f32 x (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (neg.f32 (fma.f32 x (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (neg.f32 (fabs.f32 x))))) x)
(copysign.f32 (neg.f32 (log.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) x)
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/16 binary32) #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (neg.f32 (log.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 1 binary32)))) x)
(copysign.f32 (log.f32 (/.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign.f32 (neg.f32 (log.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32)))))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x)))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32)))) x)
(copysign.f32 (fma.f32 x (*.f32 x (fma.f32 #s(literal -1/24 binary32) (*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (+.f32 #s(literal 3 binary32) (/.f32 #s(literal 3 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (log1p.f32 (fabs.f32 x))) x)
Outputs
(copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x)))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)
Calls

2 calls:

47.0ms
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
34.0ms
x
Results
AccuracySegmentsBranch
99.2%3x
99.2%3(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Compiler

Compiled 15 to 10 computations (33.3% saved)

regimes69.0ms (0.6%)

Memory
-12.3MiB live, 190.7MiB allocated
Counts
121 → 3
Calls
Call 1
Inputs
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)) x)
(copysign.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 x (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/4 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x)) (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 #s(literal 1 binary32) (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) x)
(copysign.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x x)) #s(literal 1 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) x) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal -2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/2 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/8 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (*.f32 (*.f32 x x) #s(literal 1/8 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) #s(literal 1/4 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/8 binary32) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 x) x)
(copysign.f32 (/.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (neg.f32 x)) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x)
(copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x)
(copysign.f32 (neg.f32 (log1p.f32 (neg.f32 (fabs.f32 x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (neg.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal -1 binary32)) #s(literal 1 binary32)))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)
(copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x)
(copysign.f32 (log.f32 (+.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign.f32 (log1p.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (log.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (neg.f32 (log.f32 (fma.f32 x (*.f32 x (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (fabs.f32 x))) x)
(copysign.f32 (fma.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (log.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (neg.f32 (fma.f32 x (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) (log1p.f32 (neg.f32 (fabs.f32 x))))) x)
(copysign.f32 (neg.f32 (log.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (/.f32 (fma.f32 x x #s(literal 1 binary32)) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32)))))) x)
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/16 binary32) #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (neg.f32 (log.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))))) #s(literal 1 binary32)))) x)
(copysign.f32 (log.f32 (/.f32 (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32))) (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
(copysign.f32 (neg.f32 (log.f32 (/.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)) (fma.f32 x x (fma.f32 x (neg.f32 x) #s(literal 1 binary32)))))) x)
Outputs
(copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x)
(copysign.f32 (log1p.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)
Calls

2 calls:

32.0ms
x
30.0ms
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Results
AccuracySegmentsBranch
99.2%3x
99.2%3(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Compiler

Compiled 15 to 10 computations (33.3% saved)

regimes55.0ms (0.4%)

Memory
4.9MiB live, 121.6MiB allocated
Counts
108 → 3
Calls
Call 1
Inputs
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)) x)
(copysign.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 x (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/4 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x)) (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 #s(literal 1 binary32) (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) x)
(copysign.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x x)) #s(literal 1 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) x) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal -2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/2 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/8 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (*.f32 (*.f32 x x) #s(literal 1/8 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) #s(literal 1/4 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/8 binary32) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 x) x)
(copysign.f32 (/.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (neg.f32 x)) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x)
(copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x)
(copysign.f32 (neg.f32 (log1p.f32 (neg.f32 (fabs.f32 x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (neg.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal -1 binary32)) #s(literal 1 binary32)))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)
(copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x)
(copysign.f32 (log.f32 (+.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 (sqrt.f32 (fma.f32 x x #s(literal 1 binary32))) (fabs.f32 x)))) x)
Outputs
(copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)
Calls

2 calls:

27.0ms
x
24.0ms
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Results
AccuracySegmentsBranch
98.6%3x
98.6%3(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Compiler

Compiled 15 to 10 computations (33.3% saved)

regimes87.0ms (0.7%)

Memory
2.9MiB live, 120.6MiB allocated
Counts
104 → 3
Calls
Call 1
Inputs
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)) x)
(copysign.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 x (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/4 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x)) (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 #s(literal 1 binary32) (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) x)
(copysign.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x x)) #s(literal 1 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) x) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal -2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/2 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/8 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (*.f32 (*.f32 x x) #s(literal 1/8 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) #s(literal 1/4 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/8 binary32) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 x) x)
(copysign.f32 (/.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (neg.f32 x)) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x)
(copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x)
(copysign.f32 (neg.f32 (log1p.f32 (neg.f32 (fabs.f32 x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (neg.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal -1 binary32)) #s(literal 1 binary32)))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)
Outputs
(copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)
Calls

2 calls:

59.0ms
x
24.0ms
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Results
AccuracySegmentsBranch
98.3%3x
98.3%3(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Compiler

Compiled 15 to 10 computations (33.3% saved)

regimes76.0ms (0.6%)

Memory
-8.9MiB live, 107.4MiB allocated
Counts
103 → 3
Calls
Call 1
Inputs
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)) x)
(copysign.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 x (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/4 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x)) (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 #s(literal 1 binary32) (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) x)
(copysign.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x x)) #s(literal 1 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) x) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal -2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/2 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/8 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (*.f32 (*.f32 x x) #s(literal 1/8 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) #s(literal 1/4 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/8 binary32) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 x) x)
(copysign.f32 (/.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (neg.f32 x)) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x)
(copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x)
(copysign.f32 (neg.f32 (log1p.f32 (neg.f32 (fabs.f32 x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (neg.f32 (log.f32 (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal -1 binary32)) #s(literal 1 binary32)))) x)
Outputs
(copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x)
(copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x)
Calls

2 calls:

51.0ms
x
22.0ms
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Results
AccuracySegmentsBranch
97.9%3x
97.9%3(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Compiler

Compiled 15 to 10 computations (33.3% saved)

regimes117.0ms (0.9%)

Memory
-5.6MiB live, 109.8MiB allocated
Counts
100 → 3
Calls
Call 1
Inputs
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)) x)
(copysign.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 x (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/4 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x)) (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 #s(literal 1 binary32) (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) x)
(copysign.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x x)) #s(literal 1 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) x) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal -2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/2 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/8 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (*.f32 (*.f32 x x) #s(literal 1/8 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) #s(literal 1/4 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/8 binary32) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 x) x)
(copysign.f32 (/.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (neg.f32 x)) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x)
(copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x)
(copysign.f32 (neg.f32 (log1p.f32 (neg.f32 (fabs.f32 x)))) x)
(copysign.f32 (neg.f32 (log.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
Outputs
(copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x)
Calls

2 calls:

87.0ms
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
26.0ms
x
Results
AccuracySegmentsBranch
95.0%3x
95.0%3(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Compiler

Compiled 15 to 10 computations (33.3% saved)

regimes52.0ms (0.4%)

Memory
18.8MiB live, 95.5MiB allocated
Counts
97 → 2
Calls
Call 1
Inputs
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)) x)
(copysign.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 x (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/4 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x)) (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 #s(literal 1 binary32) (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) x)
(copysign.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x x)) #s(literal 1 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) x) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal -2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/2 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/8 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (*.f32 (*.f32 x x) #s(literal 1/8 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) #s(literal 1/4 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/8 binary32) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 x) x)
(copysign.f32 (/.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (neg.f32 x)) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x)
Outputs
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x)
Calls

2 calls:

25.0ms
x
23.0ms
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Results
AccuracySegmentsBranch
82.9%2x
82.9%2(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Compiler

Compiled 15 to 10 computations (33.3% saved)

regimes54.0ms (0.4%)

Memory
-8.6MiB live, 109.0MiB allocated
Counts
96 → 1
Calls
Call 1
Inputs
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)) x)
(copysign.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 x (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/4 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x)) (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 #s(literal 1 binary32) (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) x)
(copysign.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x x)) #s(literal 1 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) x) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal -2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/2 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/8 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (*.f32 (*.f32 x x) #s(literal 1/8 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) #s(literal 1/4 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/8 binary32) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 x) x)
(copysign.f32 (/.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (neg.f32 x)) x)
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)
Outputs
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
Calls

2 calls:

27.0ms
x
22.0ms
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Results
AccuracySegmentsBranch
70.1%1x
70.1%1(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Compiler

Compiled 15 to 10 computations (33.3% saved)

regimes50.0ms (0.4%)

Memory
-1.5MiB live, 113.1MiB allocated
Counts
94 → 2
Calls
Call 1
Inputs
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)) x)
(copysign.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 x (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/4 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x)) (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 #s(literal 1 binary32) (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) x)
(copysign.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x x)) #s(literal 1 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) x) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal -2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/2 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/8 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (*.f32 (*.f32 x x) #s(literal 1/8 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) #s(literal 1/4 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/8 binary32) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 x) x)
(copysign.f32 (/.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 (neg.f32 x)) x)
Outputs
(copysign.f32 (log.f32 (neg.f32 x)) x)
(copysign.f32 (log.f32 x) x)
Calls

2 calls:

24.0ms
x
22.0ms
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Results
AccuracySegmentsBranch
26.2%2x
28.1%3(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Compiler

Compiled 15 to 10 computations (33.3% saved)

regimes51.0ms (0.4%)

Memory
-18.6MiB live, 100.8MiB allocated
Counts
93 → 2
Calls
Call 1
Inputs
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)) x)
(copysign.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 x (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/4 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x)) (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 #s(literal 1 binary32) (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) x)
(copysign.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x x)) #s(literal 1 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) x) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal -2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/2 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/8 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (*.f32 (*.f32 x x) #s(literal 1/8 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) #s(literal 1/4 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/8 binary32) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (log.f32 x) x)
(copysign.f32 (/.f32 (fma.f32 #s(literal 1/16 binary32) (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) #s(literal 0 binary32)) (*.f32 (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (/.f32 #s(literal 1/4 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
Outputs
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (log.f32 x) x)
Calls

2 calls:

25.0ms
x
22.0ms
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Results
AccuracySegmentsBranch
20.4%2(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
20.4%2x
Compiler

Compiled 15 to 10 computations (33.3% saved)

regimes51.0ms (0.4%)

Memory
19.4MiB live, 105.7MiB allocated
Counts
90 → 1
Calls
Call 1
Inputs
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) x)) x)
(copysign.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x)) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 #s(literal 1/4 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) x))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 #s(literal 2 binary32) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 #s(literal 1 binary32) (/.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 (/.f32 x (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (-.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 2 binary32) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x x #s(literal -1 binary32)) (-.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (/.f32 #s(literal 1 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal 1 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (*.f32 x x) #s(literal 2 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 x (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 #s(literal 1/4 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (*.f32 x x))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 x (*.f32 x x)) (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (/.f32 #s(literal 1/2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (*.f32 x x)) (*.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (*.f32 x x)) (*.f32 (*.f32 x x) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x x)) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (/.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (fma.f32 x x (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (/.f32 #s(literal 1 binary32) (/.f32 (-.f32 #s(literal 1 binary32) (fabs.f32 x)) (-.f32 #s(literal 1 binary32) (*.f32 x x)))))) x)
(copysign.f32 (*.f32 (/.f32 #s(literal 1/2 binary32) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 (*.f32 x x) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (-.f32 #s(literal 1 binary32) (*.f32 x x))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 x (*.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (/.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 (*.f32 x x) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x x)) #s(literal 1 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) x) (/.f32 (/.f32 #s(literal 1 binary32) x) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32))) x) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (*.f32 x x) #s(literal 1 binary32)) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x x) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/4 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 #s(literal 1 binary32) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) x) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/2 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 (fma.f32 (*.f32 x x) #s(literal -1/2 binary32) #s(literal 0 binary32)) #s(literal -2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 x (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (/.f32 #s(literal 1/2 binary32) (/.f32 #s(literal 1 binary32) (-.f32 (fma.f32 x x #s(literal 1 binary32)) (fabs.f32 x))))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x x) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x #s(literal 1/2 binary32))) #s(literal 1/2 binary32)) (/.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/2 binary32) x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x)) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/2 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) x)) #s(literal 1 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x x) (/.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (-.f32 #s(literal 1 binary32) (*.f32 x (*.f32 x x))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fma.f32 x x (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 (*.f32 x (*.f32 x x)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1/8 binary32) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (*.f32 (/.f32 (*.f32 x x) (*.f32 x (*.f32 x (*.f32 x x)))) #s(literal 2 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (*.f32 (/.f32 #s(literal 4 binary32) (*.f32 (*.f32 x x) (*.f32 x x))) (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (*.f32 (*.f32 x x) #s(literal 1/8 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) (*.f32 x x))) #s(literal 1/4 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (/.f32 (fma.f32 (*.f32 x x) #s(literal 1/8 binary32) #s(literal 0 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (*.f32 (fma.f32 x (neg.f32 x) #s(literal -1 binary32)) (/.f32 (/.f32 #s(literal 1 binary32) (fma.f32 x (neg.f32 x) #s(literal -1 binary32))) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) x)
(copysign.f32 (*.f32 (*.f32 (/.f32 (*.f32 (*.f32 x x) (*.f32 x x)) (fma.f32 x (*.f32 x x) #s(literal 1 binary32))) (fma.f32 (fabs.f32 x) (-.f32 (fabs.f32 x) #s(literal 1 binary32)) #s(literal 1 binary32))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (*.f32 (/.f32 (*.f32 x (*.f32 x (*.f32 x x))) (*.f32 (-.f32 #s(literal 1 binary32) (*.f32 x x)) (/.f32 #s(literal 1 binary32) (-.f32 #s(literal 1 binary32) (fabs.f32 x))))) (/.f32 #s(literal 1/4 binary32) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (fma.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) #s(literal 1/8 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x #s(literal 1/2 binary32)))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x x))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) x) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 (*.f32 x #s(literal 1/2 binary32)) (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) #s(literal 1/8 binary32)) (*.f32 x #s(literal 1/2 binary32))) (/.f32 (*.f32 x (*.f32 x x)) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (*.f32 (*.f32 x (*.f32 x x)) (*.f32 x (*.f32 x x))) (*.f32 x #s(literal 1/2 binary32))) (/.f32 #s(literal 1/8 binary32) (*.f32 x (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32))))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 (fma.f32 (*.f32 x (*.f32 x (*.f32 x x))) #s(literal 1/4 binary32) #s(literal 0 binary32)) (*.f32 x (*.f32 x (*.f32 x x)))) (/.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) #s(literal 0 binary32)) #s(literal 1/4 binary32))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (/.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (*.f32 (fma.f32 (*.f32 (*.f32 x x) (*.f32 x x)) #s(literal -1/4 binary32) #s(literal 0 binary32)) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (*.f32 (/.f32 x (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) #s(literal 1/4 binary32) #s(literal 0 binary32)) #s(literal 0 binary32))) (/.f32 (*.f32 (*.f32 x x) (*.f32 x #s(literal 1/4 binary32))) (/.f32 #s(literal 2 binary32) (*.f32 x x)))) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
Outputs
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
Calls

2 calls:

27.0ms
x
20.0ms
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Results
AccuracySegmentsBranch
12.9%1x
12.9%1(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Compiler

Compiled 15 to 10 computations (33.3% saved)

regimes5.0ms (0%)

Memory
12.1MiB live, 12.1MiB allocated
Accuracy

Total -0.1b remaining (-0.4%)

Threshold costs -0.1b (-0.4%)

Counts
5 → 1
Calls
Call 1
Inputs
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x x) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)
(copysign.f32 (/.f32 (*.f32 (*.f32 x x) #s(literal 1/2 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
(copysign.f32 (/.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) #s(literal 0 binary32)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) x)
Outputs
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
Calls

2 calls:

2.0ms
x
2.0ms
(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Results
AccuracySegmentsBranch
12.9%1x
12.9%1(copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x)
Compiler

Compiled 15 to 10 computations (33.3% saved)

bsearch3.0ms (0%)

Memory
-33.7MiB live, 3.7MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
0.12938715517520905
1.5191031694412231
0.0ms
-2.9324305057525635
-0.5813513398170471
Compiler

Compiled 16 to 13 computations (18.8% saved)

bsearch1.0ms (0%)

Memory
3.2MiB live, 3.2MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
0.12938715517520905
1.5191031694412231
0.0ms
-2.9324305057525635
-0.5813513398170471
Compiler

Compiled 16 to 13 computations (18.8% saved)

bsearch1.0ms (0%)

Memory
3.1MiB live, 3.1MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
0.12938715517520905
1.5191031694412231
0.0ms
-2.9324305057525635
-0.5813513398170471
Compiler

Compiled 16 to 13 computations (18.8% saved)

bsearch1.0ms (0%)

Memory
2.9MiB live, 2.9MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
0.12938715517520905
1.5191031694412231
0.0ms
-2.9324305057525635
-0.5813513398170471
Compiler

Compiled 16 to 13 computations (18.8% saved)

bsearch1.0ms (0%)

Memory
2.7MiB live, 2.7MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
0.12938715517520905
1.5191031694412231
0.0ms
-2.9324305057525635
-0.5813513398170471
Compiler

Compiled 16 to 13 computations (18.8% saved)

bsearch1.0ms (0%)

Memory
2.7MiB live, 2.7MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
0.12938715517520905
1.5191031694412231
0.0ms
-2.9324305057525635
-0.5813513398170471
Compiler

Compiled 16 to 13 computations (18.8% saved)

bsearch1.0ms (0%)

Memory
2.8MiB live, 2.8MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
0.12938715517520905
1.5191031694412231
0.0ms
-2.9324305057525635
-0.5813513398170471
Compiler

Compiled 16 to 13 computations (18.8% saved)

bsearch1.0ms (0%)

Memory
2.5MiB live, 2.5MiB allocated
Algorithm
left-value
Steps
TimeLeftRight
0.0ms
0.12938715517520905
1.5191031694412231
Compiler

Compiled 16 to 13 computations (18.8% saved)

bsearch1.0ms (0%)

Memory
2.5MiB live, 2.5MiB allocated
Algorithm
binary-search
Stop Event
narrow-enough
Steps
TimeLeftRight
0.0ms
-8.880462770950306e-40
6.759626972462447e-39
Compiler

Compiled 16 to 11 computations (31.3% saved)

bsearch1.0ms (0%)

Memory
2.4MiB live, 2.4MiB allocated
Algorithm
binary-search
Stop Event
narrow-enough
Steps
TimeLeftRight
0.0ms
0.08850394189357758
0.1297484040260315
Compiler

Compiled 16 to 11 computations (31.3% saved)

simplify15.0ms (0.1%)

Memory
-7.1MiB live, 30.5MiB allocated
Algorithm
egg-herbie
Rules
22×*-commutative_binary32
22×+-commutative_binary32
sub-neg_binary32
neg-sub0_binary32
1-exp_binary64
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
099585
1125585
2128585
3129585
Stop Event
saturated
Calls
Call 1
Inputs
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal -2 binary32)) (copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x) (if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (fma.f32 (+.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (+.f32 #s(literal -1/8 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 45 binary32))) (/.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 30 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x))) x) (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)))
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal -2 binary32)) (copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x) (if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (fma.f32 (*.f32 x x) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x)))) x) (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)))
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal -2 binary32)) (copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x) (if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (log1p.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x))) x) (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)))
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal -2 binary32)) (copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x) (if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x) (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)))
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal -2 binary32)) (copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x) (if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x) (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)))
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal -2 binary32)) (copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x) (if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x) (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x)))
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal -2 binary32)) (copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x) (if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (log1p.f32 (fabs.f32 x)) x) (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x)))
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (log1p.f32 (fabs.f32 x)) x) (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x))
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(if (<=.f32 x #s(literal -89203/178405961588244985132285746181186892047843328 binary32)) (copysign.f32 (log.f32 (neg.f32 x)) x) (copysign.f32 (log.f32 x) x))
(if (<=.f32 x #s(literal 13421773/134217728 binary32)) (copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x) (copysign.f32 (log.f32 x) x))
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
Outputs
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal -2 binary32)) (copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x) (if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (fma.f32 (+.f32 (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))) (/.f32 #s(literal 1 binary32) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) (+.f32 #s(literal -1/8 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 45 binary32))) (/.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 30 binary32)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (*.f32 (+.f32 #s(literal 1 binary32) (fabs.f32 x)) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))))) (/.f32 #s(literal 1/2 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) (log1p.f32 (fabs.f32 x))) x) (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)))
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal -2 binary32)) (copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x) (if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (fma.f32 (*.f32 x x) (fma.f32 (*.f32 x x) (fma.f32 (+.f32 (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))) (/.f32 #s(literal 1 binary32) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) (+.f32 #s(literal -1/8 binary32) (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 45 binary32))) (/.f32 (*.f32 (*.f32 (*.f32 x x) #s(literal 1/720 binary32)) #s(literal 30 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (*.f32 (+.f32 (fabs.f32 x) #s(literal 1 binary32)) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))))) (/.f32 #s(literal 1/2 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) (log1p.f32 (fabs.f32 x))) x) (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)))
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal -2 binary32)) (copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x) (if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (fma.f32 (*.f32 x x) (/.f32 (*.f32 (*.f32 x x) #s(literal -1/8 binary32)) (fma.f32 (fabs.f32 x) (fma.f32 (fabs.f32 x) #s(literal 1/2 binary32) #s(literal 1 binary32)) #s(literal 1 binary32))) (log1p.f32 (fma.f32 #s(literal 1/2 binary32) (*.f32 x x) (fabs.f32 x)))) x) (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)))
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal -2 binary32)) (copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x) (if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (log1p.f32 (fma.f32 (fma.f32 x (*.f32 x #s(literal -1/8 binary32)) #s(literal 1/2 binary32)) (*.f32 x x) (fabs.f32 x))) x) (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)))
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal -2 binary32)) (copysign.f32 (log.f32 (+.f32 (-.f32 (fabs.f32 x) x) (/.f32 #s(literal -1/2 binary32) x))) x) (if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x) (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)))
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal -2 binary32)) (copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x) (if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x) (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (+.f32 x (/.f32 #s(literal 1/2 binary32) x)))) x)))
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal -2 binary32)) (copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x) (if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x) (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x)))
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal -2 binary32)) (copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x) (if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (log1p.f32 (fma.f32 x (*.f32 x #s(literal 1/2 binary32)) (fabs.f32 x))) x) (copysign.f32 (log.f32 (+.f32 x (fabs.f32 x))) x)))
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal -2 binary32)) (copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x) (if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (log1p.f32 (fabs.f32 x)) x) (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x)))
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal -2 binary32)) (copysign.f32 (log.f32 (-.f32 (fabs.f32 x) x)) x) (if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (log1p.f32 (fabs.f32 x)) x) (copysign.f32 (log.f32 (+.f32 x (fabs.f32 x))) x)))
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (log1p.f32 (fabs.f32 x)) x) (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) x)) x))
(if (<=.f32 (copysign.f32 (log.f32 (+.f32 (fabs.f32 x) (sqrt.f32 (+.f32 (*.f32 x x) #s(literal 1 binary32))))) x) #s(literal 13421773/67108864 binary32)) (copysign.f32 (log1p.f32 (fabs.f32 x)) x) (copysign.f32 (log.f32 (+.f32 x (fabs.f32 x))) x))
(copysign.f32 (log1p.f32 (fabs.f32 x)) x)
(if (<=.f32 x #s(literal -89203/178405961588244985132285746181186892047843328 binary32)) (copysign.f32 (log.f32 (neg.f32 x)) x) (copysign.f32 (log.f32 x) x))
(if (<=.f32 x #s(literal 13421773/134217728 binary32)) (copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x) (copysign.f32 (log.f32 x) x))
(if (<=.f32 x #s(literal 13421773/134217728 binary32)) (copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) x) (copysign.f32 (log.f32 x) x))
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 #s(literal 1 binary32) (fabs.f32 x))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (*.f32 x (/.f32 #s(literal 1 binary32) (+.f32 (fabs.f32 x) #s(literal 1 binary32))))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 #s(literal 1 binary32) (fabs.f32 x)))) x)
(copysign.f32 (*.f32 (*.f32 x #s(literal 1/2 binary32)) (/.f32 x (+.f32 (fabs.f32 x) #s(literal 1 binary32)))) x)

soundness1.8s (14.1%)

Memory
44.7MiB live, 1 139.9MiB allocated
Rules
24 610×accelerator-lowering-fma.f32
24 610×accelerator-lowering-fma.f64
11 028×accelerator-lowering-fma.f32
11 028×accelerator-lowering-fma.f64
10 454×accelerator-lowering-fma.f32
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
02322496
16932330
221122289
361902206
081941940
040250
1232212
22151212
09730184
031213
1175165
21519165
08493141
03993910
111523639
236713472
080963166
0169782
1490754
21511741
35413691
08421635
Stop Event
fuel
iter limit
node limit
iter limit
node limit
iter limit
node limit
iter limit
node limit
iter limit
node limit
Compiler

Compiled 931 to 323 computations (65.3% saved)

preprocess178.0ms (1.4%)

Memory
-26.9MiB live, 213.9MiB allocated
Compiler

Compiled 1 240 to 236 computations (81% saved)

end0.0ms (0%)

Memory
0.0MiB live, 0.0MiB allocated

Profiling

Loading profile data...