Searched refs:wasm_f32x4_sqrt (Results 1 – 4 of 4) sorted by relevance
33 const v128_t vy0123 = wasm_f32x4_sqrt(vx0123); in xnn_f32_vsqrt_ukernel__wasmsimd_sqrt_x8()34 const v128_t vy4567 = wasm_f32x4_sqrt(vx4567); in xnn_f32_vsqrt_ukernel__wasmsimd_sqrt_x8()43 const v128_t vy = wasm_f32x4_sqrt(vx); in xnn_f32_vsqrt_ukernel__wasmsimd_sqrt_x8()
31 const v128_t vy = wasm_f32x4_sqrt(vx); in xnn_f32_vsqrt_ukernel__wasmsimd_sqrt_x4()
35 const v128_t vy${ABC[N:N+4]} = wasm_f32x4_sqrt(vx${ABC[N:N+4]});45 const v128_t vy = wasm_f32x4_sqrt(vx);
886 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_f32x4_sqrt(v128_t __a) { in wasm_f32x4_sqrt() function