Searched refs:V_TypeTraits (Results 1 – 2 of 2) sorted by relevance
62 template<typename _Tp> struct V_TypeTraits struct76 template<> struct V_TypeTraits<uchar> struct93 template<> struct V_TypeTraits<schar> struct110 template<> struct V_TypeTraits<ushort> struct128 template<> struct V_TypeTraits<short> struct147 template<> struct V_TypeTraits<unsigned> struct163 template<> struct V_TypeTraits<int> struct180 template<> struct V_TypeTraits<uint64> struct195 template<> struct V_TypeTraits<int64> struct211 template<> struct V_TypeTraits<float> struct[all …]
54 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]…156 … V_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]…165 … V_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 …]