uint 221 3rdparty/include/ffmpeg_/libavutil/intreadwrite.h # define AV_RN(s, p) (*((const __unaligned uint##s##_t*)(p))) uint 222 3rdparty/include/ffmpeg_/libavutil/intreadwrite.h # define AV_WN(s, p, v) (*((__unaligned uint##s##_t*)(p)) = (v)) uint 201 3rdparty/libjasper/jasper/jas_types.h #if !defined(uint) uint 228 3rdparty/libjasper/jp2_dec.c if (dec->ihdr->data.ihdr.numcmpts != JAS_CAST(uint, jas_image_numcmpts(dec->image))) { uint 241 3rdparty/libjasper/jp2_dec.c for (i = 1; i < JAS_CAST(uint, jas_image_numcmpts(dec->image)); ++i) { uint 264 3rdparty/libjasper/jp2_dec.c if (dec->bpcc->data.bpcc.numcmpts != JAS_CAST(uint, jas_image_numcmpts( uint 271 3rdparty/libjasper/jp2_dec.c for (i = 0; i < JAS_CAST(uint, jas_image_numcmpts(dec->image)); ++i) { uint 320 3rdparty/libjasper/jp2_dec.c dec->numchans = dec->cmap ? dec->cmap->data.cmap.numchans : JAS_CAST(uint, jas_image_numcmpts(dec->image)); uint 326 3rdparty/libjasper/jp2_dec.c if (dec->cmap->data.cmap.ents[i].cmptno >= JAS_CAST(uint, jas_image_numcmpts(dec->image))) { uint 382 3rdparty/libjasper/jp2_dec.c for (i = 0; i < JAS_CAST(uint, jas_image_numcmpts(dec->image)); ++i) { uint 1103 3rdparty/libjasper/jpc_cs.c if (JAS_CAST(uint, jas_stream_read(in, ppm->data, ppm->len)) != ppm->len) { uint 1123 3rdparty/libjasper/jpc_cs.c if (JAS_CAST(uint, jas_stream_write(out, (char *) ppm->data, ppm->len)) != ppm->len) { uint 90 modules/core/include/opencv2/core/cuda/datamov_utils.hpp asm("ld.global."#ptx_type" %0, [%1];" : "=r"(*reinterpret_cast<uint*>(&val)) : OPENCV_CUDA_ASM_PTR(ptr + offset)); \ uint 99 modules/core/include/opencv2/core/cuda/datamov_utils.hpp OPENCV_CUDA_DEFINE_FORCE_GLOB (uint, u32, r) uint 129 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <> struct RGB2RGB<uchar, 4, 4, 2> : unary_function<uint, uint> uint 131 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp __device__ uint operator()(uint src) const uint 133 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint dst = 0; uint 170 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp static __device__ __forceinline__ ushort cvt(uint src) uint 172 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint b = 0xffu & (src >> (bidx * 8)); uint 173 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint g = 0xffu & (src >> 8); uint 174 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint r = 0xffu & (src >> ((bidx ^ 2) * 8)); uint 186 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp static __device__ __forceinline__ ushort cvt(uint src) uint 188 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint b = 0xffu & (src >> (bidx * 8)); uint 189 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint g = 0xffu & (src >> 8); uint 190 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint r = 0xffu & (src >> ((bidx ^ 2) * 8)); uint 191 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint a = 0xffu & (src >> 24); uint 209 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template<int bidx, int green_bits> struct RGB2RGB5x5<4, bidx,green_bits> : unary_function<uint, ushort> uint 211 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp __device__ __forceinline__ ushort operator()(uint src) const uint 237 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp static __device__ __forceinline__ void cvt(uint src, uchar3& dst) uint 244 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp static __device__ __forceinline__ void cvt(uint src, uint& dst) uint 257 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp static __device__ __forceinline__ void cvt(uint src, uchar3& dst) uint 264 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp static __device__ __forceinline__ void cvt(uint src, uint& dst) uint 289 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx, int green_bits> struct RGB5x52RGB<4, bidx, green_bits> : unary_function<ushort, uint> uint 291 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp __device__ __forceinline__ uint operator()(ushort src) const uint 293 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint dst; uint 331 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <> struct Gray2RGB<uchar, 4> : unary_function<uchar, uint> uint 333 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp __device__ __forceinline__ uint operator()(uint src) const uint 335 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint dst = 0xffu << 24; uint 363 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp static __device__ __forceinline__ ushort cvt(uint t) uint 371 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp static __device__ __forceinline__ ushort cvt(uint t) uint 380 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp __device__ __forceinline__ ushort operator()(uint src) const uint 407 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp static __device__ __forceinline__ uchar cvt(uint t) uint 415 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp static __device__ __forceinline__ uchar cvt(uint t) uint 423 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp __device__ __forceinline__ uchar operator()(uint src) const uint 449 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx> static __device__ __forceinline__ uchar RGB2GrayConvert(uint src) uint 451 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint b = 0xffu & (src >> (bidx * 8)); uint 452 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint g = 0xffu & (src >> 8); uint 453 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint r = 0xffu & (src >> ((bidx ^ 2) * 8)); uint 454 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp return CV_DESCALE((uint)(b * B2Y + g * G2Y + r * R2Y), yuv_shift); uint 472 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx> struct RGB2Gray<uchar, 4, bidx> : unary_function<uint, uchar> uint 474 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp __device__ __forceinline__ uchar operator()(uint src) const uint 563 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx> static __device__ uint YUV2RGBConvert(uint src) uint 576 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint dst = 0xffu << 24; uint 611 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx> struct YUV2RGB<uchar, 4, 4, bidx> : unary_function<uint, uint> uint 613 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp __device__ __forceinline__ uint operator ()(uint src) const uint 652 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx> static __device__ uint RGB2YCrCbConvert(uint src) uint 660 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint dst = 0; uint 689 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx> struct RGB2YCrCb<uchar, 4, 4, bidx> : unary_function<uint, uint> uint 691 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp __device__ __forceinline__ uint operator ()(uint src) const uint 727 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx> static __device__ uint YCrCb2RGBConvert(uint src) uint 737 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint dst = 0xffu << 24; uint 769 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx> struct YCrCb2RGB<uchar, 4, 4, bidx> : unary_function<uint, uint> uint 771 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp __device__ __forceinline__ uint operator ()(uint src) const uint 804 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx> static __device__ __forceinline__ uint RGB2XYZConvert(uint src) uint 806 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp const uint b = 0xffu & (src >> (bidx * 8)); uint 807 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp const uint g = 0xffu & (src >> 8); uint 808 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp const uint r = 0xffu & (src >> ((bidx ^ 2) * 8)); uint 810 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp const uint x = saturate_cast<uchar>(CV_DESCALE(r * c_RGB2XYZ_D65i[0] + g * c_RGB2XYZ_D65i[1] + b * c_RGB2XYZ_D65i[2], xyz_shift)); uint 811 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp const uint y = saturate_cast<uchar>(CV_DESCALE(r * c_RGB2XYZ_D65i[3] + g * c_RGB2XYZ_D65i[4] + b * c_RGB2XYZ_D65i[5], xyz_shift)); uint 812 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp const uint z = saturate_cast<uchar>(CV_DESCALE(r * c_RGB2XYZ_D65i[6] + g * c_RGB2XYZ_D65i[7] + b * c_RGB2XYZ_D65i[8], xyz_shift)); uint 814 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint dst = 0; uint 845 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx> struct RGB2XYZ<uchar, 4, 4, bidx> : unary_function<uint, uint> uint 847 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp __device__ __forceinline__ uint operator()(uint src) const uint 878 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx> static __device__ __forceinline__ uint XYZ2RGBConvert(uint src) uint 884 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp const uint r = saturate_cast<uchar>(CV_DESCALE(x * c_XYZ2sRGB_D65i[0] + y * c_XYZ2sRGB_D65i[1] + z * c_XYZ2sRGB_D65i[2], xyz_shift)); uint 885 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp const uint g = saturate_cast<uchar>(CV_DESCALE(x * c_XYZ2sRGB_D65i[3] + y * c_XYZ2sRGB_D65i[4] + z * c_XYZ2sRGB_D65i[5], xyz_shift)); uint 886 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp const uint b = saturate_cast<uchar>(CV_DESCALE(x * c_XYZ2sRGB_D65i[6] + y * c_XYZ2sRGB_D65i[7] + z * c_XYZ2sRGB_D65i[8], xyz_shift)); uint 888 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint dst = 0xffu << 24; uint 920 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx> struct XYZ2RGB<uchar, 4, 4, bidx> : unary_function<uint, uint> uint 922 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp __device__ __forceinline__ uint operator()(uint src) const uint 978 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx, int hr> static __device__ uint RGB2HSVConvert(uint src) uint 1005 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint dst = 0; uint 1058 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx, int hr> struct RGB2HSV<uchar, 4, 4, bidx, hr> : unary_function<uint, uint> uint 1060 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp __device__ __forceinline__ uint operator()(uint src) const uint 1163 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx, int hr> static __device__ uint HSV2RGBConvert(uint src) uint 1173 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint dst = 0xffu << 24; uint 1198 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx, int hr> struct HSV2RGB<uchar, 4, 4, bidx, hr> : unary_function<uint, uint> uint 1200 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp __device__ __forceinline__ uint operator()(uint src) const uint 1297 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx, int hr> static __device__ uint RGB2HLSConvert(uint src) uint 1307 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint dst = 0xffu << 24; uint 1331 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx, int hr> struct RGB2HLS<uchar, 4, 4, bidx, hr> : unary_function<uint, uint> uint 1333 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp __device__ __forceinline__ uint operator()(uint src) const uint 1436 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx, int hr> static __device__ uint HLS2RGBConvert(uint src) uint 1446 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp uint dst = 0xffu << 24; uint 1471 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp template <int bidx, int hr> struct HLS2RGB<uchar, 4, 4, bidx, hr> : unary_function<uint, uint> uint 1473 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp __device__ __forceinline__ uint operator()(uint src) const uint 71 modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp template <> struct IsUnsignedIntegral<uint> { enum {value = 1}; }; uint 331 modules/core/include/opencv2/core/cuda/functional.hpp OPENCV_CUDA_IMPLEMENT_MINMAX(maximum, uint, ::max) uint 351 modules/core/include/opencv2/core/cuda/functional.hpp OPENCV_CUDA_IMPLEMENT_MINMAX(minimum, uint, ::min) uint 60 modules/core/include/opencv2/core/cuda/saturate_cast.hpp template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(uint v) { return _Tp(v); } uint 67 modules/core/include/opencv2/core/cuda/saturate_cast.hpp uint res = 0; uint 74 modules/core/include/opencv2/core/cuda/saturate_cast.hpp uint res = 0; uint 80 modules/core/include/opencv2/core/cuda/saturate_cast.hpp uint res = 0; uint 86 modules/core/include/opencv2/core/cuda/saturate_cast.hpp uint res = 0; uint 90 modules/core/include/opencv2/core/cuda/saturate_cast.hpp template<> __device__ __forceinline__ uchar saturate_cast<uchar>(uint v) uint 92 modules/core/include/opencv2/core/cuda/saturate_cast.hpp uint res = 0; uint 98 modules/core/include/opencv2/core/cuda/saturate_cast.hpp uint res = 0; uint 105 modules/core/include/opencv2/core/cuda/saturate_cast.hpp uint res = 0; uint 115 modules/core/include/opencv2/core/cuda/saturate_cast.hpp uint res = 0; uint 116 modules/core/include/opencv2/core/cuda/saturate_cast.hpp uint vi = v; uint 122 modules/core/include/opencv2/core/cuda/saturate_cast.hpp uint res = 0; uint 128 modules/core/include/opencv2/core/cuda/saturate_cast.hpp uint res = 0; uint 134 modules/core/include/opencv2/core/cuda/saturate_cast.hpp uint res = 0; uint 138 modules/core/include/opencv2/core/cuda/saturate_cast.hpp template<> __device__ __forceinline__ schar saturate_cast<schar>(uint v) uint 140 modules/core/include/opencv2/core/cuda/saturate_cast.hpp uint res = 0; uint 146 modules/core/include/opencv2/core/cuda/saturate_cast.hpp uint res = 0; uint 153 modules/core/include/opencv2/core/cuda/saturate_cast.hpp uint res = 0; uint 180 modules/core/include/opencv2/core/cuda/saturate_cast.hpp template<> __device__ __forceinline__ ushort saturate_cast<ushort>(uint v) uint 215 modules/core/include/opencv2/core/cuda/saturate_cast.hpp template<> __device__ __forceinline__ short saturate_cast<short>(uint v) uint 238 modules/core/include/opencv2/core/cuda/saturate_cast.hpp template<> __device__ __forceinline__ int saturate_cast<int>(uint v) uint 257 modules/core/include/opencv2/core/cuda/saturate_cast.hpp template<> __device__ __forceinline__ uint saturate_cast<uint>(schar v) uint 259 modules/core/include/opencv2/core/cuda/saturate_cast.hpp uint res = 0; uint 264 modules/core/include/opencv2/core/cuda/saturate_cast.hpp template<> __device__ __forceinline__ uint saturate_cast<uint>(short v) uint 266 modules/core/include/opencv2/core/cuda/saturate_cast.hpp uint res = 0; uint 270 modules/core/include/opencv2/core/cuda/saturate_cast.hpp template<> __device__ __forceinline__ uint saturate_cast<uint>(int v) uint 272 modules/core/include/opencv2/core/cuda/saturate_cast.hpp uint res = 0; uint 276 modules/core/include/opencv2/core/cuda/saturate_cast.hpp template<> __device__ __forceinline__ uint saturate_cast<uint>(float v) uint 280 modules/core/include/opencv2/core/cuda/saturate_cast.hpp template<> __device__ __forceinline__ uint saturate_cast<uint>(double v) uint 285 modules/core/include/opencv2/core/cuda/saturate_cast.hpp return saturate_cast<uint>((float)v); uint 169 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(!, uint, uchar) uint 178 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(~, uint, uint) uint 207 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(abs, /*::abs*/, uint, uint) uint 216 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sqrt, ::sqrtf, uint, float) uint 225 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp, ::expf, uint, float) uint 234 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp2, ::exp2f, uint, float) uint 243 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, uint, float) uint 252 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, uint, float) uint 261 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2f, uint, float) uint 270 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log10, ::log10f, uint, float) uint 279 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, uint, float) uint 288 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cos, ::cosf, uint, float) uint 297 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tan, ::tanf, uint, float) uint 306 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, uint, float) uint 315 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acos, ::acosf, uint, float) uint 324 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, uint, float) uint 333 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uint, float) uint 342 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, uint, float) uint 351 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tanh, ::tanhf, uint, float) uint 360 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asinh, ::asinhf, uint, float) uint 369 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, uint, float) uint 378 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, uint, float) uint 409 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(+, uint, uint) uint 418 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(-, uint, uint) uint 427 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(*, uint, uint) uint 436 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(/, uint, uint) uint 445 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(==, uint, uchar) uint 454 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(!=, uint, uchar) uint 463 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(>, uint, uchar) uint 472 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(<, uint, uchar) uint 481 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(>=, uint, uchar) uint 490 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(<=, uint, uchar) uint 499 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(&&, uint, uchar) uint 508 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(||, uint, uchar) uint 517 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(&, uint, uint) uint 524 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(|, uint, uint) uint 531 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(^, uint, uint) uint 586 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(+, uint, uint, uint) uint 587 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(+, uint, float, float) uint 588 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(+, uint, double, double) uint 608 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(-, uint, uint, uint) uint 609 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(-, uint, float, float) uint 610 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(-, uint, double, double) uint 630 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(*, uint, uint, uint) uint 631 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(*, uint, float, float) uint 632 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(*, uint, double, double) uint 652 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(/, uint, uint, uint) uint 653 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(/, uint, float, float) uint 654 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(/, uint, double, double) uint 664 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(==, uint, uint, uchar) uint 673 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(!=, uint, uint, uchar) uint 682 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(>, uint, uint, uchar) uint 691 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(<, uint, uint, uchar) uint 700 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(>=, uint, uint, uchar) uint 709 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(<=, uint, uint, uchar) uint 718 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(&&, uint, uint, uchar) uint 727 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(||, uint, uint, uchar) uint 736 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(&, uint, uint, uint) uint 743 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(|, uint, uint, uint) uint 750 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(^, uint, uint, uint) uint 778 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(max, ::max, uint, uint) uint 787 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(min, ::min, uint, uint) uint 796 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, uint, float) uint 805 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, uint, float) uint 860 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::max, uint, uint, uint) uint 861 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmaxf, uint, float, float) uint 862 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmax, uint, double, double) uint 882 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(min, ::min, uint, uint, uint) uint 883 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(min, ::fminf, uint, float, float) uint 884 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(min, ::fmin, uint, double, double) uint 900 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(hypot, ::hypotf, uint, float, float) uint 901 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(hypot, ::hypot, uint, double, double) uint 916 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(atan2, ::atan2f, uint, float, float) uint 917 modules/core/include/opencv2/core/cuda/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(atan2, ::atan2, uint, double, double) uint 96 modules/core/include/opencv2/core/cuda/vec_traits.hpp uint a0, a1, a2, a3, a4, a5, a6, a7; uint 98 modules/core/include/opencv2/core/cuda/vec_traits.hpp static __host__ __device__ __forceinline__ uint8 make_uint8(uint a0, uint a1, uint a2, uint a3, uint a4, uint a5, uint a6, uint a7) uint 148 modules/core/include/opencv2/core/cuda/vec_traits.hpp OPENCV_CUDA_IMPLEMENT_TYPE_VEC(uint) uint 222 modules/core/include/opencv2/core/cuda/vec_traits.hpp OPENCV_CUDA_IMPLEMENT_VEC_TRAITS(uint) uint 160 modules/core/include/opencv2/core/ocl.hpp uint imagePitchAlignment() const; uint 161 modules/core/include/opencv2/core/ocl.hpp uint imageBaseAddressAlignment() const; uint 2980 modules/core/src/matmul.cpp CV_DECL_ALIGNED(16) uint buf[4]; uint 2022 modules/core/src/ocl.cpp uint Device::imagePitchAlignment() const uint 2025 modules/core/src/ocl.cpp return p ? p->getProp<cl_uint, uint>(CL_DEVICE_IMAGE_PITCH_ALIGNMENT) : 0; uint 2031 modules/core/src/ocl.cpp uint Device::imageBaseAddressAlignment() const uint 2034 modules/core/src/ocl.cpp return p ? p->getProp<cl_uint, uint>(CL_DEVICE_IMAGE_BASE_ADDRESS_ALIGNMENT) : 0; uint 5690 modules/core/src/ocl.cpp uint pitchAlign = d.imagePitchAlignment(); uint 1959 modules/core/src/stat.cpp uint index_max = std::numeric_limits<uint>::max(); uint 1962 modules/core/src/stat.cpp uint minloc = index_max, maxloc = index_max; uint 1966 modules/core/src/stat.cpp const uint * minlocptr = NULL, * maxlocptr = NULL; uint 1979 modules/core/src/stat.cpp minlocptr = (const uint *)(db.ptr() + index); uint 1980 modules/core/src/stat.cpp index += sizeof(uint) * groupnum; uint 1984 modules/core/src/stat.cpp maxlocptr = (const uint *)(db.ptr() + index); uint 1985 modules/core/src/stat.cpp index += sizeof(uint) * groupnum; uint 58 modules/cudev/include/opencv2/cudev/block/block.hpp __device__ __forceinline__ static uint blockId() uint 63 modules/cudev/include/opencv2/cudev/block/block.hpp __device__ __forceinline__ static uint blockSize() uint 68 modules/cudev/include/opencv2/cudev/block/block.hpp __device__ __forceinline__ static uint threadLineId() uint 77 modules/cudev/include/opencv2/cudev/block/block.hpp uint STRIDE = Block::blockSize(); uint 87 modules/cudev/include/opencv2/cudev/block/block.hpp uint STRIDE = Block::blockSize(); uint 88 modules/cudev/include/opencv2/cudev/block/block.hpp uint tid = Block::threadLineId(); uint 98 modules/cudev/include/opencv2/cudev/block/block.hpp uint STRIDE = Block::blockSize(); uint 109 modules/cudev/include/opencv2/cudev/block/block.hpp uint STRIDE = Block::blockSize(); uint 120 modules/cudev/include/opencv2/cudev/block/block.hpp uint STRIDE = Block::blockSize(); uint 83 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp __device__ static void loadToSmem(const PointerTuple& smem, const ValTuple& val, uint tid) uint 91 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp __device__ static void loadFromSmem(const PointerTuple& smem, const ValTuple& val, uint tid) uint 99 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp __device__ static void merge(const PointerTuple& smem, const ValTuple& val, uint tid, uint delta, const OpTuple& op) uint 109 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp __device__ static void mergeShfl(const ValTuple& val, uint delta, uint width, const OpTuple& op) uint 122 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp __device__ __forceinline__ static void loadToSmem(const PointerTuple&, const ValTuple&, uint) uint 126 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp __device__ __forceinline__ static void loadFromSmem(const PointerTuple&, const ValTuple&, uint) uint 131 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp __device__ __forceinline__ static void merge(const PointerTuple&, const ValTuple&, uint, uint, const OpTuple&) uint 137 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp __device__ __forceinline__ static void mergeShfl(const ValTuple&, uint, uint, const OpTuple&) uint 146 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp __device__ __forceinline__ void loadToSmem(volatile T* smem, T& val, uint tid) uint 152 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp __device__ __forceinline__ void loadFromSmem(volatile T* smem, T& val, uint tid) uint 161 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp uint tid) uint 170 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp uint tid) uint 178 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp __device__ __forceinline__ void merge(volatile T* smem, T& val, uint tid, uint delta, const Op& op) uint 189 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp uint tid, uint 190 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp uint delta, uint 200 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp __device__ __forceinline__ void mergeShfl(T& val, uint delta, uint width, const Op& op) uint 209 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp uint delta, uint 210 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp uint width, uint 222 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp __device__ static void reduce(Pointer smem, Reference val, uint tid, Op op) uint 284 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp __device__ static void loop(Pointer smem, Reference val, uint tid, Op op) uint 291 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp __device__ static void loopShfl(Reference val, Op op, uint N) uint 301 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp __device__ __forceinline__ static void loop(Pointer, Reference, uint, Op) uint 306 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp __device__ __forceinline__ static void loopShfl(Reference, Op, uint) uint 317 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp __device__ static void reduce(Pointer smem, Reference val, uint tid, Op op) uint 340 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp __device__ static void reduce(Pointer smem, Reference val, uint tid, Op op) uint 342 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp const uint laneId = Warp::laneId(); uint 82 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp __device__ static void loadToSmem(const PointerTuple& smem, const ReferenceTuple& data, uint tid) uint 90 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp __device__ static void loadFromSmem(const PointerTuple& smem, const ReferenceTuple& data, uint tid) uint 98 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp __device__ static void copy(const PointerTuple& svals, const ReferenceTuple& val, uint tid, uint delta) uint 109 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp uint tid, uint delta) uint 126 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp __device__ static void loadToSmem(const PointerTuple&, const ReferenceTuple&, uint) uint 131 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp __device__ static void loadFromSmem(const PointerTuple&, const ReferenceTuple&, uint) uint 136 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp __device__ static void copy(const PointerTuple&, const ReferenceTuple&, uint, uint) uint 144 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp uint, uint) uint 152 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp __device__ __forceinline__ void loadToSmem(volatile T* smem, T& data, uint tid) uint 158 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp __device__ __forceinline__ void loadFromSmem(volatile T* smem, T& data, uint tid) uint 167 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp uint tid) uint 176 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp uint tid) uint 184 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp __device__ __forceinline__ void copyVals(volatile V* svals, V& val, uint tid, uint delta) uint 193 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp uint tid, uint delta) uint 201 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp __device__ void merge(volatile K* skeys, K& key, volatile V* svals, V& val, const Cmp& cmp, uint tid, uint delta) uint 219 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp const Cmp& cmp, uint tid, uint delta) uint 240 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp uint tid, uint delta) uint 250 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp __device__ static void reduce(KP skeys, KR key, VP svals, VR val, uint tid, Cmp cmp) uint 313 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp __device__ static void loop(KP skeys, KR key, VP svals, VR val, uint tid, Cmp cmp) uint 322 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp __device__ __forceinline__ static void loop(KP, KR, VP, VR, uint, Cmp) uint 332 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp __device__ static void reduce(KP skeys, KR key, VP svals, VR val, uint tid, Cmp cmp) uint 344 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp template <uint N> struct GenericOptimized32 uint 349 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp __device__ static void reduce(KP skeys, KR key, VP svals, VR val, uint tid, Cmp cmp) uint 351 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp const uint laneId = Warp::laneId(); uint 63 modules/cudev/include/opencv2/cudev/block/reduce.hpp __device__ __forceinline__ void blockReduce(volatile T* smem, T& val, uint tid, const Op& op) uint 74 modules/cudev/include/opencv2/cudev/block/reduce.hpp uint tid, uint 86 modules/cudev/include/opencv2/cudev/block/reduce.hpp __device__ __forceinline__ void blockReduceKeyVal(volatile K* skeys, K& key, volatile V* svals, V& val, uint tid, const Cmp& cmp) uint 99 modules/cudev/include/opencv2/cudev/block/reduce.hpp uint tid, const Cmp& cmp) uint 117 modules/cudev/include/opencv2/cudev/block/reduce.hpp uint tid, uint 58 modules/cudev/include/opencv2/cudev/block/scan.hpp __device__ T blockScanInclusive(T data, volatile T* smem, uint tid) uint 97 modules/cudev/include/opencv2/cudev/block/scan.hpp __device__ __forceinline__ T blockScanExclusive(T data, volatile T* smem, uint tid) uint 64 modules/cudev/include/opencv2/cudev/block/vec_distance.hpp typedef uint result_type; uint 75 modules/cudev/include/opencv2/cudev/block/vec_distance.hpp __device__ __forceinline__ void reduceWarp(result_type* smem, uint tid) uint 80 modules/cudev/include/opencv2/cudev/block/vec_distance.hpp template <int THREAD_DIM> __device__ __forceinline__ void reduceBlock(result_type* smem, uint tid) uint 104 modules/cudev/include/opencv2/cudev/block/vec_distance.hpp __device__ __forceinline__ void reduceWarp(result_type* smem, uint tid) uint 109 modules/cudev/include/opencv2/cudev/block/vec_distance.hpp template <int THREAD_DIM> __device__ __forceinline__ void reduceBlock(result_type* smem, uint tid) uint 137 modules/cudev/include/opencv2/cudev/block/vec_distance.hpp __device__ __forceinline__ void reduceWarp(result_type* smem, uint tid) uint 142 modules/cudev/include/opencv2/cudev/block/vec_distance.hpp template <int THREAD_DIM> __device__ __forceinline__ void reduceBlock(result_type* smem, uint tid) uint 169 modules/cudev/include/opencv2/cudev/block/vec_distance.hpp __device__ __forceinline__ void reduceWarp(result_type* smem, uint tid) uint 174 modules/cudev/include/opencv2/cudev/block/vec_distance.hpp template <int THREAD_DIM> __device__ __forceinline__ void reduceBlock(result_type* smem, uint tid) uint 344 modules/cudev/include/opencv2/cudev/functional/functional.hpp CV_CUDEV_MINMAX_INST(uint, ::max, ::min) uint 392 modules/cudev/include/opencv2/cudev/functional/functional.hpp template <> struct abs_func<uint> : unary_function<uint, uint> uint 394 modules/cudev/include/opencv2/cudev/functional/functional.hpp __device__ __forceinline__ uint operator ()(uint x) const uint 492 modules/cudev/include/opencv2/cudev/functional/functional.hpp template <> struct name ## _func<uint> : unary_function<uint, float> \ uint 494 modules/cudev/include/opencv2/cudev/functional/functional.hpp __device__ __forceinline__ float operator ()(uint a) const \ uint 579 modules/cudev/include/opencv2/cudev/functional/functional.hpp template <> struct name ## _func<uint> : binary_function<uint, uint, float> \ uint 581 modules/cudev/include/opencv2/cudev/functional/functional.hpp __device__ __forceinline__ float operator ()(uint a, uint b) const \ uint 76 modules/cudev/include/opencv2/cudev/grid/detail/histogram.hpp const uint data = src(y, x); uint 399 modules/cudev/include/opencv2/cudev/grid/detail/integral.hpp __host__ static void horisontal_pass_8u_shfl(const GlobPtr<uchar> src, GlobPtr<uint> integral, int rows, int cols, cudaStream_t stream) uint 598 modules/cudev/include/opencv2/cudev/grid/detail/integral.hpp __host__ static void integral(const GlobPtr<uchar>& src, const GlobPtr<uint>& dst, int rows, int cols, cudaStream_t stream) uint 620 modules/cudev/include/opencv2/cudev/grid/detail/integral.hpp GlobPtr<uint> dstui = globPtr((uint*) dst.data, dst.step); uint 64 modules/cudev/include/opencv2/cudev/grid/detail/minmaxloc.hpp __shared__ uint sMinLoc[BLOCK_SIZE]; uint 65 modules/cudev/include/opencv2/cudev/grid/detail/minmaxloc.hpp __shared__ uint sMaxLoc[BLOCK_SIZE]; uint 63 modules/cudev/include/opencv2/cudev/util/atomic.hpp __device__ __forceinline__ uint atomicAdd(uint* address, uint val) uint 109 modules/cudev/include/opencv2/cudev/util/atomic.hpp __device__ __forceinline__ uint atomicMin(uint* address, uint val) uint 157 modules/cudev/include/opencv2/cudev/util/atomic.hpp __device__ __forceinline__ uint atomicMax(uint* address, uint val) uint 63 modules/cudev/include/opencv2/cudev/util/detail/type_traits.hpp template <> struct IsUnsignedIntegral<uint> { enum {value = 1}; }; uint 102 modules/cudev/include/opencv2/cudev/util/limits.hpp template <> struct numeric_limits<uint> uint 104 modules/cudev/include/opencv2/cudev/util/limits.hpp __device__ __forceinline__ static uint min() { return 0; } uint 105 modules/cudev/include/opencv2/cudev/util/limits.hpp __device__ __forceinline__ static uint max() { return UINT_MAX; } uint 60 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp template <typename T> __device__ __forceinline__ T saturate_cast(uint v) { return T(v); } uint 67 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp uint res = 0; uint 74 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp uint res = 0; uint 80 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp uint res = 0; uint 86 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp uint res = 0; uint 90 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp template <> __device__ __forceinline__ uchar saturate_cast<uchar>(uint v) uint 92 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp uint res = 0; uint 98 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp uint res = 0; uint 104 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp uint res = 0; uint 111 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp uint res = 0; uint 112 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp uint vi = v; uint 118 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp uint res = 0; uint 124 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp uint res = 0; uint 130 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp uint res = 0; uint 134 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp template <> __device__ __forceinline__ schar saturate_cast<schar>(uint v) uint 136 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp uint res = 0; uint 142 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp uint res = 0; uint 148 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp uint res = 0; uint 172 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp template <> __device__ __forceinline__ ushort saturate_cast<ushort>(uint v) uint 203 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp template <> __device__ __forceinline__ short saturate_cast<short>(uint v) uint 222 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp template <> __device__ __forceinline__ int saturate_cast<int>(uint v) uint 241 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp template <> __device__ __forceinline__ uint saturate_cast<uint>(schar v) uint 243 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp uint res = 0; uint 248 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp template <> __device__ __forceinline__ uint saturate_cast<uint>(short v) uint 250 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp uint res = 0; uint 254 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp template <> __device__ __forceinline__ uint saturate_cast<uint>(int v) uint 256 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp uint res = 0; uint 260 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp template <> __device__ __forceinline__ uint saturate_cast<uint>(float v) uint 264 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp template <> __device__ __forceinline__ uint saturate_cast<uint>(double v) uint 269 modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp return saturate_cast<uint>((float) v); uint 136 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vadd2(uint a, uint b) uint 138 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 146 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint s; uint 157 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vsub2(uint a, uint b) uint 159 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 167 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint s; uint 178 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vabsdiff2(uint a, uint b) uint 180 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 188 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint s, t, u, v; uint 205 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vavg2(uint a, uint b) uint 207 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r, s; uint 220 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vavrg2(uint a, uint b) uint 222 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 229 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint s; uint 240 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vseteq2(uint a, uint b) uint 242 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 249 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint c; uint 261 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vcmpeq2(uint a, uint b) uint 263 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r, c; uint 285 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vsetge2(uint a, uint b) uint 287 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 292 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint c; uint 302 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vcmpge2(uint a, uint b) uint 304 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r, c; uint 322 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vsetgt2(uint a, uint b) uint 324 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 329 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint c; uint 339 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vcmpgt2(uint a, uint b) uint 341 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r, c; uint 359 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vsetle2(uint a, uint b) uint 361 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 366 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint c; uint 376 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vcmple2(uint a, uint b) uint 378 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r, c; uint 396 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vsetlt2(uint a, uint b) uint 398 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 403 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint c; uint 413 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vcmplt2(uint a, uint b) uint 415 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r, c; uint 433 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vsetne2(uint a, uint b) uint 435 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 442 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint c; uint 454 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vcmpne2(uint a, uint b) uint 456 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r, c; uint 478 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vmax2(uint a, uint b) uint 480 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 488 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint s, t, u; uint 501 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vmin2(uint a, uint b) uint 503 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 511 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint s, t, u; uint 526 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vadd4(uint a, uint b) uint 528 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 538 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint s, t; uint 550 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vsub4(uint a, uint b) uint 552 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 562 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint s, t; uint 574 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vavg4(uint a, uint b) uint 576 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r, s; uint 589 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vavrg4(uint a, uint b) uint 591 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 598 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint c; uint 609 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vseteq4(uint a, uint b) uint 611 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 618 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint c; uint 630 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vcmpeq4(uint a, uint b) uint 632 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r, t; uint 654 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vsetle4(uint a, uint b) uint 656 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 661 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint c; uint 671 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vcmple4(uint a, uint b) uint 673 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r, c; uint 691 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vsetlt4(uint a, uint b) uint 693 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 698 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint c; uint 708 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vcmplt4(uint a, uint b) uint 710 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r, c; uint 728 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vsetge4(uint a, uint b) uint 730 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 735 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint c; uint 745 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vcmpge4(uint a, uint b) uint 747 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r, s; uint 765 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vsetgt4(uint a, uint b) uint 767 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 772 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint c; uint 782 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vcmpgt4(uint a, uint b) uint 784 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r, c; uint 802 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vsetne4(uint a, uint b) uint 804 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 811 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint c; uint 823 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vcmpne4(uint a, uint b) uint 825 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r, c; uint 847 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vabsdiff4(uint a, uint b) uint 849 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 859 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint s; uint 870 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vmax4(uint a, uint b) uint 872 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 882 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint s; uint 892 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp __device__ __forceinline__ uint vmin4(uint a, uint b) uint 894 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint r = 0; uint 904 modules/cudev/include/opencv2/cudev/util/simd_functions.hpp uint s; uint 167 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(!, uint, uchar) uint 176 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(~, uint, uint) uint 218 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(abs, /*::abs*/, uint, uint) uint 227 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sqrt, ::sqrtf, uint, float) uint 236 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp, ::expf, uint, float) uint 245 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp2, ::exp2f, uint, float) uint 254 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, uint, float) uint 263 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, uint, float) uint 272 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log2, ::log2f, uint, float) uint 281 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log10, ::log10f, uint, float) uint 290 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, uint, float) uint 299 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cos, ::cosf, uint, float) uint 308 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tan, ::tanf, uint, float) uint 317 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asin, ::asinf, uint, float) uint 326 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acos, ::acosf, uint, float) uint 335 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, uint, float) uint 344 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sinh, ::sinhf, uint, float) uint 353 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, uint, float) uint 362 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tanh, ::tanhf, uint, float) uint 371 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(asinh, ::asinhf, uint, float) uint 380 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, uint, float) uint 389 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, uint, float) uint 420 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(+, uint, uint) uint 429 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(-, uint, uint) uint 438 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(*, uint, uint) uint 447 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(/, uint, uint) uint 456 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(==, uint, uchar) uint 465 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(!=, uint, uchar) uint 474 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(>, uint, uchar) uint 483 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(<, uint, uchar) uint 492 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(>=, uint, uchar) uint 501 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(<=, uint, uchar) uint 510 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(&&, uint, uchar) uint 519 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(||, uint, uchar) uint 528 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(&, uint, uint) uint 535 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(|, uint, uint) uint 542 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_OP(^, uint, uint) uint 597 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(+, uint, uint, uint) uint 598 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(+, uint, float, float) uint 599 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(+, uint, double, double) uint 619 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(-, uint, uint, uint) uint 620 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(-, uint, float, float) uint 621 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(-, uint, double, double) uint 641 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(*, uint, uint, uint) uint 642 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(*, uint, float, float) uint 643 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(*, uint, double, double) uint 663 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(/, uint, uint, uint) uint 664 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(/, uint, float, float) uint 665 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(/, uint, double, double) uint 675 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(==, uint, uint, uchar) uint 684 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(!=, uint, uint, uchar) uint 693 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(>, uint, uint, uchar) uint 702 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(<, uint, uint, uchar) uint 711 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(>=, uint, uint, uchar) uint 720 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(<=, uint, uint, uchar) uint 729 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(&&, uint, uint, uchar) uint 738 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(||, uint, uint, uchar) uint 747 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(&, uint, uint, uint) uint 754 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(|, uint, uint, uint) uint 761 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(^, uint, uint, uint) uint 789 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(max, ::max, uint, uint) uint 798 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(min, ::min, uint, uint) uint 807 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, uint, float) uint 816 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(atan2, ::atan2f, uint, float) uint 871 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::max, uint, uint, uint) uint 872 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmaxf, uint, float, float) uint 873 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(max, ::fmax, uint, double, double) uint 893 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(min, ::min, uint, uint, uint) uint 894 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(min, ::fminf, uint, float, float) uint 895 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(min, ::fmin, uint, double, double) uint 911 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(hypot, ::hypotf, uint, float, float) uint 912 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(hypot, ::hypot, uint, double, double) uint 927 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(atan2, ::atan2f, uint, float, float) uint 928 modules/cudev/include/opencv2/cudev/util/vec_math.hpp CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(atan2, ::atan2, uint, double, double) uint 70 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp CV_CUDEV_MAKE_VEC_INST(uint) uint 136 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp CV_CUDEV_VEC_TRAITS_INST(uint) uint 191 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp template <> class DataType<uint> uint 194 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp typedef uint value_type; uint 242 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp CV_CUDEV_DATA_TYPE_INST(uint, 1) uint 243 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp CV_CUDEV_DATA_TYPE_INST(uint, 2) uint 244 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp CV_CUDEV_DATA_TYPE_INST(uint, 3) uint 245 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp CV_CUDEV_DATA_TYPE_INST(uint, 4) uint 81 modules/cudev/include/opencv2/cudev/warp/detail/reduce.hpp __device__ static void loadToSmem(const PointerTuple& smem, const ValTuple& val, uint tid) uint 89 modules/cudev/include/opencv2/cudev/warp/detail/reduce.hpp __device__ static void merge(const PointerTuple& smem, const ValTuple& val, uint tid, uint delta, const OpTuple& op) uint 99 modules/cudev/include/opencv2/cudev/warp/detail/reduce.hpp __device__ static void mergeShfl(const ValTuple& val, uint delta, uint width, const OpTuple& op) uint 112 modules/cudev/include/opencv2/cudev/warp/detail/reduce.hpp __device__ __forceinline__ static void loadToSmem(const PointerTuple&, const ValTuple&, uint) uint 117 modules/cudev/include/opencv2/cudev/warp/detail/reduce.hpp __device__ __forceinline__ static void merge(const PointerTuple&, const ValTuple&, uint, uint, const OpTuple&) uint 123 modules/cudev/include/opencv2/cudev/warp/detail/reduce.hpp __device__ __forceinline__ static void mergeShfl(const ValTuple&, uint, uint, const OpTuple&) uint 132 modules/cudev/include/opencv2/cudev/warp/detail/reduce.hpp __device__ __forceinline__ void loadToSmem(volatile T* smem, T& val, uint tid) uint 141 modules/cudev/include/opencv2/cudev/warp/detail/reduce.hpp uint tid) uint 149 modules/cudev/include/opencv2/cudev/warp/detail/reduce.hpp __device__ __forceinline__ void merge(volatile T* smem, T& val, uint tid, uint delta, const Op& op) uint 160 modules/cudev/include/opencv2/cudev/warp/detail/reduce.hpp uint tid, uint 161 modules/cudev/include/opencv2/cudev/warp/detail/reduce.hpp uint delta, uint 171 modules/cudev/include/opencv2/cudev/warp/detail/reduce.hpp __device__ __forceinline__ void mergeShfl(T& val, uint delta, uint width, const Op& op) uint 180 modules/cudev/include/opencv2/cudev/warp/detail/reduce.hpp uint delta, uint 181 modules/cudev/include/opencv2/cudev/warp/detail/reduce.hpp uint width, uint 193 modules/cudev/include/opencv2/cudev/warp/detail/reduce.hpp __device__ static void reduce(Pointer smem, Reference val, uint tid, Op op) uint 80 modules/cudev/include/opencv2/cudev/warp/detail/reduce_key_val.hpp __device__ static void loadToSmem(const PointerTuple& smem, const ReferenceTuple& data, uint tid) uint 88 modules/cudev/include/opencv2/cudev/warp/detail/reduce_key_val.hpp __device__ static void copy(const PointerTuple& svals, const ReferenceTuple& val, uint tid, uint delta) uint 99 modules/cudev/include/opencv2/cudev/warp/detail/reduce_key_val.hpp uint tid, uint delta) uint 116 modules/cudev/include/opencv2/cudev/warp/detail/reduce_key_val.hpp __device__ __forceinline__ static void loadToSmem(const PointerTuple&, const ReferenceTuple&, uint) uint 121 modules/cudev/include/opencv2/cudev/warp/detail/reduce_key_val.hpp __device__ __forceinline__ static void copy(const PointerTuple&, const ReferenceTuple&, uint, uint) uint 129 modules/cudev/include/opencv2/cudev/warp/detail/reduce_key_val.hpp uint, uint) uint 137 modules/cudev/include/opencv2/cudev/warp/detail/reduce_key_val.hpp __device__ __forceinline__ void loadToSmem(volatile T* smem, T& data, uint tid) uint 146 modules/cudev/include/opencv2/cudev/warp/detail/reduce_key_val.hpp uint tid) uint 154 modules/cudev/include/opencv2/cudev/warp/detail/reduce_key_val.hpp __device__ __forceinline__ void copyVals(volatile V* svals, V& val, uint tid, uint delta) uint 163 modules/cudev/include/opencv2/cudev/warp/detail/reduce_key_val.hpp uint tid, uint delta) uint 171 modules/cudev/include/opencv2/cudev/warp/detail/reduce_key_val.hpp __device__ void merge(volatile K* skeys, K& key, volatile V* svals, V& val, const Cmp& cmp, uint tid, uint delta) uint 189 modules/cudev/include/opencv2/cudev/warp/detail/reduce_key_val.hpp const Cmp& cmp, uint tid, uint delta) uint 210 modules/cudev/include/opencv2/cudev/warp/detail/reduce_key_val.hpp uint tid, uint delta) uint 220 modules/cudev/include/opencv2/cudev/warp/detail/reduce_key_val.hpp __device__ static void reduce(KP skeys, KR key, VP svals, VR val, uint tid, Cmp cmp) uint 62 modules/cudev/include/opencv2/cudev/warp/reduce.hpp __device__ __forceinline__ void warpReduce(volatile T* smem, T& val, uint tid, const Op& op) uint 72 modules/cudev/include/opencv2/cudev/warp/reduce.hpp uint tid, uint 84 modules/cudev/include/opencv2/cudev/warp/reduce.hpp __device__ __forceinline__ void warpReduceKeyVal(volatile K* skeys, K& key, volatile V* svals, V& val, uint tid, const Cmp& cmp) uint 96 modules/cudev/include/opencv2/cudev/warp/reduce.hpp uint tid, const Cmp& cmp) uint 113 modules/cudev/include/opencv2/cudev/warp/reduce.hpp uint tid, uint 59 modules/cudev/include/opencv2/cudev/warp/scan.hpp __device__ T warpScanInclusive(T data, volatile T* smem, uint tid) uint 65 modules/cudev/include/opencv2/cudev/warp/scan.hpp const uint laneId = Warp::laneId(); uint 78 modules/cudev/include/opencv2/cudev/warp/scan.hpp uint pos = 2 * tid - (tid & (WARP_SIZE - 1)); uint 95 modules/cudev/include/opencv2/cudev/warp/scan.hpp __device__ __forceinline__ T warpScanExclusive(T data, volatile T* smem, uint tid) uint 86 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ uint shfl(uint val, int srcLane, int width = warpSize) uint 88 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp return (uint) __shfl((int) val, srcLane, width); uint 143 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp CV_CUDEV_SHFL_VEC_INST(uint) uint 152 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ uchar shfl_up(uchar val, uint delta, int width = warpSize) uint 157 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ schar shfl_up(schar val, uint delta, int width = warpSize) uint 162 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ ushort shfl_up(ushort val, uint delta, int width = warpSize) uint 167 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ short shfl_up(short val, uint delta, int width = warpSize) uint 172 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ int shfl_up(int val, uint delta, int width = warpSize) uint 177 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ uint shfl_up(uint val, uint delta, int width = warpSize) uint 179 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp return (uint) __shfl_up((int) val, delta, width); uint 182 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ float shfl_up(float val, uint delta, int width = warpSize) uint 187 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ double shfl_up(double val, uint delta, int width = warpSize) uint 199 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ input_type ## 1 shfl_up(const input_type ## 1 & val, uint delta, int width = warpSize) \ uint 205 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ input_type ## 2 shfl_up(const input_type ## 2 & val, uint delta, int width = warpSize) \ uint 212 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ input_type ## 3 shfl_up(const input_type ## 3 & val, uint delta, int width = warpSize) \ uint 220 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ input_type ## 4 shfl_up(const input_type ## 4 & val, uint delta, int width = warpSize) \ uint 234 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp CV_CUDEV_SHFL_UP_VEC_INST(uint) uint 243 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ uchar shfl_down(uchar val, uint delta, int width = warpSize) uint 248 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ schar shfl_down(schar val, uint delta, int width = warpSize) uint 253 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ ushort shfl_down(ushort val, uint delta, int width = warpSize) uint 258 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ short shfl_down(short val, uint delta, int width = warpSize) uint 263 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ int shfl_down(int val, uint delta, int width = warpSize) uint 268 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ uint shfl_down(uint val, uint delta, int width = warpSize) uint 270 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp return (uint) __shfl_down((int) val, delta, width); uint 273 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ float shfl_down(float val, uint delta, int width = warpSize) uint 278 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ double shfl_down(double val, uint delta, int width = warpSize) uint 290 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ input_type ## 1 shfl_down(const input_type ## 1 & val, uint delta, int width = warpSize) \ uint 296 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ input_type ## 2 shfl_down(const input_type ## 2 & val, uint delta, int width = warpSize) \ uint 303 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ input_type ## 3 shfl_down(const input_type ## 3 & val, uint delta, int width = warpSize) \ uint 311 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ input_type ## 4 shfl_down(const input_type ## 4 & val, uint delta, int width = warpSize) \ uint 325 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp CV_CUDEV_SHFL_DOWN_VEC_INST(uint) uint 359 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp __device__ __forceinline__ uint shfl_xor(uint val, int laneMask, int width = warpSize) uint 361 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp return (uint) __shfl_xor((int) val, laneMask, width); uint 416 modules/cudev/include/opencv2/cudev/warp/shuffle.hpp CV_CUDEV_SHFL_XOR_VEC_INST(uint) uint 64 modules/cudev/include/opencv2/cudev/warp/warp.hpp __device__ __forceinline__ static uint laneId() uint 66 modules/cudev/include/opencv2/cudev/warp/warp.hpp uint ret; uint 71 modules/cudev/include/opencv2/cudev/warp/warp.hpp __device__ __forceinline__ static uint warpId() uint 73 modules/cudev/include/opencv2/cudev/warp/warp.hpp const uint tid = (threadIdx.z * blockDim.y + threadIdx.y) * blockDim.x + threadIdx.x; uint 104 modules/cudev/include/opencv2/cudev/warp/warp.hpp uint lane = Warp::laneId(); uint 116 modules/cudev/include/opencv2/cudev/warp/warp.hpp uint lane = Warp::laneId(); uint 290 modules/hal/src/stat.cpp uint CV_DECL_ALIGNED(16) buf[4]; uint 326 modules/imgproc/src/moments.cpp uint CV_DECL_ALIGNED(16) buf[4]; uint 305 modules/imgproc/src/pyramids.cpp const uint *row0 = (uint *)src[0], *row1 = (uint *)src[1], *row2 = (uint *)src[2]; uint 369 modules/imgproc/src/pyramids.cpp const uint *row0 = (uint *)src[0], *row1 = (uint *)src[1], *row2 = (uint *)src[2]; uint 429 modules/imgproc/src/pyramids.cpp const uint *row0 = (uint *)src[0], *row1 = (uint *)src[1], *row2 = (uint *)src[2]; uint 668 modules/imgproc/src/pyramids.cpp const uint *row0 = (uint *)src[0], *row1 = (uint *)src[1], *row2 = (uint *)src[2]; uint 719 modules/imgproc/src/pyramids.cpp const uint *row0 = (uint *)src[0], *row1 = (uint *)src[1], *row2 = (uint *)src[2]; uint 1621 modules/imgproc/test/test_imgwarp.cpp resizeArea<ushort, uint, 2, IntCast<ushort, uint> >(src, dst_reference); uint 236 modules/ml/test/test_save_load.cpp uint var = 0, varCount = (uint)varTypes.size(); uint 244 modules/ml/test/test_save_load.cpp int randomChosenIndex = offset + ((uint)ts->get_rng()) % size;