uint1              72 modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp         template <> struct IsUnsignedIntegral<uint1> { enum {value = 1}; };
uint1             103 modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp         template <> struct IsVec<uint1> { enum {value = 1}; };
uint1             106 modules/core/include/opencv2/core/cuda/vec_math.hpp template<typename T> static __device__ __forceinline__ T saturate_cast(const uint1& v) {return vec_math_detail::saturate_cast_helper<T>(v);}
uint1             179 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp     uint1 _ui1;
uint1              77 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uint1>   {typedef Ncv32u TBase;};
uint1              96 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv32u, 1> {typedef uint1 TVec;};
uint1             125 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> inline __host__ __device__ uint1 _pixMakeZero<uint1>() {return make_uint1(0);}
uint1             141 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ uint1 _pixMake(Ncv32u x) {return make_uint1(x);}
uint1              90 modules/cudev/include/opencv2/cudev/util/detail/type_traits.hpp     template <> struct IsVec<uint1> { enum {value = 1}; };
uint1             104 modules/cudev/include/opencv2/cudev/util/vec_math.hpp template<typename T> __device__ __forceinline__ T saturate_cast(const uint1& v) { return vec_math_detail::SatCastHelper<VecTraits<T>::cn, T>::cast(v); }