Searched refs:v_mul_expand (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/hal/include/opencv2/hal/ |
D | intrin_neon.hpp | 352 inline void v_mul_expand(const v_int16x8& a, const v_int16x8& b, in v_mul_expand() function 359 inline void v_mul_expand(const v_uint16x8& a, const v_uint16x8& b, in v_mul_expand() function 366 inline void v_mul_expand(const v_uint32x4& a, const v_uint32x4& b, in v_mul_expand() function
|
D | intrin_sse.hpp | 628 inline void v_mul_expand(const v_int16x8& a, const v_int16x8& b, in v_mul_expand() function 637 inline void v_mul_expand(const v_uint16x8& a, const v_uint16x8& b, in v_mul_expand() function 646 inline void v_mul_expand(const v_uint32x4& a, const v_uint32x4& b, in v_mul_expand() function
|
D | intrin_cpp.hpp | 314 template<typename _Tp, int n> inline void v_mul_expand(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>&… in v_mul_expand() function
|