short1             62 modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp         template <> struct IsSignedIntergral<short1> { enum {value = 1}; };
short1             98 modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp         template <> struct IsVec<short1> { enum {value = 1}; };
short1            105 modules/core/include/opencv2/core/cuda/vec_math.hpp template<typename T> static __device__ __forceinline__ T saturate_cast(const short1& v) {return vec_math_detail::saturate_cast_helper<T>(v);}
short1             86 modules/cudev/include/opencv2/cudev/util/detail/type_traits.hpp     template <> struct IsVec<short1> { enum {value = 1}; };
short1            103 modules/cudev/include/opencv2/cudev/util/vec_math.hpp template<typename T> __device__ __forceinline__ T saturate_cast(const short1& v) { return vec_math_detail::SatCastHelper<VecTraits<T>::cn, T>::cast(v); }