Home
last modified time | relevance | path

Searched refs:V_TypeTraits (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin.hpp62 template<typename _Tp> struct V_TypeTraits struct
76 template<> struct V_TypeTraits<uchar> struct
93 template<> struct V_TypeTraits<schar> struct
110 template<> struct V_TypeTraits<ushort> struct
128 template<> struct V_TypeTraits<short> struct
147 template<> struct V_TypeTraits<unsigned> struct
163 template<> struct V_TypeTraits<int> struct
180 template<> struct V_TypeTraits<uint64> struct
195 template<> struct V_TypeTraits<int64> struct
211 template<> struct V_TypeTraits<float> struct
[all …]
Dintrin_cpp.hpp54 typedef v_reg<typename V_TypeTraits<_Tp>::int_type, n> int_vec;
55 typedef v_reg<typename V_TypeTraits<_Tp>::abs_type, n> abs_vec;
153 typedef typename V_TypeTraits<_Tp>::int_type itype; \
155 …c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)(V_TypeTraits<_Tp>::reinterpret_int(a.s[i]…
156V_TypeTraits<_Tp>::reinterpret_int(b.s[i]))); \
162 typedef typename V_TypeTraits<_Tp>::int_type itype; \
164 …a.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)(V_TypeTraits<_Tp>::reinterpret_int(a.s[i]…
165V_TypeTraits<_Tp>::reinterpret_int(b.s[i]))); \
177 … c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int(~V_TypeTraits<_Tp>::reinterpret_int(a.s[i])); in operator ~()
195 OPENCV_HAL_IMPL_MATH_FUNC(v_abs, (typename V_TypeTraits<_Tp>::abs_type)std::abs, in OPENCV_HAL_IMPL_MATH_FUNC()
[all …]