Home
last modified time | relevance | path

Searched refs:v_store_aligned (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin_neon.hpp547 inline void v_store_aligned(_Tp* ptr, const _Tpvec& a) \
566 v_store_aligned(buf, a); \
Dintrin_sse.hpp950 inline void v_store_aligned(_Tp* ptr, const _Tpvec& a) \
979 inline void v_store_aligned(_Tp* ptr, const _Tpvec& a) \
996 v_store_aligned(buf, a); \
Dintrin_cpp.hpp554 inline void v_store_aligned(_Tp* ptr, const v_reg<_Tp, n>& a) in v_store_aligned() function