ushort1 70 modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp template <> struct IsUnsignedIntegral<ushort1> { enum {value = 1}; }; ushort1 93 modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp template <> struct IsVec<ushort1> { enum {value = 1}; }; ushort1 104 modules/core/include/opencv2/core/cuda/vec_math.hpp template<typename T> static __device__ __forceinline__ T saturate_cast(const ushort1& v) {return vec_math_detail::saturate_cast_helper<T>(v);} ushort1 74 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<ushort1> {typedef Ncv16u TBase;}; ushort1 93 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv16u, 1> {typedef ushort1 TVec;}; ushort1 122 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> inline __host__ __device__ ushort1 _pixMakeZero<ushort1>() {return make_ushort1(0);} ushort1 138 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ ushort1 _pixMake(Ncv16u x) {return make_ushort1(x);} ushort1 333 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixWeighted<ushort1> {typedef double1 type;}; ushort1 344 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixDist<ushort1> {typedef Ncv32u type;}; ushort1 82 modules/cudev/include/opencv2/cudev/util/detail/type_traits.hpp template <> struct IsVec<ushort1> { enum {value = 1}; }; ushort1 102 modules/cudev/include/opencv2/cudev/util/vec_math.hpp template<typename T> __device__ __forceinline__ T saturate_cast(const ushort1& v) { return vec_math_detail::SatCastHelper<VecTraits<T>::cn, T>::cast(v); }