V_TypeTraits       54 modules/hal/include/opencv2/hal/intrin_cpp.hpp     typedef v_reg<typename V_TypeTraits<_Tp>::int_type, n> int_vec;
V_TypeTraits       55 modules/hal/include/opencv2/hal/intrin_cpp.hpp     typedef v_reg<typename V_TypeTraits<_Tp>::abs_type, n> abs_vec;
V_TypeTraits      153 modules/hal/include/opencv2/hal/intrin_cpp.hpp     typedef typename V_TypeTraits<_Tp>::int_type itype; \
V_TypeTraits      155 modules/hal/include/opencv2/hal/intrin_cpp.hpp         c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)(V_TypeTraits<_Tp>::reinterpret_int(a.s[i]) bit_op \
V_TypeTraits      156 modules/hal/include/opencv2/hal/intrin_cpp.hpp                                                         V_TypeTraits<_Tp>::reinterpret_int(b.s[i]))); \
V_TypeTraits      162 modules/hal/include/opencv2/hal/intrin_cpp.hpp     typedef typename V_TypeTraits<_Tp>::int_type itype; \
V_TypeTraits      164 modules/hal/include/opencv2/hal/intrin_cpp.hpp         a.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)(V_TypeTraits<_Tp>::reinterpret_int(a.s[i]) bit_op \
V_TypeTraits      165 modules/hal/include/opencv2/hal/intrin_cpp.hpp                                                         V_TypeTraits<_Tp>::reinterpret_int(b.s[i]))); \
V_TypeTraits      177 modules/hal/include/opencv2/hal/intrin_cpp.hpp         c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int(~V_TypeTraits<_Tp>::reinterpret_int(a.s[i]));
V_TypeTraits      195 modules/hal/include/opencv2/hal/intrin_cpp.hpp OPENCV_HAL_IMPL_MATH_FUNC(v_abs, (typename V_TypeTraits<_Tp>::abs_type)std::abs,
V_TypeTraits      196 modules/hal/include/opencv2/hal/intrin_cpp.hpp                           typename V_TypeTraits<_Tp>::abs_type)
V_TypeTraits      237 modules/hal/include/opencv2/hal/intrin_cpp.hpp     typedef typename V_TypeTraits<_Tp>::int_type itype; \
V_TypeTraits      240 modules/hal/include/opencv2/hal/intrin_cpp.hpp         c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)-(int)(a.s[i] cmp_op b.s[i])); \
V_TypeTraits      264 modules/hal/include/opencv2/hal/intrin_cpp.hpp OPENCV_HAL_IMPL_ADD_SUB_OP(v_absdiff, -, (rtype)std::abs, typename V_TypeTraits<_Tp>::abs_type)
V_TypeTraits      304 modules/hal/include/opencv2/hal/intrin_cpp.hpp template<typename _Tp, int n> inline v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>
V_TypeTraits      307 modules/hal/include/opencv2/hal/intrin_cpp.hpp     typedef typename V_TypeTraits<_Tp>::w_type w_type;
V_TypeTraits      315 modules/hal/include/opencv2/hal/intrin_cpp.hpp                                                        v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>& c,
V_TypeTraits      316 modules/hal/include/opencv2/hal/intrin_cpp.hpp                                                        v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>& d)
V_TypeTraits      318 modules/hal/include/opencv2/hal/intrin_cpp.hpp     typedef typename V_TypeTraits<_Tp>::w_type w_type;
V_TypeTraits      327 modules/hal/include/opencv2/hal/intrin_cpp.hpp                                                  v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>& c)
V_TypeTraits      329 modules/hal/include/opencv2/hal/intrin_cpp.hpp     typedef typename V_TypeTraits<_Tp>::w_type w_type;
V_TypeTraits      348 modules/hal/include/opencv2/hal/intrin_cpp.hpp template<typename _Tp, int n> inline typename V_TypeTraits<_Tp>::sum_type v_reduce_sum(const v_reg<_Tp, n>& a)
V_TypeTraits      350 modules/hal/include/opencv2/hal/intrin_cpp.hpp     typename V_TypeTraits<_Tp>::sum_type c = a.s[0];
V_TypeTraits      360 modules/hal/include/opencv2/hal/intrin_cpp.hpp         mask |= (V_TypeTraits<_Tp>::reinterpret_int(a.s[i]) < 0) << i;
V_TypeTraits      367 modules/hal/include/opencv2/hal/intrin_cpp.hpp         if( V_TypeTraits<_Tp>::reinterpret_int(a.s[i]) >= 0 )
V_TypeTraits      375 modules/hal/include/opencv2/hal/intrin_cpp.hpp         if( V_TypeTraits<_Tp>::reinterpret_int(a.s[i]) < 0 )
V_TypeTraits      385 modules/hal/include/opencv2/hal/intrin_cpp.hpp         c.s[i] = V_TypeTraits<_Tp>::reinterpret_int(mask.s[i]) < 0 ? b.s[i] : a.s[i];
V_TypeTraits      390 modules/hal/include/opencv2/hal/intrin_cpp.hpp                             v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>& b0,
V_TypeTraits      391 modules/hal/include/opencv2/hal/intrin_cpp.hpp                             v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>& b1)
V_TypeTraits      400 modules/hal/include/opencv2/hal/intrin_cpp.hpp template<typename _Tp, int n> inline v_reg<typename V_TypeTraits<_Tp>::int_type, n>
V_TypeTraits      403 modules/hal/include/opencv2/hal/intrin_cpp.hpp     v_reg<typename V_TypeTraits<_Tp>::int_type, n> c;
V_TypeTraits      405 modules/hal/include/opencv2/hal/intrin_cpp.hpp         c.s[i] = V_TypeTraits<_Tp>::reinterpret_int(a.s[i]);
V_TypeTraits      409 modules/hal/include/opencv2/hal/intrin_cpp.hpp template<typename _Tp, int n> inline v_reg<typename V_TypeTraits<_Tp>::uint_type, n>
V_TypeTraits      412 modules/hal/include/opencv2/hal/intrin_cpp.hpp     v_reg<typename V_TypeTraits<_Tp>::uint_type, n> c;
V_TypeTraits      414 modules/hal/include/opencv2/hal/intrin_cpp.hpp         c.s[i] = V_TypeTraits<_Tp>::reinterpret_uint(a.s[i]);
V_TypeTraits      455 modules/hal/include/opencv2/hal/intrin_cpp.hpp template<typename _Tp, int n> inline v_reg<typename V_TypeTraits<_Tp>::w_type, n> v_load_expand(const _Tp* ptr)
V_TypeTraits      457 modules/hal/include/opencv2/hal/intrin_cpp.hpp     typedef typename V_TypeTraits<_Tp>::w_type w_type;
V_TypeTraits      467 modules/hal/include/opencv2/hal/intrin_cpp.hpp     V_TypeTraits<typename V_TypeTraits<_Tp>::w_type>::w_type, n> v_load_expand_q(const _Tp* ptr)
V_TypeTraits      469 modules/hal/include/opencv2/hal/intrin_cpp.hpp     typedef typename V_TypeTraits<typename V_TypeTraits<_Tp>::w_type>::w_type w_type;