Lines Matching refs:wasm_f32x4_splat
22 const v128_t vmagic_bias = wasm_f32x4_splat(0x1.8000FEp23f); in xnn_math_f32_expm1minus__wasmsimd_rr2_p6_andnot()
23 const v128_t vlog2e = wasm_f32x4_splat(0x1.715476p+0f); in xnn_math_f32_expm1minus__wasmsimd_rr2_p6_andnot()
25 const v128_t vsat_cutoff = wasm_f32x4_splat(-0x1.154246p+4f); in xnn_math_f32_expm1minus__wasmsimd_rr2_p6_andnot()
27 const v128_t vminus_ln2_hi = wasm_f32x4_splat(-0x1.62E440p-1f); in xnn_math_f32_expm1minus__wasmsimd_rr2_p6_andnot()
28 const v128_t vminus_ln2_lo = wasm_f32x4_splat(0x1.0105C6p-21f); in xnn_math_f32_expm1minus__wasmsimd_rr2_p6_andnot()
32 const v128_t vc6 = wasm_f32x4_splat(0x1.6b7338p-10f); in xnn_math_f32_expm1minus__wasmsimd_rr2_p6_andnot()
33 const v128_t vc5 = wasm_f32x4_splat(0x1.12278Ep-7f); in xnn_math_f32_expm1minus__wasmsimd_rr2_p6_andnot()
34 const v128_t vc4 = wasm_f32x4_splat(0x1.555716p-5f); in xnn_math_f32_expm1minus__wasmsimd_rr2_p6_andnot()
35 const v128_t vc3 = wasm_f32x4_splat(0x1.5554B0p-3f); in xnn_math_f32_expm1minus__wasmsimd_rr2_p6_andnot()
36 const v128_t vc2 = wasm_f32x4_splat(0x1.FFFFFEp-2f); in xnn_math_f32_expm1minus__wasmsimd_rr2_p6_andnot()
37 const v128_t vone = wasm_f32x4_splat(1.0f); in xnn_math_f32_expm1minus__wasmsimd_rr2_p6_andnot()