Home
last modified time | relevance | path

Searched refs:v_store (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/hal/src/
Dmathfuncs.cpp187 v_store(mag + i, x0); in magnitude()
188 v_store(mag + i + 4, x1); in magnitude()
223 v_store(mag + i, x0); in magnitude()
224 v_store(mag + i + 2, x1); in magnitude()
258 v_store(dst + i, t0); v_store(dst + i + 4, t1); in invSqrt()
304 v_store(dst + i, t0); v_store(dst + i + 4, t1); in sqrt()
335 v_store(dst + i, t0); v_store(dst + i + 2, t1); in sqrt()
/external/opencv3/modules/core/src/
Dmathfuncs.cpp1005 v_store(dst + i, v); in operator ()()
1044 v_store(dst + i, v); in operator ()()
1080 v_store(dst + i, v_a1); in operator ()()
1081 v_store(dst + i + 4, v_a2); in operator ()()
1122 v_store(dst + i, v_a1); in operator ()()
1123 v_store(dst + i + 4, v_a2); in operator ()()
1165 v_store(dst + i, v_a1); in operator ()()
1166 v_store(dst + i + 2, v_a2); in operator ()()
Darithm.cpp2926 v_store(dst + x, res); in operator ()()
2971 v_store(dst + x, res); in operator ()()
3013 v_store(dst + x, res0); in operator ()()
3014 v_store(dst + x + 4, res1); in operator ()()
3051 v_store(dst + x, res0); in operator ()()
3052 v_store(dst + x + 4, res1); in operator ()()
3177 v_store(dst + x, res); in operator ()()
3217 v_store(dst + x, res); in operator ()()
3255 v_store(dst + x, res0); in operator ()()
3256 v_store(dst + x + 4, res1); in operator ()()
[all …]
/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin_sse.hpp948 inline void v_store(_Tp* ptr, const _Tpvec& a) \
977 inline void v_store(_Tp* ptr, const _Tpvec& a) \
1483 v_store(ptr, t0); in v_store_interleave()
1484 v_store(ptr + 4, t1); in v_store_interleave()
1485 v_store(ptr + 8, t2); in v_store_interleave()
1486 v_store(ptr + 12, t3); in v_store_interleave()
Dintrin_cpp.hpp533 inline void v_store(_Tp* ptr, const v_reg<_Tp, n>& a) in v_store() function
Dintrin_neon.hpp545 inline void v_store(_Tp* ptr, const _Tpvec& a) \