Home
last modified time | relevance | path

Searched refs:wasm_f32x4_sqrt (Results 1 – 4 of 4) sorted by relevance

/external/XNNPACK/src/f32-vsqrt/gen/
Dwasmsimd-sqrt-x8.c33 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()
Dwasmsimd-sqrt-x4.c31 const v128_t vy = wasm_f32x4_sqrt(vx); in xnn_f32_vsqrt_ukernel__wasmsimd_sqrt_x4()
/external/XNNPACK/src/f32-vsqrt/
Dwasmsimd-sqrt.c.in35 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);
/external/llvm-project/clang/lib/Headers/
Dwasm_simd128.h886 static __inline__ v128_t __DEFAULT_FN_ATTRS wasm_f32x4_sqrt(v128_t __a) { in wasm_f32x4_sqrt() function