It 76 modules/core/include/opencv2/core/cuda/block.hpp template<typename It, typename T> It 77 modules/core/include/opencv2/core/cuda/block.hpp static __device__ __forceinline__ void fill(It beg, It end, const T& value) It 80 modules/core/include/opencv2/core/cuda/block.hpp It t = beg + flattenedThreadId(); It 71 modules/core/include/opencv2/core/cuda/warp.hpp template<typename It, typename T> It 72 modules/core/include/opencv2/core/cuda/warp.hpp static __device__ __forceinline__ void fill(It beg, It end, const T& value) It 74 modules/core/include/opencv2/core/cuda/warp.hpp for(It t = beg + laneId(); t < end; t += STRIDE) It 74 modules/cudev/include/opencv2/cudev/block/block.hpp template <class It, typename T> It 75 modules/cudev/include/opencv2/cudev/block/block.hpp __device__ __forceinline__ static void blockFill(It beg, It end, const T& value) It 78 modules/cudev/include/opencv2/cudev/block/block.hpp It t = beg + Block::threadLineId(); It 78 modules/cudev/include/opencv2/cudev/warp/warp.hpp template <class It, typename T> It 79 modules/cudev/include/opencv2/cudev/warp/warp.hpp __device__ __forceinline__ void warpFill(It beg, It end, const T& value) It 81 modules/cudev/include/opencv2/cudev/warp/warp.hpp for(It t = beg + Warp::laneId(); t < end; t += WARP_SIZE) It 380 modules/features2d/src/evaluation.cpp It pos = overlaps.begin(); It 381 modules/features2d/src/evaluation.cpp It end = overlaps.end(); It 385 modules/features2d/src/evaluation.cpp It prev = pos++;