Searched refs:c_v256_mul_s16 (Results 1 – 2 of 2) sorted by relevance
132 SIMD_INLINE v256 v256_mul_s16(v128 a, v128 b) { return c_v256_mul_s16(a, b); } in v256_mul_s16()
320 SIMD_INLINE c_v256 c_v256_mul_s16(c_v128 a, c_v128 b) { in c_v256_mul_s16() function