mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 07:02:13 +00:00
7202 lines
112 KiB
Plaintext
7202 lines
112 KiB
Plaintext
(module
|
|
(type $F (func (result f64)))
|
|
(type $FF (func (param f64) (result f64)))
|
|
(type $f (func (result f32)))
|
|
(type $i (func (result i32)))
|
|
(type $I (func (result i64)))
|
|
(type $Fi (func (param f64) (result i32)))
|
|
(type $FFF (func (param f64 f64) (result f64)))
|
|
(type $FiF (func (param f64 i32) (result f64)))
|
|
(type $Ff (func (param f64) (result f32)))
|
|
(global $std/libm/E f64 (f64.const 2.718281828459045))
|
|
(global $std/libm/LN10 f64 (f64.const 2.302585092994046))
|
|
(global $std/libm/LN2 f64 (f64.const 0.6931471805599453))
|
|
(global $std/libm/LOG10E f64 (f64.const 0.4342944819032518))
|
|
(global $std/libm/LOG2E f64 (f64.const 1.4426950408889634))
|
|
(global $std/libm/PI f64 (f64.const 3.141592653589793))
|
|
(global $std/libm/SQRT1_2 f64 (f64.const 0.7071067811865476))
|
|
(global $std/libm/SQRT2 f64 (f64.const 1.4142135623730951))
|
|
(global $NaN f64 (f64.const nan:0x8000000000000))
|
|
(global $HEAP_BASE i32 (i32.const 4))
|
|
(memory $0 1)
|
|
(export "E" (global $std/libm/E))
|
|
(export "LN10" (global $std/libm/LN10))
|
|
(export "LN2" (global $std/libm/LN2))
|
|
(export "LOG10E" (global $std/libm/LOG10E))
|
|
(export "LOG2E" (global $std/libm/LOG2E))
|
|
(export "PI" (global $std/libm/PI))
|
|
(export "SQRT1_2" (global $std/libm/SQRT1_2))
|
|
(export "SQRT2" (global $std/libm/SQRT2))
|
|
(export "abs" (func $std/libm/abs))
|
|
(export "acos" (func $std/libm/acos))
|
|
(export "acosh" (func $std/libm/acosh))
|
|
(export "asin" (func $std/libm/asin))
|
|
(export "asinh" (func $std/libm/asinh))
|
|
(export "atan" (func $std/libm/atan))
|
|
(export "atanh" (func $std/libm/atanh))
|
|
(export "atan2" (func $std/libm/atan2))
|
|
(export "cbrt" (func $std/libm/cbrt))
|
|
(export "ceil" (func $std/libm/ceil))
|
|
(export "clz32" (func $std/libm/clz32))
|
|
(export "cos" (func $std/libm/cos))
|
|
(export "cosh" (func $std/libm/cosh))
|
|
(export "exp" (func $std/libm/exp))
|
|
(export "expm1" (func $std/libm/expm1))
|
|
(export "floor" (func $std/libm/floor))
|
|
(export "fround" (func $std/libm/fround))
|
|
(export "hypot" (func $std/libm/hypot))
|
|
(export "imul" (func $std/libm/imul))
|
|
(export "log" (func $std/libm/log))
|
|
(export "log10" (func $std/libm/log10))
|
|
(export "log1p" (func $std/libm/log1p))
|
|
(export "log2" (func $std/libm/log2))
|
|
(export "max" (func $std/libm/max))
|
|
(export "min" (func $std/libm/min))
|
|
(export "pow" (func $std/libm/pow))
|
|
(export "round" (func $std/libm/round))
|
|
(export "sign" (func $std/libm/sign))
|
|
(export "sin" (func $std/libm/sin))
|
|
(export "sinh" (func $std/libm/sinh))
|
|
(export "sqrt" (func $std/libm/sqrt))
|
|
(export "tan" (func $std/libm/tan))
|
|
(export "tanh" (func $std/libm/tanh))
|
|
(export "trunc" (func $std/libm/trunc))
|
|
(export "memory" (memory $0))
|
|
(func $std/libm/abs (; 0 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 f64)
|
|
(return
|
|
(block $~lib/math/NativeMath.abs|inlined.0 (result f64)
|
|
(set_local $1
|
|
(get_local $0)
|
|
)
|
|
(br $~lib/math/NativeMath.abs|inlined.0
|
|
(f64.abs
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/R (; 1 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 f64)
|
|
(local $2 f64)
|
|
(nop)
|
|
(set_local $1
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.add
|
|
(f64.const 0.16666666666666666)
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.add
|
|
(f64.const -0.3255658186224009)
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.add
|
|
(f64.const 0.20121253213486293)
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.add
|
|
(f64.const -0.04005553450067941)
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.add
|
|
(f64.const 7.915349942898145e-04)
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.const 3.479331075960212e-05)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(f64.add
|
|
(f64.const 1)
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.add
|
|
(f64.const -2.403394911734414)
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.add
|
|
(f64.const 2.0209457602335057)
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.add
|
|
(f64.const -0.6882839716054533)
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.const 0.07703815055590194)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.div
|
|
(get_local $1)
|
|
(get_local $2)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.acos (; 2 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 i32)
|
|
(local $2 i32)
|
|
(local $3 i32)
|
|
(local $4 f64)
|
|
(local $5 f64)
|
|
(local $6 f64)
|
|
(local $7 f64)
|
|
(local $8 f64)
|
|
(nop)
|
|
(set_local $1
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.and
|
|
(get_local $1)
|
|
(i32.const 2147483647)
|
|
)
|
|
)
|
|
(if
|
|
(i32.ge_u
|
|
(get_local $2)
|
|
(i32.const 1072693248)
|
|
)
|
|
(block
|
|
(set_local $3
|
|
(i32.wrap/i64
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(i32.or
|
|
(i32.sub
|
|
(get_local $2)
|
|
(i32.const 1072693248)
|
|
)
|
|
(get_local $3)
|
|
)
|
|
(i32.const 0)
|
|
)
|
|
(block
|
|
(if
|
|
(i32.shr_u
|
|
(get_local $1)
|
|
(i32.const 31)
|
|
)
|
|
(return
|
|
(f64.add
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(f64.const 1.5707963267948966)
|
|
)
|
|
(f64.promote/f32
|
|
(f32.const 7.52316384526264e-37)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.const 0)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.div
|
|
(f64.const 0)
|
|
(f64.sub
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_u
|
|
(get_local $2)
|
|
(i32.const 1071644672)
|
|
)
|
|
(block
|
|
(if
|
|
(i32.le_u
|
|
(get_local $2)
|
|
(i32.const 1012924416)
|
|
)
|
|
(return
|
|
(f64.add
|
|
(f64.const 1.5707963267948966)
|
|
(f64.promote/f32
|
|
(f32.const 7.52316384526264e-37)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.sub
|
|
(f64.const 1.5707963267948966)
|
|
(f64.sub
|
|
(get_local $0)
|
|
(f64.sub
|
|
(f64.const 6.123233995736766e-17)
|
|
(f64.mul
|
|
(get_local $0)
|
|
(call $~lib/math/R
|
|
(f64.mul
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(nop)
|
|
(if
|
|
(i32.shr_u
|
|
(get_local $1)
|
|
(i32.const 31)
|
|
)
|
|
(block
|
|
(set_local $6
|
|
(f64.mul
|
|
(f64.add
|
|
(f64.const 1)
|
|
(get_local $0)
|
|
)
|
|
(f64.const 0.5)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(f64.sqrt
|
|
(get_local $6)
|
|
)
|
|
)
|
|
(set_local $5
|
|
(f64.sub
|
|
(f64.mul
|
|
(call $~lib/math/R
|
|
(get_local $6)
|
|
)
|
|
(get_local $4)
|
|
)
|
|
(f64.const 6.123233995736766e-17)
|
|
)
|
|
)
|
|
(return
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(f64.sub
|
|
(f64.const 1.5707963267948966)
|
|
(f64.add
|
|
(get_local $4)
|
|
(get_local $5)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $6
|
|
(f64.mul
|
|
(f64.sub
|
|
(f64.const 1)
|
|
(get_local $0)
|
|
)
|
|
(f64.const 0.5)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(f64.sqrt
|
|
(get_local $6)
|
|
)
|
|
)
|
|
(set_local $7
|
|
(f64.reinterpret/i64
|
|
(i64.and
|
|
(i64.reinterpret/f64
|
|
(get_local $4)
|
|
)
|
|
(i64.const -4294967296)
|
|
)
|
|
)
|
|
)
|
|
(set_local $8
|
|
(f64.div
|
|
(f64.sub
|
|
(get_local $6)
|
|
(f64.mul
|
|
(get_local $7)
|
|
(get_local $7)
|
|
)
|
|
)
|
|
(f64.add
|
|
(get_local $4)
|
|
(get_local $7)
|
|
)
|
|
)
|
|
)
|
|
(set_local $5
|
|
(f64.add
|
|
(f64.mul
|
|
(call $~lib/math/R
|
|
(get_local $6)
|
|
)
|
|
(get_local $4)
|
|
)
|
|
(get_local $8)
|
|
)
|
|
)
|
|
(return
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(f64.add
|
|
(get_local $7)
|
|
(get_local $5)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/acos (; 3 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.acos
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.log1p (; 4 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 i64)
|
|
(local $2 i32)
|
|
(local $3 i32)
|
|
(local $4 f64)
|
|
(local $5 f64)
|
|
(local $6 i32)
|
|
(local $7 f64)
|
|
(local $8 f64)
|
|
(local $9 f64)
|
|
(local $10 f64)
|
|
(local $11 f64)
|
|
(local $12 f64)
|
|
(local $13 f64)
|
|
(local $14 f64)
|
|
(local $15 f64)
|
|
(nop)
|
|
(set_local $1
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i32.const 1)
|
|
)
|
|
(block
|
|
(set_local $4
|
|
(f64.const 0)
|
|
)
|
|
(set_local $5
|
|
(f64.const 0)
|
|
)
|
|
)
|
|
(if
|
|
(i32.and
|
|
(if (result i32)
|
|
(tee_local $6
|
|
(i32.lt_u
|
|
(get_local $2)
|
|
(i32.const 1071284858)
|
|
)
|
|
)
|
|
(get_local $6)
|
|
(i32.and
|
|
(i32.shr_u
|
|
(get_local $2)
|
|
(i32.const 31)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
(block
|
|
(if
|
|
(i32.ge_u
|
|
(get_local $2)
|
|
(i32.const -1074790400)
|
|
)
|
|
(block
|
|
(if
|
|
(f64.eq
|
|
(get_local $0)
|
|
(f64.const -1)
|
|
)
|
|
(return
|
|
(f64.div
|
|
(get_local $0)
|
|
(f64.const 0)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.div
|
|
(f64.sub
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
(f64.const 0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_u
|
|
(i32.shl
|
|
(get_local $2)
|
|
(i32.const 1)
|
|
)
|
|
(i32.shl
|
|
(i32.const 1017118720)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(if
|
|
(i32.le_u
|
|
(get_local $2)
|
|
(i32.const -1076707644)
|
|
)
|
|
(block
|
|
(set_local $3
|
|
(i32.const 0)
|
|
)
|
|
(set_local $4
|
|
(f64.const 0)
|
|
)
|
|
(set_local $5
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.ge_u
|
|
(get_local $2)
|
|
(i32.const 2146435072)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(get_local $3)
|
|
(block
|
|
(set_local $1
|
|
(i64.reinterpret/f64
|
|
(f64.add
|
|
(f64.const 1)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(set_local $6
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $6
|
|
(i32.add
|
|
(get_local $6)
|
|
(i32.sub
|
|
(i32.const 1072693248)
|
|
(i32.const 1072079006)
|
|
)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i32.sub
|
|
(i32.shr_u
|
|
(get_local $6)
|
|
(i32.const 20)
|
|
)
|
|
(i32.const 1023)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_s
|
|
(get_local $3)
|
|
(i32.const 54)
|
|
)
|
|
(block
|
|
(set_local $7
|
|
(f64.reinterpret/i64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(if (result f64)
|
|
(i32.ge_s
|
|
(get_local $3)
|
|
(i32.const 2)
|
|
)
|
|
(f64.sub
|
|
(f64.const 1)
|
|
(f64.sub
|
|
(get_local $7)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(f64.sub
|
|
(get_local $0)
|
|
(f64.sub
|
|
(get_local $7)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(f64.div
|
|
(get_local $4)
|
|
(get_local $7)
|
|
)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(f64.const 0)
|
|
)
|
|
)
|
|
(set_local $6
|
|
(i32.add
|
|
(i32.and
|
|
(get_local $6)
|
|
(i32.const 1048575)
|
|
)
|
|
(i32.const 1072079006)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.or
|
|
(i64.shl
|
|
(i64.extend_u/i32
|
|
(get_local $6)
|
|
)
|
|
(i64.const 32)
|
|
)
|
|
(i64.and
|
|
(get_local $1)
|
|
(i64.const 4294967295)
|
|
)
|
|
)
|
|
)
|
|
(set_local $5
|
|
(f64.sub
|
|
(f64.reinterpret/i64
|
|
(get_local $1)
|
|
)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $8
|
|
(f64.mul
|
|
(f64.mul
|
|
(f64.const 0.5)
|
|
(get_local $5)
|
|
)
|
|
(get_local $5)
|
|
)
|
|
)
|
|
(set_local $9
|
|
(f64.div
|
|
(get_local $5)
|
|
(f64.add
|
|
(f64.const 2)
|
|
(get_local $5)
|
|
)
|
|
)
|
|
)
|
|
(set_local $10
|
|
(f64.mul
|
|
(get_local $9)
|
|
(get_local $9)
|
|
)
|
|
)
|
|
(set_local $11
|
|
(f64.mul
|
|
(get_local $10)
|
|
(get_local $10)
|
|
)
|
|
)
|
|
(set_local $12
|
|
(f64.mul
|
|
(get_local $11)
|
|
(f64.add
|
|
(f64.const 0.3999999999940942)
|
|
(f64.mul
|
|
(get_local $11)
|
|
(f64.add
|
|
(f64.const 0.22222198432149784)
|
|
(f64.mul
|
|
(get_local $11)
|
|
(f64.const 0.15313837699209373)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $13
|
|
(f64.mul
|
|
(get_local $10)
|
|
(f64.add
|
|
(f64.const 0.6666666666666735)
|
|
(f64.mul
|
|
(get_local $11)
|
|
(f64.add
|
|
(f64.const 0.2857142874366239)
|
|
(f64.mul
|
|
(get_local $11)
|
|
(f64.add
|
|
(f64.const 0.1818357216161805)
|
|
(f64.mul
|
|
(get_local $11)
|
|
(f64.const 0.14798198605116586)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $14
|
|
(f64.add
|
|
(get_local $13)
|
|
(get_local $12)
|
|
)
|
|
)
|
|
(set_local $15
|
|
(f64.convert_s/i32
|
|
(get_local $3)
|
|
)
|
|
)
|
|
(return
|
|
(f64.add
|
|
(f64.add
|
|
(f64.sub
|
|
(f64.add
|
|
(f64.mul
|
|
(get_local $9)
|
|
(f64.add
|
|
(get_local $8)
|
|
(get_local $14)
|
|
)
|
|
)
|
|
(f64.add
|
|
(f64.mul
|
|
(get_local $15)
|
|
(f64.const 1.9082149292705877e-10)
|
|
)
|
|
(get_local $4)
|
|
)
|
|
)
|
|
(get_local $8)
|
|
)
|
|
(get_local $5)
|
|
)
|
|
(f64.mul
|
|
(get_local $15)
|
|
(f64.const 0.6931471803691238)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.log (; 5 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 i64)
|
|
(local $2 i32)
|
|
(local $3 i32)
|
|
(local $4 i32)
|
|
(local $5 f64)
|
|
(local $6 f64)
|
|
(local $7 f64)
|
|
(local $8 f64)
|
|
(local $9 f64)
|
|
(local $10 f64)
|
|
(local $11 f64)
|
|
(local $12 f64)
|
|
(local $13 i32)
|
|
(nop)
|
|
(set_local $1
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i32.const 0)
|
|
)
|
|
(if
|
|
(i32.and
|
|
(if (result i32)
|
|
(tee_local $4
|
|
(i32.lt_u
|
|
(get_local $2)
|
|
(i32.const 1048576)
|
|
)
|
|
)
|
|
(get_local $4)
|
|
(i32.and
|
|
(i32.shr_u
|
|
(get_local $2)
|
|
(i32.const 31)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
(block
|
|
(if
|
|
(i64.eq
|
|
(i64.shl
|
|
(get_local $1)
|
|
(i64.const 1)
|
|
)
|
|
(i64.const 0)
|
|
)
|
|
(return
|
|
(f64.div
|
|
(f64.const -1)
|
|
(f64.mul
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.shr_u
|
|
(get_local $2)
|
|
(i32.const 31)
|
|
)
|
|
(return
|
|
(f64.div
|
|
(f64.sub
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
(f64.const 0)
|
|
)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i32.sub
|
|
(get_local $3)
|
|
(i32.const 54)
|
|
)
|
|
)
|
|
(set_local $0
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.const 18014398509481984)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.ge_u
|
|
(get_local $2)
|
|
(i32.const 2146435072)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
(if
|
|
(i32.and
|
|
(if (result i32)
|
|
(tee_local $4
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 1072693248)
|
|
)
|
|
)
|
|
(i64.eq
|
|
(i64.shl
|
|
(get_local $1)
|
|
(i64.const 32)
|
|
)
|
|
(i64.const 0)
|
|
)
|
|
(get_local $4)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
(return
|
|
(f64.const 0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.add
|
|
(get_local $2)
|
|
(i32.sub
|
|
(i32.const 1072693248)
|
|
(i32.const 1072079006)
|
|
)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i32.add
|
|
(get_local $3)
|
|
(i32.sub
|
|
(i32.shr_s
|
|
(get_local $2)
|
|
(i32.const 20)
|
|
)
|
|
(i32.const 1023)
|
|
)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.add
|
|
(i32.and
|
|
(get_local $2)
|
|
(i32.const 1048575)
|
|
)
|
|
(i32.const 1072079006)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.or
|
|
(i64.shl
|
|
(i64.extend_u/i32
|
|
(get_local $2)
|
|
)
|
|
(i64.const 32)
|
|
)
|
|
(i64.and
|
|
(get_local $1)
|
|
(i64.const 4294967295)
|
|
)
|
|
)
|
|
)
|
|
(set_local $0
|
|
(f64.reinterpret/i64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(set_local $5
|
|
(f64.sub
|
|
(get_local $0)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
(set_local $6
|
|
(f64.mul
|
|
(f64.mul
|
|
(f64.const 0.5)
|
|
(get_local $5)
|
|
)
|
|
(get_local $5)
|
|
)
|
|
)
|
|
(set_local $7
|
|
(f64.div
|
|
(get_local $5)
|
|
(f64.add
|
|
(f64.const 2)
|
|
(get_local $5)
|
|
)
|
|
)
|
|
)
|
|
(set_local $8
|
|
(f64.mul
|
|
(get_local $7)
|
|
(get_local $7)
|
|
)
|
|
)
|
|
(set_local $9
|
|
(f64.mul
|
|
(get_local $8)
|
|
(get_local $8)
|
|
)
|
|
)
|
|
(set_local $10
|
|
(f64.mul
|
|
(get_local $9)
|
|
(f64.add
|
|
(f64.const 0.3999999999940942)
|
|
(f64.mul
|
|
(get_local $9)
|
|
(f64.add
|
|
(f64.const 0.22222198432149784)
|
|
(f64.mul
|
|
(get_local $9)
|
|
(f64.const 0.15313837699209373)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $11
|
|
(f64.mul
|
|
(get_local $8)
|
|
(f64.add
|
|
(f64.const 0.6666666666666735)
|
|
(f64.mul
|
|
(get_local $9)
|
|
(f64.add
|
|
(f64.const 0.2857142874366239)
|
|
(f64.mul
|
|
(get_local $9)
|
|
(f64.add
|
|
(f64.const 0.1818357216161805)
|
|
(f64.mul
|
|
(get_local $9)
|
|
(f64.const 0.14798198605116586)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $12
|
|
(f64.add
|
|
(get_local $11)
|
|
(get_local $10)
|
|
)
|
|
)
|
|
(set_local $13
|
|
(get_local $3)
|
|
)
|
|
(return
|
|
(f64.add
|
|
(f64.add
|
|
(f64.sub
|
|
(f64.add
|
|
(f64.mul
|
|
(get_local $7)
|
|
(f64.add
|
|
(get_local $6)
|
|
(get_local $12)
|
|
)
|
|
)
|
|
(f64.mul
|
|
(f64.convert_s/i32
|
|
(get_local $13)
|
|
)
|
|
(f64.const 1.9082149292705877e-10)
|
|
)
|
|
)
|
|
(get_local $6)
|
|
)
|
|
(get_local $5)
|
|
)
|
|
(f64.mul
|
|
(f64.convert_s/i32
|
|
(get_local $13)
|
|
)
|
|
(f64.const 0.6931471803691238)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.acosh (; 6 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 i64)
|
|
(nop)
|
|
(set_local $1
|
|
(i64.and
|
|
(i64.shr_u
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
(i64.const 52)
|
|
)
|
|
(i64.const 2047)
|
|
)
|
|
)
|
|
(if
|
|
(i64.lt_u
|
|
(get_local $1)
|
|
(i64.add
|
|
(i64.const 1023)
|
|
(i64.const 1)
|
|
)
|
|
)
|
|
(return
|
|
(call $~lib/math/NativeMath.log1p
|
|
(f64.add
|
|
(f64.sub
|
|
(get_local $0)
|
|
(f64.const 1)
|
|
)
|
|
(f64.sqrt
|
|
(f64.add
|
|
(f64.mul
|
|
(f64.sub
|
|
(get_local $0)
|
|
(f64.const 1)
|
|
)
|
|
(f64.sub
|
|
(get_local $0)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(f64.sub
|
|
(get_local $0)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i64.lt_u
|
|
(get_local $1)
|
|
(i64.add
|
|
(i64.const 1023)
|
|
(i64.const 26)
|
|
)
|
|
)
|
|
(return
|
|
(call $~lib/math/NativeMath.log
|
|
(f64.sub
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(get_local $0)
|
|
)
|
|
(f64.div
|
|
(f64.const 1)
|
|
(f64.add
|
|
(get_local $0)
|
|
(f64.sqrt
|
|
(f64.sub
|
|
(f64.mul
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.add
|
|
(call $~lib/math/NativeMath.log
|
|
(get_local $0)
|
|
)
|
|
(f64.const 0.6931471805599453)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/acosh (; 7 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.acosh
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.asin (; 8 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 i32)
|
|
(local $2 i32)
|
|
(local $3 i32)
|
|
(local $4 f64)
|
|
(local $5 f64)
|
|
(local $6 f64)
|
|
(local $7 f64)
|
|
(local $8 f64)
|
|
(nop)
|
|
(set_local $1
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.and
|
|
(get_local $1)
|
|
(i32.const 2147483647)
|
|
)
|
|
)
|
|
(if
|
|
(i32.ge_u
|
|
(get_local $2)
|
|
(i32.const 1072693248)
|
|
)
|
|
(block
|
|
(set_local $3
|
|
(i32.wrap/i64
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(i32.or
|
|
(i32.sub
|
|
(get_local $2)
|
|
(i32.const 1072693248)
|
|
)
|
|
(get_local $3)
|
|
)
|
|
(i32.const 0)
|
|
)
|
|
(return
|
|
(f64.add
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.const 1.5707963267948966)
|
|
)
|
|
(f64.promote/f32
|
|
(f32.const 7.52316384526264e-37)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.div
|
|
(f64.const 0)
|
|
(f64.sub
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_u
|
|
(get_local $2)
|
|
(i32.const 1071644672)
|
|
)
|
|
(block
|
|
(if
|
|
(i32.and
|
|
(if (result i32)
|
|
(tee_local $3
|
|
(i32.lt_u
|
|
(get_local $2)
|
|
(i32.const 1045430272)
|
|
)
|
|
)
|
|
(i32.ge_u
|
|
(get_local $2)
|
|
(i32.const 1048576)
|
|
)
|
|
(get_local $3)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(return
|
|
(f64.add
|
|
(get_local $0)
|
|
(f64.mul
|
|
(get_local $0)
|
|
(call $~lib/math/R
|
|
(f64.mul
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(f64.mul
|
|
(f64.sub
|
|
(f64.const 1)
|
|
(f64.abs
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(f64.const 0.5)
|
|
)
|
|
)
|
|
(set_local $5
|
|
(f64.sqrt
|
|
(get_local $4)
|
|
)
|
|
)
|
|
(set_local $6
|
|
(call $~lib/math/R
|
|
(get_local $4)
|
|
)
|
|
)
|
|
(if
|
|
(i32.ge_u
|
|
(get_local $2)
|
|
(i32.const 1072640819)
|
|
)
|
|
(set_local $0
|
|
(f64.sub
|
|
(f64.const 1.5707963267948966)
|
|
(f64.sub
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(f64.add
|
|
(get_local $5)
|
|
(f64.mul
|
|
(get_local $5)
|
|
(get_local $6)
|
|
)
|
|
)
|
|
)
|
|
(f64.const 6.123233995736766e-17)
|
|
)
|
|
)
|
|
)
|
|
(block
|
|
(set_local $7
|
|
(f64.reinterpret/i64
|
|
(i64.and
|
|
(i64.reinterpret/f64
|
|
(get_local $5)
|
|
)
|
|
(i64.const -4294967296)
|
|
)
|
|
)
|
|
)
|
|
(set_local $8
|
|
(f64.div
|
|
(f64.sub
|
|
(get_local $4)
|
|
(f64.mul
|
|
(get_local $7)
|
|
(get_local $7)
|
|
)
|
|
)
|
|
(f64.add
|
|
(get_local $5)
|
|
(get_local $7)
|
|
)
|
|
)
|
|
)
|
|
(set_local $0
|
|
(f64.sub
|
|
(f64.mul
|
|
(f64.const 0.5)
|
|
(f64.const 1.5707963267948966)
|
|
)
|
|
(f64.sub
|
|
(f64.sub
|
|
(f64.mul
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(get_local $5)
|
|
)
|
|
(get_local $6)
|
|
)
|
|
(f64.sub
|
|
(f64.const 6.123233995736766e-17)
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(get_local $8)
|
|
)
|
|
)
|
|
)
|
|
(f64.sub
|
|
(f64.mul
|
|
(f64.const 0.5)
|
|
(f64.const 1.5707963267948966)
|
|
)
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(get_local $7)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.shr_u
|
|
(get_local $1)
|
|
(i32.const 31)
|
|
)
|
|
(return
|
|
(f64.neg
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(func $std/libm/asin (; 9 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.asin
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.asinh (; 10 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 i64)
|
|
(local $2 i64)
|
|
(local $3 i64)
|
|
(nop)
|
|
(set_local $1
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i64.and
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 52)
|
|
)
|
|
(i64.const 2047)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 63)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.and
|
|
(get_local $1)
|
|
(i64.const 9223372036854775807)
|
|
)
|
|
)
|
|
(set_local $0
|
|
(f64.reinterpret/i64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(if
|
|
(i64.ge_u
|
|
(get_local $2)
|
|
(i64.add
|
|
(i64.const 1023)
|
|
(i64.const 26)
|
|
)
|
|
)
|
|
(set_local $0
|
|
(f64.add
|
|
(call $~lib/math/NativeMath.log
|
|
(get_local $0)
|
|
)
|
|
(f64.const 0.6931471805599453)
|
|
)
|
|
)
|
|
(if
|
|
(i64.ge_u
|
|
(get_local $2)
|
|
(i64.add
|
|
(i64.const 1023)
|
|
(i64.const 1)
|
|
)
|
|
)
|
|
(set_local $0
|
|
(call $~lib/math/NativeMath.log
|
|
(f64.add
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(get_local $0)
|
|
)
|
|
(f64.div
|
|
(f64.const 1)
|
|
(f64.add
|
|
(f64.sqrt
|
|
(f64.add
|
|
(f64.mul
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i64.ge_u
|
|
(get_local $2)
|
|
(i64.sub
|
|
(i64.const 1023)
|
|
(i64.const 26)
|
|
)
|
|
)
|
|
(set_local $0
|
|
(call $~lib/math/NativeMath.log1p
|
|
(f64.add
|
|
(get_local $0)
|
|
(f64.div
|
|
(f64.mul
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
(f64.add
|
|
(f64.sqrt
|
|
(f64.add
|
|
(f64.mul
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(if (result f64)
|
|
(i64.ne
|
|
(get_local $3)
|
|
(i64.const 0)
|
|
)
|
|
(f64.neg
|
|
(get_local $0)
|
|
)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/asinh (; 11 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.asinh
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $isNaN<f64> (; 12 ;) (type $Fi) (param $0 f64) (result i32)
|
|
(return
|
|
(f64.ne
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.atan (; 13 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 i32)
|
|
(local $2 i32)
|
|
(local $3 f64)
|
|
(local $4 i32)
|
|
(local $5 f64)
|
|
(local $6 f64)
|
|
(local $7 f64)
|
|
(local $8 i32)
|
|
(nop)
|
|
(set_local $1
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.shr_u
|
|
(get_local $1)
|
|
(i32.const 31)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i32.and
|
|
(get_local $1)
|
|
(i32.const 2147483647)
|
|
)
|
|
)
|
|
(nop)
|
|
(if
|
|
(i32.ge_u
|
|
(get_local $1)
|
|
(i32.const 1141899264)
|
|
)
|
|
(block
|
|
(if
|
|
(call $isNaN<f64>
|
|
(get_local $0)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(f64.add
|
|
(f64.const 1.5707963267948966)
|
|
(f64.promote/f32
|
|
(f32.const 7.52316384526264e-37)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(if (result f64)
|
|
(get_local $2)
|
|
(f64.neg
|
|
(get_local $3)
|
|
)
|
|
(get_local $3)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(nop)
|
|
(if
|
|
(i32.lt_u
|
|
(get_local $1)
|
|
(i32.const 1071382528)
|
|
)
|
|
(block
|
|
(if
|
|
(i32.lt_u
|
|
(get_local $1)
|
|
(i32.const 1044381696)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(i32.const -1)
|
|
)
|
|
)
|
|
(block
|
|
(set_local $0
|
|
(f64.abs
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_u
|
|
(get_local $1)
|
|
(i32.const 1072889856)
|
|
)
|
|
(if
|
|
(i32.lt_u
|
|
(get_local $1)
|
|
(i32.const 1072037888)
|
|
)
|
|
(block
|
|
(set_local $4
|
|
(i32.const 0)
|
|
)
|
|
(set_local $0
|
|
(f64.div
|
|
(f64.sub
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(get_local $0)
|
|
)
|
|
(f64.const 1)
|
|
)
|
|
(f64.add
|
|
(f64.const 2)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(block
|
|
(set_local $4
|
|
(i32.const 1)
|
|
)
|
|
(set_local $0
|
|
(f64.div
|
|
(f64.sub
|
|
(get_local $0)
|
|
(f64.const 1)
|
|
)
|
|
(f64.add
|
|
(get_local $0)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_u
|
|
(get_local $1)
|
|
(i32.const 1073971200)
|
|
)
|
|
(block
|
|
(set_local $4
|
|
(i32.const 2)
|
|
)
|
|
(set_local $0
|
|
(f64.div
|
|
(f64.sub
|
|
(get_local $0)
|
|
(f64.const 1.5)
|
|
)
|
|
(f64.add
|
|
(f64.const 1)
|
|
(f64.mul
|
|
(f64.const 1.5)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(block
|
|
(set_local $4
|
|
(i32.const 3)
|
|
)
|
|
(set_local $0
|
|
(f64.div
|
|
(f64.const -1)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(f64.mul
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $5
|
|
(f64.mul
|
|
(get_local $3)
|
|
(get_local $3)
|
|
)
|
|
)
|
|
(set_local $6
|
|
(f64.mul
|
|
(get_local $3)
|
|
(f64.add
|
|
(f64.const 0.3333333333333293)
|
|
(f64.mul
|
|
(get_local $5)
|
|
(f64.add
|
|
(f64.const 0.14285714272503466)
|
|
(f64.mul
|
|
(get_local $5)
|
|
(f64.add
|
|
(f64.const 0.09090887133436507)
|
|
(f64.mul
|
|
(get_local $5)
|
|
(f64.add
|
|
(f64.const 0.06661073137387531)
|
|
(f64.mul
|
|
(get_local $5)
|
|
(f64.add
|
|
(f64.const 0.049768779946159324)
|
|
(f64.mul
|
|
(get_local $5)
|
|
(f64.const 0.016285820115365782)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $7
|
|
(f64.mul
|
|
(get_local $5)
|
|
(f64.add
|
|
(f64.const -0.19999999999876483)
|
|
(f64.mul
|
|
(get_local $5)
|
|
(f64.add
|
|
(f64.const -0.11111110405462356)
|
|
(f64.mul
|
|
(get_local $5)
|
|
(f64.add
|
|
(f64.const -0.0769187620504483)
|
|
(f64.mul
|
|
(get_local $5)
|
|
(f64.add
|
|
(f64.const -0.058335701337905735)
|
|
(f64.mul
|
|
(get_local $5)
|
|
(f64.const -0.036531572744216916)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_s
|
|
(get_local $4)
|
|
(i32.const 0)
|
|
)
|
|
(return
|
|
(f64.sub
|
|
(get_local $0)
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.add
|
|
(get_local $6)
|
|
(get_local $7)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(block $break|0
|
|
(block $case4|0
|
|
(block $case3|0
|
|
(block $case2|0
|
|
(block $case1|0
|
|
(block $case0|0
|
|
(set_local $8
|
|
(get_local $4)
|
|
)
|
|
(br_if $case0|0
|
|
(i32.eq
|
|
(get_local $8)
|
|
(i32.const 0)
|
|
)
|
|
)
|
|
(br_if $case1|0
|
|
(i32.eq
|
|
(get_local $8)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(br_if $case2|0
|
|
(i32.eq
|
|
(get_local $8)
|
|
(i32.const 2)
|
|
)
|
|
)
|
|
(br_if $case3|0
|
|
(i32.eq
|
|
(get_local $8)
|
|
(i32.const 3)
|
|
)
|
|
)
|
|
(br $case4|0)
|
|
)
|
|
(block
|
|
(set_local $3
|
|
(f64.sub
|
|
(f64.const 0.4636476090008061)
|
|
(f64.sub
|
|
(f64.sub
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.add
|
|
(get_local $6)
|
|
(get_local $7)
|
|
)
|
|
)
|
|
(f64.const 2.2698777452961687e-17)
|
|
)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(br $break|0)
|
|
)
|
|
)
|
|
(block
|
|
(set_local $3
|
|
(f64.sub
|
|
(f64.const 0.7853981633974483)
|
|
(f64.sub
|
|
(f64.sub
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.add
|
|
(get_local $6)
|
|
(get_local $7)
|
|
)
|
|
)
|
|
(f64.const 3.061616997868383e-17)
|
|
)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(br $break|0)
|
|
)
|
|
)
|
|
(block
|
|
(set_local $3
|
|
(f64.sub
|
|
(f64.const 0.982793723247329)
|
|
(f64.sub
|
|
(f64.sub
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.add
|
|
(get_local $6)
|
|
(get_local $7)
|
|
)
|
|
)
|
|
(f64.const 1.3903311031230998e-17)
|
|
)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(br $break|0)
|
|
)
|
|
)
|
|
(block
|
|
(set_local $3
|
|
(f64.sub
|
|
(f64.const 1.5707963267948966)
|
|
(f64.sub
|
|
(f64.sub
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.add
|
|
(get_local $6)
|
|
(get_local $7)
|
|
)
|
|
)
|
|
(f64.const 6.123233995736766e-17)
|
|
)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(br $break|0)
|
|
)
|
|
)
|
|
(unreachable)
|
|
)
|
|
(return
|
|
(if (result f64)
|
|
(get_local $2)
|
|
(f64.neg
|
|
(get_local $3)
|
|
)
|
|
(get_local $3)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/atan (; 14 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.atan
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.atanh (; 15 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 i64)
|
|
(local $2 i64)
|
|
(local $3 i64)
|
|
(local $4 f64)
|
|
(set_local $1
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i64.and
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 52)
|
|
)
|
|
(i64.const 2047)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 63)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.and
|
|
(get_local $1)
|
|
(i64.const 9223372036854775807)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(f64.reinterpret/i64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(if
|
|
(i64.lt_u
|
|
(get_local $2)
|
|
(i64.sub
|
|
(i64.const 1023)
|
|
(i64.const 1)
|
|
)
|
|
)
|
|
(if
|
|
(i64.ge_u
|
|
(get_local $2)
|
|
(i64.sub
|
|
(i64.const 1023)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(f64.mul
|
|
(f64.const 0.5)
|
|
(call $~lib/math/NativeMath.log1p
|
|
(f64.add
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(get_local $4)
|
|
)
|
|
(f64.div
|
|
(f64.mul
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(get_local $4)
|
|
)
|
|
(get_local $4)
|
|
)
|
|
(f64.sub
|
|
(f64.const 1)
|
|
(get_local $4)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(f64.mul
|
|
(f64.const 0.5)
|
|
(call $~lib/math/NativeMath.log1p
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(f64.div
|
|
(get_local $4)
|
|
(f64.sub
|
|
(f64.const 1)
|
|
(get_local $4)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(if (result f64)
|
|
(i64.ne
|
|
(get_local $3)
|
|
(i64.const 0)
|
|
)
|
|
(f64.neg
|
|
(get_local $4)
|
|
)
|
|
(get_local $4)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/atanh (; 16 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.atanh
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.atan2 (; 17 ;) (type $FFF) (param $0 f64) (param $1 f64) (result f64)
|
|
(local $2 i32)
|
|
(local $3 i64)
|
|
(local $4 i32)
|
|
(local $5 i32)
|
|
(local $6 i32)
|
|
(local $7 i32)
|
|
(local $8 i32)
|
|
(local $9 f64)
|
|
(nop)
|
|
(if
|
|
(i32.and
|
|
(if (result i32)
|
|
(tee_local $2
|
|
(call $isNaN<f64>
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(get_local $2)
|
|
(call $isNaN<f64>
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
(return
|
|
(f64.add
|
|
(get_local $1)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i64.reinterpret/f64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $3)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $5
|
|
(i32.wrap/i64
|
|
(get_local $3)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $6
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $3)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $7
|
|
(i32.wrap/i64
|
|
(get_local $3)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(i32.or
|
|
(i32.sub
|
|
(get_local $4)
|
|
(i32.const 1072693248)
|
|
)
|
|
(get_local $5)
|
|
)
|
|
(i32.const 0)
|
|
)
|
|
(return
|
|
(call $~lib/math/NativeMath.atan
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(set_local $8
|
|
(i32.or
|
|
(i32.and
|
|
(i32.shr_u
|
|
(get_local $6)
|
|
(i32.const 31)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
(i32.and
|
|
(i32.shr_u
|
|
(get_local $4)
|
|
(i32.const 30)
|
|
)
|
|
(i32.const 2)
|
|
)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(i32.and
|
|
(get_local $4)
|
|
(i32.const 2147483647)
|
|
)
|
|
)
|
|
(set_local $6
|
|
(i32.and
|
|
(get_local $6)
|
|
(i32.const 2147483647)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(i32.or
|
|
(get_local $6)
|
|
(get_local $7)
|
|
)
|
|
(i32.const 0)
|
|
)
|
|
(block $break|0
|
|
(block $case3|0
|
|
(block $case2|0
|
|
(block $case1|0
|
|
(block $case0|0
|
|
(set_local $2
|
|
(get_local $8)
|
|
)
|
|
(br_if $case0|0
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 0)
|
|
)
|
|
)
|
|
(br_if $case1|0
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(br_if $case2|0
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 2)
|
|
)
|
|
)
|
|
(br_if $case3|0
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 3)
|
|
)
|
|
)
|
|
(br $break|0)
|
|
)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(return
|
|
(f64.const 3.141592653589793)
|
|
)
|
|
)
|
|
(return
|
|
(f64.neg
|
|
(f64.const 3.141592653589793)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(i32.or
|
|
(get_local $4)
|
|
(get_local $5)
|
|
)
|
|
(i32.const 0)
|
|
)
|
|
(return
|
|
(if (result f64)
|
|
(i32.and
|
|
(get_local $8)
|
|
(i32.const 1)
|
|
)
|
|
(f64.div
|
|
(f64.neg
|
|
(f64.const 3.141592653589793)
|
|
)
|
|
(f64.const 2)
|
|
)
|
|
(f64.div
|
|
(f64.const 3.141592653589793)
|
|
(f64.const 2)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(get_local $4)
|
|
(i32.const 2146435072)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(get_local $6)
|
|
(i32.const 2146435072)
|
|
)
|
|
(block $break|1
|
|
(block $case3|1
|
|
(block $case2|1
|
|
(block $case1|1
|
|
(block $case0|1
|
|
(set_local $2
|
|
(get_local $8)
|
|
)
|
|
(br_if $case0|1
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 0)
|
|
)
|
|
)
|
|
(br_if $case1|1
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(br_if $case2|1
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 2)
|
|
)
|
|
)
|
|
(br_if $case3|1
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 3)
|
|
)
|
|
)
|
|
(br $break|1)
|
|
)
|
|
(return
|
|
(f64.div
|
|
(f64.const 3.141592653589793)
|
|
(f64.const 4)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.div
|
|
(f64.neg
|
|
(f64.const 3.141592653589793)
|
|
)
|
|
(f64.const 4)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.div
|
|
(f64.mul
|
|
(f64.const 3)
|
|
(f64.const 3.141592653589793)
|
|
)
|
|
(f64.const 4)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.div
|
|
(f64.mul
|
|
(f64.const -3)
|
|
(f64.const 3.141592653589793)
|
|
)
|
|
(f64.const 4)
|
|
)
|
|
)
|
|
)
|
|
(block $break|2
|
|
(block $case3|2
|
|
(block $case2|2
|
|
(block $case1|2
|
|
(block $case0|2
|
|
(set_local $2
|
|
(get_local $8)
|
|
)
|
|
(br_if $case0|2
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 0)
|
|
)
|
|
)
|
|
(br_if $case1|2
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(br_if $case2|2
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 2)
|
|
)
|
|
)
|
|
(br_if $case3|2
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 3)
|
|
)
|
|
)
|
|
(br $break|2)
|
|
)
|
|
(return
|
|
(f64.const 0)
|
|
)
|
|
)
|
|
(return
|
|
(f64.const -0)
|
|
)
|
|
)
|
|
(return
|
|
(f64.const 3.141592653589793)
|
|
)
|
|
)
|
|
(return
|
|
(f64.neg
|
|
(f64.const 3.141592653589793)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(nop)
|
|
(if
|
|
(i32.and
|
|
(if (result i32)
|
|
(tee_local $2
|
|
(i32.lt_u
|
|
(i32.add
|
|
(get_local $4)
|
|
(i32.shl
|
|
(i32.const 64)
|
|
(i32.const 20)
|
|
)
|
|
)
|
|
(get_local $6)
|
|
)
|
|
)
|
|
(get_local $2)
|
|
(i32.eq
|
|
(get_local $6)
|
|
(i32.const 2146435072)
|
|
)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
(return
|
|
(if (result f64)
|
|
(i32.and
|
|
(get_local $8)
|
|
(i32.const 1)
|
|
)
|
|
(f64.div
|
|
(f64.neg
|
|
(f64.const 3.141592653589793)
|
|
)
|
|
(f64.const 2)
|
|
)
|
|
(f64.div
|
|
(f64.const 3.141592653589793)
|
|
(f64.const 2)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(if (result i32)
|
|
(tee_local $2
|
|
(i32.and
|
|
(get_local $8)
|
|
(i32.const 2)
|
|
)
|
|
)
|
|
(i32.lt_u
|
|
(i32.add
|
|
(get_local $6)
|
|
(i32.shl
|
|
(i32.const 64)
|
|
(i32.const 20)
|
|
)
|
|
)
|
|
(get_local $4)
|
|
)
|
|
(get_local $2)
|
|
)
|
|
(set_local $9
|
|
(f64.const 0)
|
|
)
|
|
(set_local $9
|
|
(call $~lib/math/NativeMath.atan
|
|
(f64.abs
|
|
(f64.div
|
|
(get_local $0)
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(block $break|3
|
|
(block $case3|3
|
|
(block $case2|3
|
|
(block $case1|3
|
|
(block $case0|3
|
|
(set_local $2
|
|
(get_local $8)
|
|
)
|
|
(br_if $case0|3
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 0)
|
|
)
|
|
)
|
|
(br_if $case1|3
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(br_if $case2|3
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 2)
|
|
)
|
|
)
|
|
(br_if $case3|3
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 3)
|
|
)
|
|
)
|
|
(br $break|3)
|
|
)
|
|
(return
|
|
(get_local $9)
|
|
)
|
|
)
|
|
(return
|
|
(f64.neg
|
|
(get_local $9)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.sub
|
|
(f64.const 3.141592653589793)
|
|
(f64.sub
|
|
(get_local $9)
|
|
(f64.const 1.2246467991473532e-16)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.sub
|
|
(f64.sub
|
|
(get_local $9)
|
|
(f64.const 1.2246467991473532e-16)
|
|
)
|
|
(f64.const 3.141592653589793)
|
|
)
|
|
)
|
|
)
|
|
(unreachable)
|
|
(return
|
|
(f64.const 0)
|
|
)
|
|
)
|
|
(func $std/libm/atan2 (; 18 ;) (type $FFF) (param $0 f64) (param $1 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.atan2
|
|
(get_local $0)
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.cbrt (; 19 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 i64)
|
|
(local $2 i32)
|
|
(local $3 f64)
|
|
(local $4 f64)
|
|
(local $5 f64)
|
|
(local $6 f64)
|
|
(nop)
|
|
(set_local $1
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.and
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
(i32.const 2147483647)
|
|
)
|
|
)
|
|
(if
|
|
(i32.ge_u
|
|
(get_local $2)
|
|
(i32.const 2146435072)
|
|
)
|
|
(return
|
|
(f64.add
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_u
|
|
(get_local $2)
|
|
(i32.const 1048576)
|
|
)
|
|
(block
|
|
(set_local $1
|
|
(i64.reinterpret/f64
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.const 18014398509481984)
|
|
)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.and
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
(i32.const 2147483647)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 0)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.add
|
|
(i32.div_u
|
|
(get_local $2)
|
|
(i32.const 3)
|
|
)
|
|
(i32.const 696219795)
|
|
)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.add
|
|
(i32.div_u
|
|
(get_local $2)
|
|
(i32.const 3)
|
|
)
|
|
(i32.const 715094163)
|
|
)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.and
|
|
(get_local $1)
|
|
(i64.shl
|
|
(i64.const 1)
|
|
(i64.const 63)
|
|
)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.or
|
|
(get_local $1)
|
|
(i64.shl
|
|
(i64.extend_u/i32
|
|
(get_local $2)
|
|
)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(f64.reinterpret/i64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(f64.mul
|
|
(f64.mul
|
|
(get_local $3)
|
|
(get_local $3)
|
|
)
|
|
(f64.div
|
|
(get_local $3)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(f64.mul
|
|
(get_local $3)
|
|
(f64.add
|
|
(f64.add
|
|
(f64.const 1.87595182427177)
|
|
(f64.mul
|
|
(get_local $4)
|
|
(f64.add
|
|
(f64.const -1.8849797954337717)
|
|
(f64.mul
|
|
(get_local $4)
|
|
(f64.const 1.6214297201053545)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(f64.mul
|
|
(f64.mul
|
|
(f64.mul
|
|
(get_local $4)
|
|
(get_local $4)
|
|
)
|
|
(get_local $4)
|
|
)
|
|
(f64.add
|
|
(f64.const -0.758397934778766)
|
|
(f64.mul
|
|
(get_local $4)
|
|
(f64.const 0.14599619288661245)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(f64.reinterpret/i64
|
|
(i64.and
|
|
(i64.add
|
|
(i64.reinterpret/f64
|
|
(get_local $3)
|
|
)
|
|
(i64.const 2147483648)
|
|
)
|
|
(i64.const -1073741824)
|
|
)
|
|
)
|
|
)
|
|
(set_local $5
|
|
(f64.mul
|
|
(get_local $3)
|
|
(get_local $3)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(f64.div
|
|
(get_local $0)
|
|
(get_local $5)
|
|
)
|
|
)
|
|
(set_local $6
|
|
(f64.add
|
|
(get_local $3)
|
|
(get_local $3)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(f64.div
|
|
(f64.sub
|
|
(get_local $4)
|
|
(get_local $3)
|
|
)
|
|
(f64.add
|
|
(get_local $6)
|
|
(get_local $4)
|
|
)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(f64.add
|
|
(get_local $3)
|
|
(f64.mul
|
|
(get_local $3)
|
|
(get_local $4)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(get_local $3)
|
|
)
|
|
)
|
|
(func $std/libm/cbrt (; 20 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.cbrt
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/ceil (; 21 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 f64)
|
|
(return
|
|
(block $~lib/math/NativeMath.ceil|inlined.0 (result f64)
|
|
(set_local $1
|
|
(get_local $0)
|
|
)
|
|
(br $~lib/math/NativeMath.ceil|inlined.0
|
|
(f64.ceil
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/clz32 (; 22 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 f64)
|
|
(return
|
|
(block $~lib/math/NativeMath.clz32|inlined.0 (result f64)
|
|
(set_local $1
|
|
(get_local $0)
|
|
)
|
|
(br $~lib/math/NativeMath.clz32|inlined.0
|
|
(f64.convert_s/i32
|
|
(i32.clz
|
|
(i32.trunc_s/f64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.cos (; 23 ;) (type $FF) (param $0 f64) (result f64)
|
|
(unreachable)
|
|
(return
|
|
(f64.const 0)
|
|
)
|
|
)
|
|
(func $std/libm/cos (; 24 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.cos
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.expm1 (; 25 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 i64)
|
|
(local $2 i32)
|
|
(local $3 i32)
|
|
(local $4 i32)
|
|
(local $5 f64)
|
|
(local $6 f64)
|
|
(local $7 f64)
|
|
(local $8 f64)
|
|
(local $9 f64)
|
|
(local $10 f64)
|
|
(local $11 f64)
|
|
(local $12 f64)
|
|
(local $13 f64)
|
|
(local $14 f64)
|
|
(local $15 i32)
|
|
(nop)
|
|
(set_local $1
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.wrap/i64
|
|
(i64.and
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 32)
|
|
)
|
|
(i64.const 2147483647)
|
|
)
|
|
)
|
|
)
|
|
(block
|
|
(set_local $3
|
|
(i32.const 0)
|
|
)
|
|
(set_local $4
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 63)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.ge_u
|
|
(get_local $2)
|
|
(i32.const 1078159482)
|
|
)
|
|
(block
|
|
(if
|
|
(call $isNaN<f64>
|
|
(get_local $0)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(if
|
|
(get_local $4)
|
|
(return
|
|
(f64.const -1)
|
|
)
|
|
)
|
|
(if
|
|
(f64.gt
|
|
(get_local $0)
|
|
(f64.const 709.782712893384)
|
|
)
|
|
(block
|
|
(set_local $0
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.const 8988465674311579538646525e283)
|
|
)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $5
|
|
(f64.const 0)
|
|
)
|
|
(if
|
|
(i32.gt_u
|
|
(get_local $2)
|
|
(i32.const 1071001154)
|
|
)
|
|
(block
|
|
(nop)
|
|
(if
|
|
(i32.lt_u
|
|
(get_local $2)
|
|
(i32.const 1072734898)
|
|
)
|
|
(if
|
|
(i32.eqz
|
|
(get_local $4)
|
|
)
|
|
(block
|
|
(set_local $7
|
|
(f64.sub
|
|
(get_local $0)
|
|
(f64.const 0.6931471803691238)
|
|
)
|
|
)
|
|
(set_local $8
|
|
(f64.const 1.9082149292705877e-10)
|
|
)
|
|
(set_local $3
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(block
|
|
(set_local $7
|
|
(f64.add
|
|
(get_local $0)
|
|
(f64.const 0.6931471803691238)
|
|
)
|
|
)
|
|
(set_local $8
|
|
(f64.neg
|
|
(f64.const 1.9082149292705877e-10)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i32.const -1)
|
|
)
|
|
)
|
|
)
|
|
(block
|
|
(set_local $3
|
|
(i32.trunc_s/f64
|
|
(f64.add
|
|
(f64.mul
|
|
(f64.const 1.4426950408889634)
|
|
(get_local $0)
|
|
)
|
|
(if (result f64)
|
|
(get_local $4)
|
|
(f64.const -0.5)
|
|
(f64.const 0.5)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $6
|
|
(f64.convert_s/i32
|
|
(get_local $3)
|
|
)
|
|
)
|
|
(set_local $7
|
|
(f64.sub
|
|
(get_local $0)
|
|
(f64.mul
|
|
(get_local $6)
|
|
(f64.const 0.6931471803691238)
|
|
)
|
|
)
|
|
)
|
|
(set_local $8
|
|
(f64.mul
|
|
(get_local $6)
|
|
(f64.const 1.9082149292705877e-10)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $0
|
|
(f64.sub
|
|
(get_local $7)
|
|
(get_local $8)
|
|
)
|
|
)
|
|
(set_local $5
|
|
(f64.sub
|
|
(f64.sub
|
|
(get_local $7)
|
|
(get_local $0)
|
|
)
|
|
(get_local $8)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_u
|
|
(get_local $2)
|
|
(i32.const 1016070144)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(set_local $9
|
|
(f64.mul
|
|
(f64.const 0.5)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $10
|
|
(f64.mul
|
|
(get_local $0)
|
|
(get_local $9)
|
|
)
|
|
)
|
|
(set_local $11
|
|
(f64.add
|
|
(f64.const 1)
|
|
(f64.mul
|
|
(get_local $10)
|
|
(f64.add
|
|
(f64.const -0.03333333333333313)
|
|
(f64.mul
|
|
(get_local $10)
|
|
(f64.add
|
|
(f64.const 1.5873015872548146e-03)
|
|
(f64.mul
|
|
(get_local $10)
|
|
(f64.add
|
|
(f64.const -7.93650757867488e-05)
|
|
(f64.mul
|
|
(get_local $10)
|
|
(f64.add
|
|
(f64.const 4.008217827329362e-06)
|
|
(f64.mul
|
|
(get_local $10)
|
|
(f64.const -2.0109921818362437e-07)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $6
|
|
(f64.sub
|
|
(f64.const 3)
|
|
(f64.mul
|
|
(get_local $11)
|
|
(get_local $9)
|
|
)
|
|
)
|
|
)
|
|
(set_local $12
|
|
(f64.mul
|
|
(get_local $10)
|
|
(f64.div
|
|
(f64.sub
|
|
(get_local $11)
|
|
(get_local $6)
|
|
)
|
|
(f64.sub
|
|
(f64.const 6)
|
|
(f64.mul
|
|
(get_local $0)
|
|
(get_local $6)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(get_local $3)
|
|
(i32.const 0)
|
|
)
|
|
(return
|
|
(f64.sub
|
|
(get_local $0)
|
|
(f64.sub
|
|
(f64.mul
|
|
(get_local $0)
|
|
(get_local $12)
|
|
)
|
|
(get_local $10)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $12
|
|
(f64.sub
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.sub
|
|
(get_local $12)
|
|
(get_local $5)
|
|
)
|
|
)
|
|
(get_local $5)
|
|
)
|
|
)
|
|
(set_local $12
|
|
(f64.sub
|
|
(get_local $12)
|
|
(get_local $10)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(get_local $3)
|
|
(i32.const -1)
|
|
)
|
|
(return
|
|
(f64.sub
|
|
(f64.mul
|
|
(f64.const 0.5)
|
|
(f64.sub
|
|
(get_local $0)
|
|
(get_local $12)
|
|
)
|
|
)
|
|
(f64.const 0.5)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(get_local $3)
|
|
(i32.const 1)
|
|
)
|
|
(block
|
|
(if
|
|
(f64.lt
|
|
(get_local $0)
|
|
(f64.const -0.25)
|
|
)
|
|
(return
|
|
(f64.mul
|
|
(f64.const -2)
|
|
(f64.sub
|
|
(get_local $12)
|
|
(f64.add
|
|
(get_local $0)
|
|
(f64.const 0.5)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.add
|
|
(f64.const 1)
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(f64.sub
|
|
(get_local $0)
|
|
(get_local $12)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.shl
|
|
(i64.add
|
|
(i64.const 1023)
|
|
(i64.extend_u/i32
|
|
(get_local $3)
|
|
)
|
|
)
|
|
(i64.const 52)
|
|
)
|
|
)
|
|
(set_local $13
|
|
(f64.reinterpret/i64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(nop)
|
|
(if
|
|
(i32.and
|
|
(if (result i32)
|
|
(tee_local $15
|
|
(i32.lt_s
|
|
(get_local $3)
|
|
(i32.const 0)
|
|
)
|
|
)
|
|
(get_local $15)
|
|
(i32.gt_s
|
|
(get_local $3)
|
|
(i32.const 56)
|
|
)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
(block
|
|
(set_local $14
|
|
(f64.add
|
|
(f64.sub
|
|
(get_local $0)
|
|
(get_local $12)
|
|
)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(get_local $3)
|
|
(i32.const 1024)
|
|
)
|
|
(set_local $14
|
|
(f64.mul
|
|
(f64.mul
|
|
(get_local $14)
|
|
(f64.const 2)
|
|
)
|
|
(f64.const 8988465674311579538646525e283)
|
|
)
|
|
)
|
|
(set_local $14
|
|
(f64.mul
|
|
(get_local $14)
|
|
(get_local $13)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.sub
|
|
(get_local $14)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.shl
|
|
(i64.sub
|
|
(i64.const 1023)
|
|
(i64.extend_u/i32
|
|
(get_local $3)
|
|
)
|
|
)
|
|
(i64.const 52)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_s
|
|
(get_local $3)
|
|
(i32.const 20)
|
|
)
|
|
(set_local $14
|
|
(f64.mul
|
|
(f64.add
|
|
(f64.sub
|
|
(get_local $0)
|
|
(get_local $12)
|
|
)
|
|
(f64.sub
|
|
(f64.const 1)
|
|
(f64.reinterpret/i64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
(get_local $13)
|
|
)
|
|
)
|
|
(set_local $14
|
|
(f64.mul
|
|
(f64.add
|
|
(f64.sub
|
|
(get_local $0)
|
|
(f64.add
|
|
(get_local $12)
|
|
(f64.reinterpret/i64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
(f64.const 1)
|
|
)
|
|
(get_local $13)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(get_local $14)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.scalbn (; 26 ;) (type $FiF) (param $0 f64) (param $1 i32) (result f64)
|
|
(local $2 f64)
|
|
(nop)
|
|
(set_local $2
|
|
(get_local $0)
|
|
)
|
|
(if
|
|
(i32.gt_s
|
|
(get_local $1)
|
|
(i32.const 1023)
|
|
)
|
|
(block
|
|
(set_local $2
|
|
(f64.mul
|
|
(get_local $2)
|
|
(f64.const 8988465674311579538646525e283)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i32.sub
|
|
(get_local $1)
|
|
(i32.const 1023)
|
|
)
|
|
)
|
|
(if
|
|
(i32.gt_s
|
|
(get_local $1)
|
|
(i32.const 1023)
|
|
)
|
|
(block
|
|
(set_local $2
|
|
(f64.mul
|
|
(get_local $2)
|
|
(f64.const 8988465674311579538646525e283)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i32.sub
|
|
(get_local $1)
|
|
(i32.const 1023)
|
|
)
|
|
)
|
|
(if
|
|
(i32.gt_s
|
|
(get_local $1)
|
|
(i32.const 1023)
|
|
)
|
|
(set_local $1
|
|
(i32.const 1023)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_s
|
|
(get_local $1)
|
|
(i32.const -1022)
|
|
)
|
|
(block
|
|
(set_local $2
|
|
(f64.mul
|
|
(get_local $2)
|
|
(f64.const 2.2250738585072014e-308)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i32.add
|
|
(get_local $1)
|
|
(i32.const 1022)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_s
|
|
(get_local $1)
|
|
(i32.const -1022)
|
|
)
|
|
(block
|
|
(set_local $2
|
|
(f64.mul
|
|
(get_local $2)
|
|
(f64.const 2.2250738585072014e-308)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i32.add
|
|
(get_local $1)
|
|
(i32.const 1022)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_s
|
|
(get_local $1)
|
|
(i32.const -1022)
|
|
)
|
|
(set_local $1
|
|
(i32.const -1022)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.mul
|
|
(get_local $2)
|
|
(f64.reinterpret/i64
|
|
(i64.shl
|
|
(i64.add
|
|
(i64.const 1023)
|
|
(i64.extend_u/i32
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(i64.const 52)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.exp (; 27 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 i32)
|
|
(local $2 i32)
|
|
(local $3 f64)
|
|
(local $4 f64)
|
|
(local $5 i32)
|
|
(local $6 f64)
|
|
(local $7 f64)
|
|
(local $8 f64)
|
|
(nop)
|
|
(set_local $1
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.shr_u
|
|
(get_local $1)
|
|
(i32.const 31)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i32.and
|
|
(get_local $1)
|
|
(i32.const 2147483647)
|
|
)
|
|
)
|
|
(if
|
|
(i32.ge_u
|
|
(get_local $1)
|
|
(i32.const 1082532651)
|
|
)
|
|
(block
|
|
(if
|
|
(call $isNaN<f64>
|
|
(get_local $0)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(if
|
|
(f64.gt
|
|
(get_local $0)
|
|
(f64.const 709.782712893384)
|
|
)
|
|
(block
|
|
(set_local $0
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.const 8988465674311579538646525e283)
|
|
)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(f64.lt
|
|
(get_local $0)
|
|
(f64.const -745.1332191019411)
|
|
)
|
|
(return
|
|
(f64.const 0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(f64.const 0)
|
|
)
|
|
(set_local $5
|
|
(i32.const 0)
|
|
)
|
|
(if
|
|
(i32.gt_u
|
|
(get_local $1)
|
|
(i32.const 1071001154)
|
|
)
|
|
(block
|
|
(if
|
|
(i32.ge_u
|
|
(get_local $1)
|
|
(i32.const 1072734898)
|
|
)
|
|
(set_local $5
|
|
(i32.trunc_s/f64
|
|
(f64.add
|
|
(f64.mul
|
|
(f64.const 1.4426950408889634)
|
|
(get_local $0)
|
|
)
|
|
(f64.copysign
|
|
(f64.const 0.5)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $5
|
|
(i32.sub
|
|
(i32.sub
|
|
(i32.const 1)
|
|
(get_local $2)
|
|
)
|
|
(get_local $2)
|
|
)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(f64.sub
|
|
(get_local $0)
|
|
(f64.mul
|
|
(f64.convert_s/i32
|
|
(get_local $5)
|
|
)
|
|
(f64.const 0.6931471803691238)
|
|
)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(f64.mul
|
|
(f64.convert_s/i32
|
|
(get_local $5)
|
|
)
|
|
(f64.const 1.9082149292705877e-10)
|
|
)
|
|
)
|
|
(set_local $0
|
|
(f64.sub
|
|
(get_local $3)
|
|
(get_local $4)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.gt_u
|
|
(get_local $1)
|
|
(i32.const 1043333120)
|
|
)
|
|
(set_local $3
|
|
(get_local $0)
|
|
)
|
|
(return
|
|
(f64.add
|
|
(f64.const 1)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $6
|
|
(f64.mul
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $7
|
|
(f64.sub
|
|
(get_local $0)
|
|
(f64.mul
|
|
(get_local $6)
|
|
(f64.add
|
|
(f64.const 0.16666666666666602)
|
|
(f64.mul
|
|
(get_local $6)
|
|
(f64.add
|
|
(f64.const -2.7777777777015593e-03)
|
|
(f64.mul
|
|
(get_local $6)
|
|
(f64.add
|
|
(f64.const 6.613756321437934e-05)
|
|
(f64.mul
|
|
(get_local $6)
|
|
(f64.add
|
|
(f64.const -1.6533902205465252e-06)
|
|
(f64.mul
|
|
(get_local $6)
|
|
(f64.const 4.1381367970572385e-08)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $8
|
|
(f64.add
|
|
(f64.const 1)
|
|
(f64.add
|
|
(f64.sub
|
|
(f64.div
|
|
(f64.mul
|
|
(get_local $0)
|
|
(get_local $7)
|
|
)
|
|
(f64.sub
|
|
(f64.const 2)
|
|
(get_local $7)
|
|
)
|
|
)
|
|
(get_local $4)
|
|
)
|
|
(get_local $3)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(get_local $5)
|
|
(i32.const 0)
|
|
)
|
|
(return
|
|
(get_local $8)
|
|
)
|
|
)
|
|
(return
|
|
(call $~lib/math/NativeMath.scalbn
|
|
(get_local $8)
|
|
(get_local $5)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/expo2 (; 28 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 f64)
|
|
(nop)
|
|
(set_local $1
|
|
(f64.reinterpret/i64
|
|
(i64.shl
|
|
(i64.extend_u/i32
|
|
(i32.shl
|
|
(i32.add
|
|
(i32.const 1023)
|
|
(i32.div_u
|
|
(i32.const 2043)
|
|
(i32.const 2)
|
|
)
|
|
)
|
|
(i32.const 20)
|
|
)
|
|
)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.mul
|
|
(f64.mul
|
|
(call $~lib/math/NativeMath.exp
|
|
(f64.sub
|
|
(get_local $0)
|
|
(f64.const 1416.0996898839683)
|
|
)
|
|
)
|
|
(get_local $1)
|
|
)
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.cosh (; 29 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 i64)
|
|
(local $2 i32)
|
|
(local $3 f64)
|
|
(set_local $1
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.and
|
|
(get_local $1)
|
|
(i64.const 9223372036854775807)
|
|
)
|
|
)
|
|
(set_local $0
|
|
(f64.reinterpret/i64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(nop)
|
|
(if
|
|
(i32.lt_u
|
|
(get_local $2)
|
|
(i32.const 1072049730)
|
|
)
|
|
(block
|
|
(if
|
|
(i32.lt_u
|
|
(get_local $2)
|
|
(i32.sub
|
|
(i32.const 1072693248)
|
|
(i32.shl
|
|
(i32.const 26)
|
|
(i32.const 20)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(call $~lib/math/NativeMath.expm1
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(return
|
|
(f64.add
|
|
(f64.const 1)
|
|
(f64.div
|
|
(f64.mul
|
|
(get_local $3)
|
|
(get_local $3)
|
|
)
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(f64.add
|
|
(f64.const 1)
|
|
(get_local $3)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_u
|
|
(get_local $2)
|
|
(i32.const 1082535490)
|
|
)
|
|
(block
|
|
(set_local $3
|
|
(call $~lib/math/NativeMath.exp
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(return
|
|
(f64.mul
|
|
(f64.const 0.5)
|
|
(f64.add
|
|
(get_local $3)
|
|
(f64.div
|
|
(f64.const 1)
|
|
(get_local $3)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(call $~lib/math/expo2
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(return
|
|
(get_local $3)
|
|
)
|
|
)
|
|
(func $std/libm/cosh (; 30 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.cosh
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/exp (; 31 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.exp
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/expm1 (; 32 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.expm1
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/floor (; 33 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 f64)
|
|
(return
|
|
(block $~lib/math/NativeMath.floor|inlined.0 (result f64)
|
|
(set_local $1
|
|
(get_local $0)
|
|
)
|
|
(br $~lib/math/NativeMath.floor|inlined.0
|
|
(f64.floor
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/fround (; 34 ;) (type $Ff) (param $0 f64) (result f32)
|
|
(local $1 f64)
|
|
(return
|
|
(block $~lib/math/NativeMath.fround|inlined.0 (result f32)
|
|
(set_local $1
|
|
(get_local $0)
|
|
)
|
|
(br $~lib/math/NativeMath.fround|inlined.0
|
|
(f32.demote/f64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.hypot (; 35 ;) (type $FFF) (param $0 f64) (param $1 f64) (result f64)
|
|
(local $2 i64)
|
|
(local $3 i64)
|
|
(local $4 i64)
|
|
(local $5 i32)
|
|
(local $6 i32)
|
|
(local $7 i32)
|
|
(local $8 f64)
|
|
(local $9 f64)
|
|
(local $10 f64)
|
|
(local $11 f64)
|
|
(local $12 f64)
|
|
(local $13 f64)
|
|
(local $14 f64)
|
|
(local $15 f64)
|
|
(nop)
|
|
(set_local $2
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i64.reinterpret/f64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i64.and
|
|
(get_local $2)
|
|
(i64.const 9223372036854775807)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i64.and
|
|
(get_local $3)
|
|
(i64.const 9223372036854775807)
|
|
)
|
|
)
|
|
(if
|
|
(i64.lt_u
|
|
(get_local $2)
|
|
(get_local $3)
|
|
)
|
|
(block
|
|
(set_local $4
|
|
(get_local $2)
|
|
)
|
|
(set_local $2
|
|
(get_local $3)
|
|
)
|
|
(set_local $3
|
|
(get_local $4)
|
|
)
|
|
)
|
|
)
|
|
(set_local $5
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $2)
|
|
(i64.const 52)
|
|
)
|
|
)
|
|
)
|
|
(set_local $6
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $3)
|
|
(i64.const 52)
|
|
)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(f64.reinterpret/i64
|
|
(get_local $3)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(get_local $6)
|
|
(i32.const 2047)
|
|
)
|
|
(return
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(set_local $0
|
|
(f64.reinterpret/i64
|
|
(get_local $2)
|
|
)
|
|
)
|
|
(if
|
|
(i32.and
|
|
(if (result i32)
|
|
(tee_local $7
|
|
(i32.eq
|
|
(get_local $5)
|
|
(i32.const 2047)
|
|
)
|
|
)
|
|
(get_local $7)
|
|
(i64.eq
|
|
(get_local $3)
|
|
(i64.const 0)
|
|
)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(if
|
|
(i32.gt_s
|
|
(i32.sub
|
|
(get_local $5)
|
|
(get_local $6)
|
|
)
|
|
(i32.const 64)
|
|
)
|
|
(return
|
|
(f64.add
|
|
(get_local $0)
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
(set_local $8
|
|
(f64.const 1)
|
|
)
|
|
(if
|
|
(i32.gt_s
|
|
(get_local $5)
|
|
(i32.add
|
|
(i32.const 1023)
|
|
(i32.const 510)
|
|
)
|
|
)
|
|
(block
|
|
(set_local $8
|
|
(f64.const 5260135901548373507240989e186)
|
|
)
|
|
(set_local $0
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.const 1.90109156629516e-211)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(f64.mul
|
|
(get_local $1)
|
|
(f64.const 1.90109156629516e-211)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_s
|
|
(get_local $6)
|
|
(i32.sub
|
|
(i32.const 1023)
|
|
(i32.const 450)
|
|
)
|
|
)
|
|
(block
|
|
(set_local $8
|
|
(f64.const 1.90109156629516e-211)
|
|
)
|
|
(set_local $0
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.const 5260135901548373507240989e186)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(f64.mul
|
|
(get_local $1)
|
|
(f64.const 5260135901548373507240989e186)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $9
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.const 134217729)
|
|
)
|
|
)
|
|
(set_local $10
|
|
(f64.add
|
|
(f64.sub
|
|
(get_local $0)
|
|
(get_local $9)
|
|
)
|
|
(get_local $9)
|
|
)
|
|
)
|
|
(set_local $11
|
|
(f64.sub
|
|
(get_local $0)
|
|
(get_local $10)
|
|
)
|
|
)
|
|
(set_local $12
|
|
(f64.mul
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $13
|
|
(f64.add
|
|
(f64.add
|
|
(f64.sub
|
|
(f64.mul
|
|
(get_local $10)
|
|
(get_local $10)
|
|
)
|
|
(get_local $12)
|
|
)
|
|
(f64.mul
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(get_local $10)
|
|
)
|
|
(get_local $11)
|
|
)
|
|
)
|
|
(f64.mul
|
|
(get_local $11)
|
|
(get_local $11)
|
|
)
|
|
)
|
|
)
|
|
(set_local $9
|
|
(f64.mul
|
|
(get_local $1)
|
|
(f64.const 134217729)
|
|
)
|
|
)
|
|
(set_local $10
|
|
(f64.add
|
|
(f64.sub
|
|
(get_local $1)
|
|
(get_local $9)
|
|
)
|
|
(get_local $9)
|
|
)
|
|
)
|
|
(set_local $11
|
|
(f64.sub
|
|
(get_local $1)
|
|
(get_local $10)
|
|
)
|
|
)
|
|
(set_local $14
|
|
(f64.mul
|
|
(get_local $1)
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(set_local $15
|
|
(f64.add
|
|
(f64.add
|
|
(f64.sub
|
|
(f64.mul
|
|
(get_local $10)
|
|
(get_local $10)
|
|
)
|
|
(get_local $14)
|
|
)
|
|
(f64.mul
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(get_local $10)
|
|
)
|
|
(get_local $11)
|
|
)
|
|
)
|
|
(f64.mul
|
|
(get_local $11)
|
|
(get_local $11)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.mul
|
|
(get_local $8)
|
|
(f64.sqrt
|
|
(f64.add
|
|
(f64.add
|
|
(f64.add
|
|
(get_local $15)
|
|
(get_local $13)
|
|
)
|
|
(get_local $14)
|
|
)
|
|
(get_local $12)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/hypot (; 36 ;) (type $FFF) (param $0 f64) (param $1 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.hypot
|
|
(get_local $0)
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.imul (; 37 ;) (type $FFF) (param $0 f64) (param $1 f64) (result f64)
|
|
(return
|
|
(f64.convert_s/i32
|
|
(i32.mul
|
|
(i32.trunc_s/f64
|
|
(get_local $0)
|
|
)
|
|
(i32.trunc_s/f64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/imul (; 38 ;) (type $FFF) (param $0 f64) (param $1 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.imul
|
|
(get_local $0)
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/log (; 39 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.log
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.log10 (; 40 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 i64)
|
|
(local $2 i32)
|
|
(local $3 i32)
|
|
(local $4 i32)
|
|
(local $5 f64)
|
|
(local $6 f64)
|
|
(local $7 f64)
|
|
(local $8 f64)
|
|
(local $9 f64)
|
|
(local $10 f64)
|
|
(local $11 f64)
|
|
(local $12 f64)
|
|
(local $13 f64)
|
|
(local $14 f64)
|
|
(local $15 f64)
|
|
(local $16 f64)
|
|
(local $17 f64)
|
|
(local $18 f64)
|
|
(nop)
|
|
(set_local $1
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i32.const 0)
|
|
)
|
|
(if
|
|
(i32.and
|
|
(if (result i32)
|
|
(tee_local $4
|
|
(i32.lt_u
|
|
(get_local $2)
|
|
(i32.const 1048576)
|
|
)
|
|
)
|
|
(get_local $4)
|
|
(i32.and
|
|
(i32.shr_u
|
|
(get_local $2)
|
|
(i32.const 31)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
(block
|
|
(if
|
|
(i64.eq
|
|
(i64.shl
|
|
(get_local $1)
|
|
(i64.const 1)
|
|
)
|
|
(i64.const 0)
|
|
)
|
|
(return
|
|
(f64.div
|
|
(f64.const -1)
|
|
(f64.mul
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.shr_u
|
|
(get_local $2)
|
|
(i32.const 31)
|
|
)
|
|
(return
|
|
(f64.div
|
|
(f64.sub
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
(f64.const 0)
|
|
)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i32.sub
|
|
(get_local $3)
|
|
(i32.const 54)
|
|
)
|
|
)
|
|
(set_local $0
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.const 18014398509481984)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.ge_u
|
|
(get_local $2)
|
|
(i32.const 2146435072)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
(if
|
|
(i32.and
|
|
(if (result i32)
|
|
(tee_local $4
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 1072693248)
|
|
)
|
|
)
|
|
(i64.eq
|
|
(i64.shl
|
|
(get_local $1)
|
|
(i64.const 32)
|
|
)
|
|
(i64.const 0)
|
|
)
|
|
(get_local $4)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
(return
|
|
(f64.const 0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.add
|
|
(get_local $2)
|
|
(i32.sub
|
|
(i32.const 1072693248)
|
|
(i32.const 1072079006)
|
|
)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i32.add
|
|
(get_local $3)
|
|
(i32.sub
|
|
(i32.shr_u
|
|
(get_local $2)
|
|
(i32.const 20)
|
|
)
|
|
(i32.const 1023)
|
|
)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.add
|
|
(i32.and
|
|
(get_local $2)
|
|
(i32.const 1048575)
|
|
)
|
|
(i32.const 1072079006)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.or
|
|
(i64.shl
|
|
(i64.extend_u/i32
|
|
(get_local $2)
|
|
)
|
|
(i64.const 32)
|
|
)
|
|
(i64.and
|
|
(get_local $1)
|
|
(i64.const 4294967295)
|
|
)
|
|
)
|
|
)
|
|
(set_local $0
|
|
(f64.reinterpret/i64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(set_local $5
|
|
(f64.sub
|
|
(get_local $0)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
(set_local $6
|
|
(f64.mul
|
|
(f64.mul
|
|
(f64.const 0.5)
|
|
(get_local $5)
|
|
)
|
|
(get_local $5)
|
|
)
|
|
)
|
|
(set_local $7
|
|
(f64.div
|
|
(get_local $5)
|
|
(f64.add
|
|
(f64.const 2)
|
|
(get_local $5)
|
|
)
|
|
)
|
|
)
|
|
(set_local $8
|
|
(f64.mul
|
|
(get_local $7)
|
|
(get_local $7)
|
|
)
|
|
)
|
|
(set_local $9
|
|
(f64.mul
|
|
(get_local $8)
|
|
(get_local $8)
|
|
)
|
|
)
|
|
(set_local $10
|
|
(f64.mul
|
|
(get_local $9)
|
|
(f64.add
|
|
(f64.const 0.3999999999940942)
|
|
(f64.mul
|
|
(get_local $9)
|
|
(f64.add
|
|
(f64.const 0.22222198432149784)
|
|
(f64.mul
|
|
(get_local $9)
|
|
(f64.const 0.15313837699209373)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $11
|
|
(f64.mul
|
|
(get_local $8)
|
|
(f64.add
|
|
(f64.const 0.6666666666666735)
|
|
(f64.mul
|
|
(get_local $9)
|
|
(f64.add
|
|
(f64.const 0.2857142874366239)
|
|
(f64.mul
|
|
(get_local $9)
|
|
(f64.add
|
|
(f64.const 0.1818357216161805)
|
|
(f64.mul
|
|
(get_local $9)
|
|
(f64.const 0.14798198605116586)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $12
|
|
(f64.add
|
|
(get_local $11)
|
|
(get_local $10)
|
|
)
|
|
)
|
|
(set_local $13
|
|
(f64.sub
|
|
(get_local $5)
|
|
(get_local $6)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.reinterpret/f64
|
|
(get_local $13)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.and
|
|
(get_local $1)
|
|
(i64.const -4294967296)
|
|
)
|
|
)
|
|
(set_local $13
|
|
(f64.reinterpret/i64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(set_local $14
|
|
(f64.add
|
|
(f64.sub
|
|
(f64.sub
|
|
(get_local $5)
|
|
(get_local $13)
|
|
)
|
|
(get_local $6)
|
|
)
|
|
(f64.mul
|
|
(get_local $7)
|
|
(f64.add
|
|
(get_local $6)
|
|
(get_local $12)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $15
|
|
(f64.mul
|
|
(get_local $13)
|
|
(f64.const 0.4342944818781689)
|
|
)
|
|
)
|
|
(set_local $16
|
|
(f64.convert_s/i32
|
|
(get_local $3)
|
|
)
|
|
)
|
|
(set_local $17
|
|
(f64.mul
|
|
(get_local $16)
|
|
(f64.const 0.30102999566361177)
|
|
)
|
|
)
|
|
(set_local $18
|
|
(f64.add
|
|
(f64.add
|
|
(f64.mul
|
|
(get_local $16)
|
|
(f64.const 3.694239077158931e-13)
|
|
)
|
|
(f64.mul
|
|
(f64.add
|
|
(get_local $14)
|
|
(get_local $13)
|
|
)
|
|
(f64.const 2.5082946711645275e-11)
|
|
)
|
|
)
|
|
(f64.mul
|
|
(get_local $14)
|
|
(f64.const 0.4342944818781689)
|
|
)
|
|
)
|
|
)
|
|
(set_local $9
|
|
(f64.add
|
|
(get_local $17)
|
|
(get_local $15)
|
|
)
|
|
)
|
|
(set_local $18
|
|
(f64.add
|
|
(get_local $18)
|
|
(f64.add
|
|
(f64.sub
|
|
(get_local $17)
|
|
(get_local $9)
|
|
)
|
|
(get_local $15)
|
|
)
|
|
)
|
|
)
|
|
(set_local $15
|
|
(get_local $9)
|
|
)
|
|
(return
|
|
(f64.add
|
|
(get_local $18)
|
|
(get_local $15)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/log10 (; 41 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.log10
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/log1p (; 42 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.log1p
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.log2 (; 43 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 i64)
|
|
(local $2 i32)
|
|
(local $3 i32)
|
|
(local $4 i32)
|
|
(local $5 f64)
|
|
(local $6 f64)
|
|
(local $7 f64)
|
|
(local $8 f64)
|
|
(local $9 f64)
|
|
(local $10 f64)
|
|
(local $11 f64)
|
|
(local $12 f64)
|
|
(local $13 f64)
|
|
(local $14 f64)
|
|
(local $15 f64)
|
|
(local $16 f64)
|
|
(local $17 f64)
|
|
(nop)
|
|
(set_local $1
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i32.const 0)
|
|
)
|
|
(if
|
|
(i32.and
|
|
(if (result i32)
|
|
(tee_local $4
|
|
(i32.lt_u
|
|
(get_local $2)
|
|
(i32.const 1048576)
|
|
)
|
|
)
|
|
(get_local $4)
|
|
(i32.and
|
|
(i32.shr_u
|
|
(get_local $2)
|
|
(i32.const 31)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
(block
|
|
(if
|
|
(i64.eq
|
|
(i64.shl
|
|
(get_local $1)
|
|
(i64.const 1)
|
|
)
|
|
(i64.const 0)
|
|
)
|
|
(return
|
|
(f64.div
|
|
(f64.const -1)
|
|
(f64.mul
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.shr_u
|
|
(get_local $2)
|
|
(i32.const 31)
|
|
)
|
|
(return
|
|
(f64.div
|
|
(f64.sub
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
(f64.const 0)
|
|
)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i32.sub
|
|
(get_local $3)
|
|
(i32.const 54)
|
|
)
|
|
)
|
|
(set_local $0
|
|
(f64.mul
|
|
(get_local $0)
|
|
(f64.const 18014398509481984)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.ge_u
|
|
(get_local $2)
|
|
(i32.const 2146435072)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
(if
|
|
(i32.and
|
|
(if (result i32)
|
|
(tee_local $4
|
|
(i32.eq
|
|
(get_local $2)
|
|
(i32.const 1072693248)
|
|
)
|
|
)
|
|
(i64.eq
|
|
(i64.shl
|
|
(get_local $1)
|
|
(i64.const 32)
|
|
)
|
|
(i64.const 0)
|
|
)
|
|
(get_local $4)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
(return
|
|
(f64.const 0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.add
|
|
(get_local $2)
|
|
(i32.sub
|
|
(i32.const 1072693248)
|
|
(i32.const 1072079006)
|
|
)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i32.add
|
|
(get_local $3)
|
|
(i32.sub
|
|
(i32.shr_u
|
|
(get_local $2)
|
|
(i32.const 20)
|
|
)
|
|
(i32.const 1023)
|
|
)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.add
|
|
(i32.and
|
|
(get_local $2)
|
|
(i32.const 1048575)
|
|
)
|
|
(i32.const 1072079006)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.or
|
|
(i64.shl
|
|
(i64.extend_u/i32
|
|
(get_local $2)
|
|
)
|
|
(i64.const 32)
|
|
)
|
|
(i64.and
|
|
(get_local $1)
|
|
(i64.const 4294967295)
|
|
)
|
|
)
|
|
)
|
|
(set_local $0
|
|
(f64.reinterpret/i64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(set_local $5
|
|
(f64.sub
|
|
(get_local $0)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
(set_local $6
|
|
(f64.mul
|
|
(f64.mul
|
|
(f64.const 0.5)
|
|
(get_local $5)
|
|
)
|
|
(get_local $5)
|
|
)
|
|
)
|
|
(set_local $7
|
|
(f64.div
|
|
(get_local $5)
|
|
(f64.add
|
|
(f64.const 2)
|
|
(get_local $5)
|
|
)
|
|
)
|
|
)
|
|
(set_local $8
|
|
(f64.mul
|
|
(get_local $7)
|
|
(get_local $7)
|
|
)
|
|
)
|
|
(set_local $9
|
|
(f64.mul
|
|
(get_local $8)
|
|
(get_local $8)
|
|
)
|
|
)
|
|
(set_local $10
|
|
(f64.mul
|
|
(get_local $9)
|
|
(f64.add
|
|
(f64.const 0.3999999999940942)
|
|
(f64.mul
|
|
(get_local $9)
|
|
(f64.add
|
|
(f64.const 0.22222198432149784)
|
|
(f64.mul
|
|
(get_local $9)
|
|
(f64.const 0.15313837699209373)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $11
|
|
(f64.mul
|
|
(get_local $8)
|
|
(f64.add
|
|
(f64.const 0.6666666666666735)
|
|
(f64.mul
|
|
(get_local $9)
|
|
(f64.add
|
|
(f64.const 0.2857142874366239)
|
|
(f64.mul
|
|
(get_local $9)
|
|
(f64.add
|
|
(f64.const 0.1818357216161805)
|
|
(f64.mul
|
|
(get_local $9)
|
|
(f64.const 0.14798198605116586)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $12
|
|
(f64.add
|
|
(get_local $11)
|
|
(get_local $10)
|
|
)
|
|
)
|
|
(set_local $13
|
|
(f64.sub
|
|
(get_local $5)
|
|
(get_local $6)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.reinterpret/f64
|
|
(get_local $13)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.and
|
|
(get_local $1)
|
|
(i64.const -4294967296)
|
|
)
|
|
)
|
|
(set_local $13
|
|
(f64.reinterpret/i64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(set_local $14
|
|
(f64.add
|
|
(f64.sub
|
|
(f64.sub
|
|
(get_local $5)
|
|
(get_local $13)
|
|
)
|
|
(get_local $6)
|
|
)
|
|
(f64.mul
|
|
(get_local $7)
|
|
(f64.add
|
|
(get_local $6)
|
|
(get_local $12)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $15
|
|
(f64.mul
|
|
(get_local $13)
|
|
(f64.const 1.4426950407214463)
|
|
)
|
|
)
|
|
(set_local $16
|
|
(f64.add
|
|
(f64.mul
|
|
(f64.add
|
|
(get_local $14)
|
|
(get_local $13)
|
|
)
|
|
(f64.const 1.6751713164886512e-10)
|
|
)
|
|
(f64.mul
|
|
(get_local $14)
|
|
(f64.const 1.4426950407214463)
|
|
)
|
|
)
|
|
)
|
|
(set_local $17
|
|
(f64.convert_s/i32
|
|
(get_local $3)
|
|
)
|
|
)
|
|
(set_local $9
|
|
(f64.add
|
|
(get_local $17)
|
|
(get_local $15)
|
|
)
|
|
)
|
|
(set_local $16
|
|
(f64.add
|
|
(get_local $16)
|
|
(f64.add
|
|
(f64.sub
|
|
(get_local $17)
|
|
(get_local $9)
|
|
)
|
|
(get_local $15)
|
|
)
|
|
)
|
|
)
|
|
(set_local $15
|
|
(get_local $9)
|
|
)
|
|
(return
|
|
(f64.add
|
|
(get_local $16)
|
|
(get_local $15)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/log2 (; 44 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.log2
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/max (; 45 ;) (type $FFF) (param $0 f64) (param $1 f64) (result f64)
|
|
(local $2 f64)
|
|
(local $3 f64)
|
|
(return
|
|
(block $~lib/math/NativeMath.max|inlined.0 (result f64)
|
|
(set_local $2
|
|
(get_local $0)
|
|
)
|
|
(set_local $3
|
|
(get_local $1)
|
|
)
|
|
(br $~lib/math/NativeMath.max|inlined.0
|
|
(f64.max
|
|
(get_local $2)
|
|
(get_local $3)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/min (; 46 ;) (type $FFF) (param $0 f64) (param $1 f64) (result f64)
|
|
(local $2 f64)
|
|
(local $3 f64)
|
|
(return
|
|
(block $~lib/math/NativeMath.min|inlined.0 (result f64)
|
|
(set_local $2
|
|
(get_local $0)
|
|
)
|
|
(set_local $3
|
|
(get_local $1)
|
|
)
|
|
(br $~lib/math/NativeMath.min|inlined.0
|
|
(f64.min
|
|
(get_local $2)
|
|
(get_local $3)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.pow (; 47 ;) (type $FFF) (param $0 f64) (param $1 f64) (result f64)
|
|
(local $2 i64)
|
|
(local $3 i32)
|
|
(local $4 i32)
|
|
(local $5 i32)
|
|
(local $6 i32)
|
|
(local $7 i32)
|
|
(local $8 i32)
|
|
(local $9 i32)
|
|
(local $10 i32)
|
|
(local $11 i32)
|
|
(local $12 f64)
|
|
(local $13 f64)
|
|
(local $14 f64)
|
|
(local $15 f64)
|
|
(local $16 f64)
|
|
(local $17 f64)
|
|
(local $18 f64)
|
|
(local $19 f64)
|
|
(local $20 f64)
|
|
(local $21 f64)
|
|
(local $22 f64)
|
|
(local $23 f64)
|
|
(local $24 i32)
|
|
(local $25 i32)
|
|
(local $26 f64)
|
|
(local $27 f64)
|
|
(local $28 f64)
|
|
(local $29 f64)
|
|
(local $30 f64)
|
|
(local $31 f64)
|
|
(local $32 f64)
|
|
(local $33 f64)
|
|
(local $34 f64)
|
|
(local $35 f64)
|
|
(local $36 f64)
|
|
(local $37 f64)
|
|
(local $38 i32)
|
|
(nop)
|
|
(set_local $2
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $2)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(i32.wrap/i64
|
|
(get_local $2)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i64.reinterpret/f64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(set_local $5
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $2)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $6
|
|
(i32.wrap/i64
|
|
(get_local $2)
|
|
)
|
|
)
|
|
(set_local $7
|
|
(i32.and
|
|
(get_local $3)
|
|
(i32.const 2147483647)
|
|
)
|
|
)
|
|
(set_local $8
|
|
(i32.and
|
|
(get_local $5)
|
|
(i32.const 2147483647)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(i32.or
|
|
(get_local $8)
|
|
(get_local $6)
|
|
)
|
|
(i32.const 0)
|
|
)
|
|
(return
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
(if
|
|
(i32.and
|
|
(if (result i32)
|
|
(tee_local $9
|
|
(i32.and
|
|
(if (result i32)
|
|
(tee_local $9
|
|
(i32.and
|
|
(if (result i32)
|
|
(tee_local $9
|
|
(i32.gt_s
|
|
(get_local $7)
|
|
(i32.const 2146435072)
|
|
)
|
|
)
|
|
(get_local $9)
|
|
(if (result i32)
|
|
(tee_local $9
|
|
(i32.eq
|
|
(get_local $7)
|
|
(i32.const 2146435072)
|
|
)
|
|
)
|
|
(i32.ne
|
|
(get_local $4)
|
|
(i32.const 0)
|
|
)
|
|
(get_local $9)
|
|
)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(get_local $9)
|
|
(i32.gt_s
|
|
(get_local $8)
|
|
(i32.const 2146435072)
|
|
)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(get_local $9)
|
|
(if (result i32)
|
|
(tee_local $9
|
|
(i32.eq
|
|
(get_local $8)
|
|
(i32.const 2146435072)
|
|
)
|
|
)
|
|
(i32.ne
|
|
(get_local $6)
|
|
(i32.const 0)
|
|
)
|
|
(get_local $9)
|
|
)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
(return
|
|
(f64.add
|
|
(get_local $0)
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
(set_local $10
|
|
(i32.const 0)
|
|
)
|
|
(if
|
|
(i32.lt_s
|
|
(get_local $3)
|
|
(i32.const 0)
|
|
)
|
|
(if
|
|
(i32.ge_s
|
|
(get_local $8)
|
|
(i32.const 1128267776)
|
|
)
|
|
(set_local $10
|
|
(i32.const 2)
|
|
)
|
|
(if
|
|
(i32.ge_s
|
|
(get_local $8)
|
|
(i32.const 1072693248)
|
|
)
|
|
(block
|
|
(set_local $11
|
|
(i32.sub
|
|
(i32.shr_s
|
|
(get_local $8)
|
|
(i32.const 20)
|
|
)
|
|
(i32.const 1023)
|
|
)
|
|
)
|
|
(if
|
|
(i32.gt_s
|
|
(get_local $11)
|
|
(i32.const 20)
|
|
)
|
|
(block
|
|
(set_local $9
|
|
(i32.shr_u
|
|
(get_local $6)
|
|
(i32.sub
|
|
(i32.const 52)
|
|
(get_local $11)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(i32.shl
|
|
(get_local $9)
|
|
(i32.sub
|
|
(i32.const 52)
|
|
(get_local $11)
|
|
)
|
|
)
|
|
(get_local $6)
|
|
)
|
|
(set_local $10
|
|
(i32.sub
|
|
(i32.const 2)
|
|
(i32.and
|
|
(get_local $9)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(get_local $6)
|
|
(i32.const 0)
|
|
)
|
|
(block
|
|
(set_local $9
|
|
(i32.shr_s
|
|
(get_local $8)
|
|
(i32.sub
|
|
(i32.const 20)
|
|
(get_local $11)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(i32.shl
|
|
(get_local $9)
|
|
(i32.sub
|
|
(i32.const 20)
|
|
(get_local $11)
|
|
)
|
|
)
|
|
(get_local $8)
|
|
)
|
|
(set_local $10
|
|
(i32.sub
|
|
(i32.const 2)
|
|
(i32.and
|
|
(get_local $9)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(get_local $6)
|
|
(i32.const 0)
|
|
)
|
|
(block
|
|
(if
|
|
(i32.eq
|
|
(get_local $8)
|
|
(i32.const 2146435072)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(i32.or
|
|
(i32.sub
|
|
(get_local $7)
|
|
(i32.const 1072693248)
|
|
)
|
|
(get_local $4)
|
|
)
|
|
(i32.const 0)
|
|
)
|
|
(return
|
|
(f64.const nan:0x8000000000000)
|
|
)
|
|
(if
|
|
(i32.ge_s
|
|
(get_local $7)
|
|
(i32.const 1072693248)
|
|
)
|
|
(return
|
|
(if (result f64)
|
|
(i32.ge_s
|
|
(get_local $5)
|
|
(i32.const 0)
|
|
)
|
|
(get_local $1)
|
|
(f64.const 0)
|
|
)
|
|
)
|
|
(return
|
|
(if (result f64)
|
|
(i32.ge_s
|
|
(get_local $5)
|
|
(i32.const 0)
|
|
)
|
|
(f64.const 0)
|
|
(f64.neg
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(get_local $8)
|
|
(i32.const 1072693248)
|
|
)
|
|
(block
|
|
(if
|
|
(i32.ge_s
|
|
(get_local $5)
|
|
(i32.const 0)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(return
|
|
(f64.div
|
|
(f64.const 1)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(get_local $5)
|
|
(i32.const 1073741824)
|
|
)
|
|
(return
|
|
(f64.mul
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(get_local $5)
|
|
(i32.const 1071644672)
|
|
)
|
|
(if
|
|
(i32.ge_s
|
|
(get_local $3)
|
|
(i32.const 0)
|
|
)
|
|
(return
|
|
(f64.sqrt
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $12
|
|
(f64.abs
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(get_local $4)
|
|
(i32.const 0)
|
|
)
|
|
(if
|
|
(i32.and
|
|
(if (result i32)
|
|
(tee_local $9
|
|
(i32.and
|
|
(if (result i32)
|
|
(tee_local $9
|
|
(i32.eq
|
|
(get_local $7)
|
|
(i32.const 2146435072)
|
|
)
|
|
)
|
|
(get_local $9)
|
|
(i32.eq
|
|
(get_local $7)
|
|
(i32.const 0)
|
|
)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(get_local $9)
|
|
(i32.eq
|
|
(get_local $7)
|
|
(i32.const 1072693248)
|
|
)
|
|
)
|
|
(i32.const 1)
|
|
)
|
|
(block
|
|
(set_local $13
|
|
(get_local $12)
|
|
)
|
|
(if
|
|
(i32.lt_s
|
|
(get_local $5)
|
|
(i32.const 0)
|
|
)
|
|
(set_local $13
|
|
(f64.div
|
|
(f64.const 1)
|
|
(get_local $13)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_s
|
|
(get_local $3)
|
|
(i32.const 0)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(i32.or
|
|
(i32.sub
|
|
(get_local $7)
|
|
(i32.const 1072693248)
|
|
)
|
|
(get_local $10)
|
|
)
|
|
(i32.const 0)
|
|
)
|
|
(set_local $13
|
|
(f64.div
|
|
(f64.sub
|
|
(get_local $13)
|
|
(get_local $13)
|
|
)
|
|
(f64.sub
|
|
(get_local $13)
|
|
(get_local $13)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(get_local $10)
|
|
(i32.const 1)
|
|
)
|
|
(set_local $13
|
|
(f64.neg
|
|
(get_local $13)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(get_local $13)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $14
|
|
(f64.const 1)
|
|
)
|
|
(if
|
|
(i32.lt_s
|
|
(get_local $3)
|
|
(i32.const 0)
|
|
)
|
|
(block
|
|
(if
|
|
(i32.eq
|
|
(get_local $10)
|
|
(i32.const 0)
|
|
)
|
|
(return
|
|
(f64.div
|
|
(f64.sub
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
(f64.sub
|
|
(get_local $0)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eq
|
|
(get_local $10)
|
|
(i32.const 1)
|
|
)
|
|
(set_local $14
|
|
(f64.const -1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(nop)
|
|
(nop)
|
|
(if
|
|
(i32.gt_s
|
|
(get_local $8)
|
|
(i32.const 1105199104)
|
|
)
|
|
(block
|
|
(if
|
|
(i32.gt_s
|
|
(get_local $8)
|
|
(i32.const 1139802112)
|
|
)
|
|
(block
|
|
(if
|
|
(i32.le_s
|
|
(get_local $7)
|
|
(i32.const 1072693247)
|
|
)
|
|
(return
|
|
(if (result f64)
|
|
(i32.lt_s
|
|
(get_local $5)
|
|
(i32.const 0)
|
|
)
|
|
(f64.mul
|
|
(f64.const 1.e+300)
|
|
(f64.const 1.e+300)
|
|
)
|
|
(f64.mul
|
|
(f64.const 1e-300)
|
|
(f64.const 1e-300)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.ge_s
|
|
(get_local $7)
|
|
(i32.const 1072693248)
|
|
)
|
|
(return
|
|
(if (result f64)
|
|
(i32.gt_s
|
|
(get_local $5)
|
|
(i32.const 0)
|
|
)
|
|
(f64.mul
|
|
(f64.const 1.e+300)
|
|
(f64.const 1.e+300)
|
|
)
|
|
(f64.mul
|
|
(f64.const 1e-300)
|
|
(f64.const 1e-300)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_s
|
|
(get_local $7)
|
|
(i32.const 1072693247)
|
|
)
|
|
(return
|
|
(if (result f64)
|
|
(i32.lt_s
|
|
(get_local $5)
|
|
(i32.const 0)
|
|
)
|
|
(f64.mul
|
|
(f64.mul
|
|
(get_local $14)
|
|
(f64.const 1.e+300)
|
|
)
|
|
(f64.const 1.e+300)
|
|
)
|
|
(f64.mul
|
|
(f64.mul
|
|
(get_local $14)
|
|
(f64.const 1e-300)
|
|
)
|
|
(f64.const 1e-300)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.gt_s
|
|
(get_local $7)
|
|
(i32.const 1072693248)
|
|
)
|
|
(return
|
|
(if (result f64)
|
|
(i32.gt_s
|
|
(get_local $5)
|
|
(i32.const 0)
|
|
)
|
|
(f64.mul
|
|
(f64.mul
|
|
(get_local $14)
|
|
(f64.const 1.e+300)
|
|
)
|
|
(f64.const 1.e+300)
|
|
)
|
|
(f64.mul
|
|
(f64.mul
|
|
(get_local $14)
|
|
(f64.const 1e-300)
|
|
)
|
|
(f64.const 1e-300)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $20
|
|
(f64.sub
|
|
(get_local $12)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
(set_local $23
|
|
(f64.mul
|
|
(f64.mul
|
|
(get_local $20)
|
|
(get_local $20)
|
|
)
|
|
(f64.sub
|
|
(f64.const 0.5)
|
|
(f64.mul
|
|
(get_local $20)
|
|
(f64.sub
|
|
(f64.const 0.3333333333333333)
|
|
(f64.mul
|
|
(get_local $20)
|
|
(f64.const 0.25)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $21
|
|
(f64.mul
|
|
(f64.const 1.4426950216293335)
|
|
(get_local $20)
|
|
)
|
|
)
|
|
(set_local $22
|
|
(f64.sub
|
|
(f64.mul
|
|
(get_local $20)
|
|
(f64.const 1.9259629911266175e-08)
|
|
)
|
|
(f64.mul
|
|
(get_local $23)
|
|
(f64.const 1.4426950408889634)
|
|
)
|
|
)
|
|
)
|
|
(set_local $15
|
|
(f64.add
|
|
(get_local $21)
|
|
(get_local $22)
|
|
)
|
|
)
|
|
(set_local $15
|
|
(f64.reinterpret/i64
|
|
(i64.and
|
|
(i64.reinterpret/f64
|
|
(get_local $15)
|
|
)
|
|
(i64.const -4294967296)
|
|
)
|
|
)
|
|
)
|
|
(set_local $16
|
|
(f64.sub
|
|
(get_local $22)
|
|
(f64.sub
|
|
(get_local $15)
|
|
(get_local $21)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(block
|
|
(nop)
|
|
(set_local $25
|
|
(i32.const 0)
|
|
)
|
|
(if
|
|
(i32.lt_s
|
|
(get_local $7)
|
|
(i32.const 1048576)
|
|
)
|
|
(block
|
|
(set_local $12
|
|
(f64.mul
|
|
(get_local $12)
|
|
(f64.const 9007199254740992)
|
|
)
|
|
)
|
|
(set_local $25
|
|
(i32.sub
|
|
(get_local $25)
|
|
(i32.const 53)
|
|
)
|
|
)
|
|
(set_local $7
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(i64.reinterpret/f64
|
|
(get_local $12)
|
|
)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $25
|
|
(i32.add
|
|
(get_local $25)
|
|
(i32.sub
|
|
(i32.shr_s
|
|
(get_local $7)
|
|
(i32.const 20)
|
|
)
|
|
(i32.const 1023)
|
|
)
|
|
)
|
|
)
|
|
(set_local $24
|
|
(i32.and
|
|
(get_local $7)
|
|
(i32.const 1048575)
|
|
)
|
|
)
|
|
(set_local $7
|
|
(i32.or
|
|
(get_local $24)
|
|
(i32.const 1072693248)
|
|
)
|
|
)
|
|
(if
|
|
(i32.le_s
|
|
(get_local $24)
|
|
(i32.const 235662)
|
|
)
|
|
(set_local $11
|
|
(i32.const 0)
|
|
)
|
|
(if
|
|
(i32.lt_s
|
|
(get_local $24)
|
|
(i32.const 767610)
|
|
)
|
|
(set_local $11
|
|
(i32.const 1)
|
|
)
|
|
(block
|
|
(set_local $11
|
|
(i32.const 0)
|
|
)
|
|
(set_local $25
|
|
(i32.add
|
|
(get_local $25)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(set_local $7
|
|
(i32.sub
|
|
(get_local $7)
|
|
(i32.const 1048576)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $12
|
|
(f64.reinterpret/i64
|
|
(i64.or
|
|
(i64.and
|
|
(i64.reinterpret/f64
|
|
(get_local $12)
|
|
)
|
|
(i64.const 4294967295)
|
|
)
|
|
(i64.shl
|
|
(i64.extend_u/i32
|
|
(get_local $7)
|
|
)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $32
|
|
(select
|
|
(f64.const 1.5)
|
|
(f64.const 1)
|
|
(get_local $11)
|
|
)
|
|
)
|
|
(set_local $21
|
|
(f64.sub
|
|
(get_local $12)
|
|
(get_local $32)
|
|
)
|
|
)
|
|
(set_local $22
|
|
(f64.div
|
|
(f64.const 1)
|
|
(f64.add
|
|
(get_local $12)
|
|
(get_local $32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $26
|
|
(f64.mul
|
|
(get_local $21)
|
|
(get_local $22)
|
|
)
|
|
)
|
|
(set_local $28
|
|
(get_local $26)
|
|
)
|
|
(set_local $28
|
|
(f64.reinterpret/i64
|
|
(i64.and
|
|
(i64.reinterpret/f64
|
|
(get_local $28)
|
|
)
|
|
(i64.const -4294967296)
|
|
)
|
|
)
|
|
)
|
|
(set_local $30
|
|
(f64.reinterpret/i64
|
|
(i64.shl
|
|
(i64.extend_u/i32
|
|
(i32.add
|
|
(i32.add
|
|
(i32.or
|
|
(i32.shr_s
|
|
(get_local $7)
|
|
(i32.const 1)
|
|
)
|
|
(i32.const 536870912)
|
|
)
|
|
(i32.const 524288)
|
|
)
|
|
(i32.shl
|
|
(get_local $11)
|
|
(i32.const 18)
|
|
)
|
|
)
|
|
)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $31
|
|
(f64.sub
|
|
(get_local $12)
|
|
(f64.sub
|
|
(get_local $30)
|
|
(get_local $32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $29
|
|
(f64.mul
|
|
(get_local $22)
|
|
(f64.sub
|
|
(f64.sub
|
|
(get_local $21)
|
|
(f64.mul
|
|
(get_local $28)
|
|
(get_local $30)
|
|
)
|
|
)
|
|
(f64.mul
|
|
(get_local $28)
|
|
(get_local $31)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $27
|
|
(f64.mul
|
|
(get_local $26)
|
|
(get_local $26)
|
|
)
|
|
)
|
|
(set_local $19
|
|
(f64.mul
|
|
(f64.mul
|
|
(get_local $27)
|
|
(get_local $27)
|
|
)
|
|
(f64.add
|
|
(f64.const 0.5999999999999946)
|
|
(f64.mul
|
|
(get_local $27)
|
|
(f64.add
|
|
(f64.const 0.4285714285785502)
|
|
(f64.mul
|
|
(get_local $27)
|
|
(f64.add
|
|
(f64.const 0.33333332981837743)
|
|
(f64.mul
|
|
(get_local $27)
|
|
(f64.add
|
|
(f64.const 0.272728123808534)
|
|
(f64.mul
|
|
(get_local $27)
|
|
(f64.add
|
|
(f64.const 0.23066074577556175)
|
|
(f64.mul
|
|
(get_local $27)
|
|
(f64.const 0.20697501780033842)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $19
|
|
(f64.add
|
|
(get_local $19)
|
|
(f64.mul
|
|
(get_local $29)
|
|
(f64.add
|
|
(get_local $28)
|
|
(get_local $26)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $27
|
|
(f64.mul
|
|
(get_local $28)
|
|
(get_local $28)
|
|
)
|
|
)
|
|
(set_local $30
|
|
(f64.add
|
|
(f64.add
|
|
(f64.const 3)
|
|
(get_local $27)
|
|
)
|
|
(get_local $19)
|
|
)
|
|
)
|
|
(set_local $30
|
|
(f64.reinterpret/i64
|
|
(i64.and
|
|
(i64.reinterpret/f64
|
|
(get_local $30)
|
|
)
|
|
(i64.const -4294967296)
|
|
)
|
|
)
|
|
)
|
|
(set_local $31
|
|
(f64.sub
|
|
(get_local $19)
|
|
(f64.sub
|
|
(f64.sub
|
|
(get_local $30)
|
|
(f64.const 3)
|
|
)
|
|
(get_local $27)
|
|
)
|
|
)
|
|
)
|
|
(set_local $21
|
|
(f64.mul
|
|
(get_local $28)
|
|
(get_local $30)
|
|
)
|
|
)
|
|
(set_local $22
|
|
(f64.add
|
|
(f64.mul
|
|
(get_local $29)
|
|
(get_local $30)
|
|
)
|
|
(f64.mul
|
|
(get_local $31)
|
|
(get_local $26)
|
|
)
|
|
)
|
|
)
|
|
(set_local $17
|
|
(f64.add
|
|
(get_local $21)
|
|
(get_local $22)
|
|
)
|
|
)
|
|
(set_local $17
|
|
(f64.reinterpret/i64
|
|
(i64.and
|
|
(i64.reinterpret/f64
|
|
(get_local $17)
|
|
)
|
|
(i64.const -4294967296)
|
|
)
|
|
)
|
|
)
|
|
(set_local $18
|
|
(f64.sub
|
|
(get_local $22)
|
|
(f64.sub
|
|
(get_local $17)
|
|
(get_local $21)
|
|
)
|
|
)
|
|
)
|
|
(set_local $33
|
|
(f64.mul
|
|
(f64.const 0.9617967009544373)
|
|
(get_local $17)
|
|
)
|
|
)
|
|
(set_local $34
|
|
(select
|
|
(f64.const 1.350039202129749e-08)
|
|
(f64.const 0)
|
|
(get_local $11)
|
|
)
|
|
)
|
|
(set_local $35
|
|
(f64.add
|
|
(f64.add
|
|
(f64.mul
|
|
(f64.const -7.028461650952758e-09)
|
|
(get_local $17)
|
|
)
|
|
(f64.mul
|
|
(get_local $18)
|
|
(f64.const 0.9617966939259756)
|
|
)
|
|
)
|
|
(get_local $34)
|
|
)
|
|
)
|
|
(set_local $20
|
|
(f64.convert_s/i32
|
|
(get_local $25)
|
|
)
|
|
)
|
|
(set_local $36
|
|
(select
|
|
(f64.const 0.5849624872207642)
|
|
(f64.const 0)
|
|
(get_local $11)
|
|
)
|
|
)
|
|
(set_local $15
|
|
(f64.add
|
|
(f64.add
|
|
(f64.add
|
|
(get_local $33)
|
|
(get_local $35)
|
|
)
|
|
(get_local $36)
|
|
)
|
|
(get_local $20)
|
|
)
|
|
)
|
|
(set_local $15
|
|
(f64.reinterpret/i64
|
|
(i64.and
|
|
(i64.reinterpret/f64
|
|
(get_local $15)
|
|
)
|
|
(i64.const -4294967296)
|
|
)
|
|
)
|
|
)
|
|
(set_local $16
|
|
(f64.sub
|
|
(get_local $35)
|
|
(f64.sub
|
|
(f64.sub
|
|
(f64.sub
|
|
(get_local $15)
|
|
(get_local $20)
|
|
)
|
|
(get_local $36)
|
|
)
|
|
(get_local $33)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $37
|
|
(get_local $1)
|
|
)
|
|
(set_local $37
|
|
(f64.reinterpret/i64
|
|
(i64.and
|
|
(i64.reinterpret/f64
|
|
(get_local $37)
|
|
)
|
|
(i64.const -4294967296)
|
|
)
|
|
)
|
|
)
|
|
(set_local $18
|
|
(f64.add
|
|
(f64.mul
|
|
(f64.sub
|
|
(get_local $1)
|
|
(get_local $37)
|
|
)
|
|
(get_local $15)
|
|
)
|
|
(f64.mul
|
|
(get_local $1)
|
|
(get_local $16)
|
|
)
|
|
)
|
|
)
|
|
(set_local $17
|
|
(f64.mul
|
|
(get_local $37)
|
|
(get_local $15)
|
|
)
|
|
)
|
|
(set_local $13
|
|
(f64.add
|
|
(get_local $18)
|
|
(get_local $17)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i64.reinterpret/f64
|
|
(get_local $13)
|
|
)
|
|
)
|
|
(set_local $24
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $2)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $38
|
|
(i32.wrap/i64
|
|
(get_local $2)
|
|
)
|
|
)
|
|
(if
|
|
(i32.ge_s
|
|
(get_local $24)
|
|
(i32.const 1083179008)
|
|
)
|
|
(block
|
|
(if
|
|
(i32.ne
|
|
(i32.or
|
|
(i32.sub
|
|
(get_local $24)
|
|
(i32.const 1083179008)
|
|
)
|
|
(get_local $38)
|
|
)
|
|
(i32.const 0)
|
|
)
|
|
(return
|
|
(f64.mul
|
|
(f64.mul
|
|
(get_local $14)
|
|
(f64.const 1.e+300)
|
|
)
|
|
(f64.const 1.e+300)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(f64.gt
|
|
(f64.add
|
|
(get_local $18)
|
|
(f64.const 8.008566259537294e-17)
|
|
)
|
|
(f64.sub
|
|
(get_local $13)
|
|
(get_local $17)
|
|
)
|
|
)
|
|
(return
|
|
(f64.mul
|
|
(f64.mul
|
|
(get_local $14)
|
|
(f64.const 1.e+300)
|
|
)
|
|
(f64.const 1.e+300)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.ge_s
|
|
(i32.and
|
|
(get_local $24)
|
|
(i32.const 2147483647)
|
|
)
|
|
(i32.const 1083231232)
|
|
)
|
|
(block
|
|
(if
|
|
(i32.ne
|
|
(i32.or
|
|
(i32.sub
|
|
(get_local $24)
|
|
(i32.const -1064252416)
|
|
)
|
|
(get_local $38)
|
|
)
|
|
(i32.const 0)
|
|
)
|
|
(return
|
|
(f64.mul
|
|
(f64.mul
|
|
(get_local $14)
|
|
(f64.const 1e-300)
|
|
)
|
|
(f64.const 1e-300)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(f64.le
|
|
(get_local $18)
|
|
(f64.sub
|
|
(get_local $13)
|
|
(get_local $17)
|
|
)
|
|
)
|
|
(return
|
|
(f64.mul
|
|
(f64.mul
|
|
(get_local $14)
|
|
(f64.const 1e-300)
|
|
)
|
|
(f64.const 1e-300)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $38
|
|
(i32.and
|
|
(get_local $24)
|
|
(i32.const 2147483647)
|
|
)
|
|
)
|
|
(set_local $11
|
|
(i32.sub
|
|
(i32.shr_s
|
|
(get_local $38)
|
|
(i32.const 20)
|
|
)
|
|
(i32.const 1023)
|
|
)
|
|
)
|
|
(set_local $25
|
|
(i32.const 0)
|
|
)
|
|
(if
|
|
(i32.gt_s
|
|
(get_local $38)
|
|
(i32.const 1071644672)
|
|
)
|
|
(block
|
|
(set_local $25
|
|
(i32.add
|
|
(get_local $24)
|
|
(i32.shr_s
|
|
(i32.const 1048576)
|
|
(i32.add
|
|
(get_local $11)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $11
|
|
(i32.sub
|
|
(i32.shr_s
|
|
(i32.and
|
|
(get_local $25)
|
|
(i32.const 2147483647)
|
|
)
|
|
(i32.const 20)
|
|
)
|
|
(i32.const 1023)
|
|
)
|
|
)
|
|
(set_local $20
|
|
(f64.const 0)
|
|
)
|
|
(set_local $20
|
|
(f64.reinterpret/i64
|
|
(i64.shl
|
|
(i64.extend_u/i32
|
|
(i32.and
|
|
(get_local $25)
|
|
(i32.xor
|
|
(i32.shr_s
|
|
(i32.const 1048575)
|
|
(get_local $11)
|
|
)
|
|
(i32.const -1)
|
|
)
|
|
)
|
|
)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $25
|
|
(i32.shr_s
|
|
(i32.or
|
|
(i32.and
|
|
(get_local $25)
|
|
(i32.const 1048575)
|
|
)
|
|
(i32.const 1048576)
|
|
)
|
|
(i32.sub
|
|
(i32.const 20)
|
|
(get_local $11)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_s
|
|
(get_local $24)
|
|
(i32.const 0)
|
|
)
|
|
(set_local $25
|
|
(i32.sub
|
|
(i32.const 0)
|
|
(get_local $25)
|
|
)
|
|
)
|
|
)
|
|
(set_local $17
|
|
(f64.sub
|
|
(get_local $17)
|
|
(get_local $20)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $20
|
|
(f64.add
|
|
(get_local $18)
|
|
(get_local $17)
|
|
)
|
|
)
|
|
(set_local $20
|
|
(f64.reinterpret/i64
|
|
(i64.and
|
|
(i64.reinterpret/f64
|
|
(get_local $20)
|
|
)
|
|
(i64.const -4294967296)
|
|
)
|
|
)
|
|
)
|
|
(set_local $21
|
|
(f64.mul
|
|
(get_local $20)
|
|
(f64.const 0.6931471824645996)
|
|
)
|
|
)
|
|
(set_local $22
|
|
(f64.add
|
|
(f64.mul
|
|
(f64.sub
|
|
(get_local $18)
|
|
(f64.sub
|
|
(get_local $20)
|
|
(get_local $17)
|
|
)
|
|
)
|
|
(f64.const 0.6931471805599453)
|
|
)
|
|
(f64.mul
|
|
(get_local $20)
|
|
(f64.const -1.904654299957768e-09)
|
|
)
|
|
)
|
|
)
|
|
(set_local $13
|
|
(f64.add
|
|
(get_local $21)
|
|
(get_local $22)
|
|
)
|
|
)
|
|
(set_local $23
|
|
(f64.sub
|
|
(get_local $22)
|
|
(f64.sub
|
|
(get_local $13)
|
|
(get_local $21)
|
|
)
|
|
)
|
|
)
|
|
(set_local $20
|
|
(f64.mul
|
|
(get_local $13)
|
|
(get_local $13)
|
|
)
|
|
)
|
|
(set_local $15
|
|
(f64.sub
|
|
(get_local $13)
|
|
(f64.mul
|
|
(get_local $20)
|
|
(f64.add
|
|
(f64.const 0.16666666666666602)
|
|
(f64.mul
|
|
(get_local $20)
|
|
(f64.add
|
|
(f64.const -2.7777777777015593e-03)
|
|
(f64.mul
|
|
(get_local $20)
|
|
(f64.add
|
|
(f64.const 6.613756321437934e-05)
|
|
(f64.mul
|
|
(get_local $20)
|
|
(f64.add
|
|
(f64.const -1.6533902205465252e-06)
|
|
(f64.mul
|
|
(get_local $20)
|
|
(f64.const 4.1381367970572385e-08)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $19
|
|
(f64.sub
|
|
(f64.div
|
|
(f64.mul
|
|
(get_local $13)
|
|
(get_local $15)
|
|
)
|
|
(f64.sub
|
|
(get_local $15)
|
|
(f64.const 2)
|
|
)
|
|
)
|
|
(f64.add
|
|
(get_local $23)
|
|
(f64.mul
|
|
(get_local $13)
|
|
(get_local $23)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $13
|
|
(f64.sub
|
|
(f64.const 1)
|
|
(f64.sub
|
|
(get_local $19)
|
|
(get_local $13)
|
|
)
|
|
)
|
|
)
|
|
(set_local $24
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(i64.reinterpret/f64
|
|
(get_local $13)
|
|
)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(set_local $24
|
|
(i32.add
|
|
(get_local $24)
|
|
(i32.shl
|
|
(get_local $25)
|
|
(i32.const 20)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.le_s
|
|
(i32.shr_s
|
|
(get_local $24)
|
|
(i32.const 20)
|
|
)
|
|
(i32.const 0)
|
|
)
|
|
(set_local $13
|
|
(call $~lib/math/NativeMath.scalbn
|
|
(get_local $13)
|
|
(get_local $25)
|
|
)
|
|
)
|
|
(set_local $13
|
|
(f64.reinterpret/i64
|
|
(i64.or
|
|
(i64.and
|
|
(i64.reinterpret/f64
|
|
(get_local $13)
|
|
)
|
|
(i64.const 4294967295)
|
|
)
|
|
(i64.shl
|
|
(i64.extend_u/i32
|
|
(get_local $24)
|
|
)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.mul
|
|
(get_local $14)
|
|
(get_local $13)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/pow (; 48 ;) (type $FFF) (param $0 f64) (param $1 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.pow
|
|
(get_local $0)
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.round (; 49 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 i64)
|
|
(local $2 i32)
|
|
(local $3 f64)
|
|
(nop)
|
|
(set_local $1
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.wrap/i64
|
|
(i64.and
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 52)
|
|
)
|
|
(i64.const 2047)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.ge_s
|
|
(get_local $2)
|
|
(i32.add
|
|
(i32.const 1023)
|
|
(i32.const 52)
|
|
)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_s
|
|
(get_local $2)
|
|
(i32.sub
|
|
(i32.const 1023)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(return
|
|
(f64.mul
|
|
(f64.const 0)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(nop)
|
|
(if
|
|
(i64.ne
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 63)
|
|
)
|
|
(i64.const 0)
|
|
)
|
|
(block
|
|
(set_local $3
|
|
(f64.add
|
|
(f64.sub
|
|
(f64.sub
|
|
(f64.const 4503599627370496)
|
|
(get_local $0)
|
|
)
|
|
(f64.const 4503599627370496)
|
|
)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(if
|
|
(f64.ge
|
|
(get_local $3)
|
|
(f64.const 0.5)
|
|
)
|
|
(set_local $3
|
|
(f64.add
|
|
(f64.sub
|
|
(get_local $0)
|
|
(get_local $3)
|
|
)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
(if
|
|
(f64.lt
|
|
(get_local $3)
|
|
(f64.const -0.5)
|
|
)
|
|
(set_local $3
|
|
(f64.sub
|
|
(f64.sub
|
|
(get_local $0)
|
|
(get_local $3)
|
|
)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(f64.sub
|
|
(get_local $0)
|
|
(get_local $3)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(block
|
|
(set_local $3
|
|
(f64.sub
|
|
(f64.sub
|
|
(f64.add
|
|
(get_local $0)
|
|
(f64.const 4503599627370496)
|
|
)
|
|
(f64.const 4503599627370496)
|
|
)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(if
|
|
(f64.gt
|
|
(get_local $3)
|
|
(f64.const 0.5)
|
|
)
|
|
(set_local $3
|
|
(f64.sub
|
|
(f64.add
|
|
(get_local $3)
|
|
(get_local $0)
|
|
)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
(if
|
|
(f64.le
|
|
(get_local $3)
|
|
(f64.const -0.5)
|
|
)
|
|
(set_local $3
|
|
(f64.add
|
|
(f64.add
|
|
(get_local $3)
|
|
(get_local $0)
|
|
)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(f64.add
|
|
(get_local $3)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(get_local $3)
|
|
)
|
|
)
|
|
(func $std/libm/round (; 50 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.round
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/sign (; 51 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 f64)
|
|
(return
|
|
(block $~lib/math/NativeMath.sign|inlined.0 (result f64)
|
|
(set_local $1
|
|
(get_local $0)
|
|
)
|
|
(br $~lib/math/NativeMath.sign|inlined.0
|
|
(if (result f64)
|
|
(f64.gt
|
|
(f64.abs
|
|
(get_local $1)
|
|
)
|
|
(f64.const 0)
|
|
)
|
|
(f64.copysign
|
|
(f64.const 1)
|
|
(get_local $1)
|
|
)
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.sin (; 52 ;) (type $FF) (param $0 f64) (result f64)
|
|
(unreachable)
|
|
(return
|
|
(f64.const 0)
|
|
)
|
|
)
|
|
(func $std/libm/sin (; 53 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.sin
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.sinh (; 54 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 i64)
|
|
(local $2 f64)
|
|
(local $3 f64)
|
|
(local $4 i32)
|
|
(local $5 f64)
|
|
(set_local $1
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(f64.const 0.5)
|
|
)
|
|
(if
|
|
(i64.ne
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 63)
|
|
)
|
|
(i64.const 0)
|
|
)
|
|
(set_local $2
|
|
(f64.neg
|
|
(get_local $2)
|
|
)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.and
|
|
(get_local $1)
|
|
(i64.const 9223372036854775807)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(f64.reinterpret/i64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(nop)
|
|
(if
|
|
(i32.lt_u
|
|
(get_local $4)
|
|
(i32.const 1082535490)
|
|
)
|
|
(block
|
|
(set_local $5
|
|
(call $~lib/math/NativeMath.expm1
|
|
(get_local $3)
|
|
)
|
|
)
|
|
(if
|
|
(i32.lt_u
|
|
(get_local $4)
|
|
(i32.const 1072693248)
|
|
)
|
|
(block
|
|
(if
|
|
(i32.lt_u
|
|
(get_local $4)
|
|
(i32.sub
|
|
(i32.const 1072693248)
|
|
(i32.shl
|
|
(i32.const 26)
|
|
(i32.const 20)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(return
|
|
(f64.mul
|
|
(get_local $2)
|
|
(f64.sub
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(get_local $5)
|
|
)
|
|
(f64.div
|
|
(f64.mul
|
|
(get_local $5)
|
|
(get_local $5)
|
|
)
|
|
(f64.add
|
|
(get_local $5)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(f64.mul
|
|
(get_local $2)
|
|
(f64.add
|
|
(get_local $5)
|
|
(f64.div
|
|
(get_local $5)
|
|
(f64.add
|
|
(get_local $5)
|
|
(f64.const 1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $5
|
|
(f64.mul
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(get_local $2)
|
|
)
|
|
(call $~lib/math/expo2
|
|
(get_local $3)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(get_local $5)
|
|
)
|
|
)
|
|
(func $std/libm/sinh (; 55 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.sinh
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/sqrt (; 56 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 f64)
|
|
(return
|
|
(block $~lib/math/NativeMath.sqrt|inlined.0 (result f64)
|
|
(set_local $1
|
|
(get_local $0)
|
|
)
|
|
(br $~lib/math/NativeMath.sqrt|inlined.0
|
|
(f64.sqrt
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.tan (; 57 ;) (type $FF) (param $0 f64) (result f64)
|
|
(unreachable)
|
|
(return
|
|
(f64.const 0)
|
|
)
|
|
)
|
|
(func $std/libm/tan (; 58 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.tan
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $~lib/math/NativeMath.tanh (; 59 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 i64)
|
|
(local $2 i32)
|
|
(local $3 i32)
|
|
(local $4 f64)
|
|
(set_local $1
|
|
(i64.reinterpret/f64
|
|
(get_local $0)
|
|
)
|
|
)
|
|
(set_local $2
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 63)
|
|
)
|
|
)
|
|
)
|
|
(set_local $1
|
|
(i64.and
|
|
(get_local $1)
|
|
(i64.const 9223372036854775807)
|
|
)
|
|
)
|
|
(set_local $0
|
|
(f64.reinterpret/i64
|
|
(get_local $1)
|
|
)
|
|
)
|
|
(set_local $3
|
|
(i32.wrap/i64
|
|
(i64.shr_u
|
|
(get_local $1)
|
|
(i64.const 32)
|
|
)
|
|
)
|
|
)
|
|
(nop)
|
|
(if
|
|
(i32.gt_u
|
|
(get_local $3)
|
|
(i32.const 1071748074)
|
|
)
|
|
(if
|
|
(i32.gt_u
|
|
(get_local $3)
|
|
(i32.const 1077149696)
|
|
)
|
|
(set_local $4
|
|
(f64.sub
|
|
(f64.const 1)
|
|
(f64.div
|
|
(f64.const 0)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(block
|
|
(set_local $4
|
|
(call $~lib/math/NativeMath.expm1
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(f64.sub
|
|
(f64.const 1)
|
|
(f64.div
|
|
(f64.const 2)
|
|
(f64.add
|
|
(get_local $4)
|
|
(f64.const 2)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.gt_u
|
|
(get_local $3)
|
|
(i32.const 1070618798)
|
|
)
|
|
(block
|
|
(set_local $4
|
|
(call $~lib/math/NativeMath.expm1
|
|
(f64.mul
|
|
(f64.const 2)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(f64.div
|
|
(get_local $4)
|
|
(f64.add
|
|
(get_local $4)
|
|
(f64.const 2)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.ge_u
|
|
(get_local $3)
|
|
(i32.const 1048576)
|
|
)
|
|
(block
|
|
(set_local $4
|
|
(call $~lib/math/NativeMath.expm1
|
|
(f64.mul
|
|
(f64.const -2)
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(f64.div
|
|
(f64.neg
|
|
(get_local $4)
|
|
)
|
|
(f64.add
|
|
(get_local $4)
|
|
(f64.const 2)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(set_local $4
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(return
|
|
(if (result f64)
|
|
(get_local $2)
|
|
(f64.neg
|
|
(get_local $4)
|
|
)
|
|
(get_local $4)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/tanh (; 60 ;) (type $FF) (param $0 f64) (result f64)
|
|
(return
|
|
(call $~lib/math/NativeMath.tanh
|
|
(get_local $0)
|
|
)
|
|
)
|
|
)
|
|
(func $std/libm/trunc (; 61 ;) (type $FF) (param $0 f64) (result f64)
|
|
(local $1 f64)
|
|
(return
|
|
(block $~lib/math/NativeMath.trunc|inlined.0 (result f64)
|
|
(set_local $1
|
|
(get_local $0)
|
|
)
|
|
(br $~lib/math/NativeMath.trunc|inlined.0
|
|
(f64.trunc
|
|
(get_local $1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|