Reduce           1073 modules/core/perf/opencl/perf_arithm.cpp OCL_PERF_TEST_P(ReduceMinMaxFixture, Reduce,
Reduce           1104 modules/core/perf/opencl/perf_arithm.cpp OCL_PERF_TEST_P(ReduceAccFixture, Reduce,
Reduce           1712 modules/core/test/ocl/test_arithm.cpp PARAM_TEST_CASE(Reduce, std::pair<MatDepth, MatDepth>, Channels, int, bool)
Reduce           1748 modules/core/test/ocl/test_arithm.cpp typedef Reduce ReduceSum;
Reduce           1764 modules/core/test/ocl/test_arithm.cpp typedef Reduce ReduceMax;
Reduce           1779 modules/core/test/ocl/test_arithm.cpp typedef Reduce ReduceMin;
Reduce           1794 modules/core/test/ocl/test_arithm.cpp typedef Reduce ReduceAvg;
Reduce            346 modules/cudaarithm/perf/perf_reductions.cpp PERF_TEST_P(Sz_Depth_Cn_Code_Dim, Reduce,
Reduce            825 modules/cudaarithm/test/test_reductions.cpp PARAM_TEST_CASE(Reduce, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, ReduceCode, UseRoi)
Reduce            863 modules/cudaarithm/test/test_reductions.cpp CUDA_TEST_P(Reduce, Rows)
Reduce            876 modules/cudaarithm/test/test_reductions.cpp CUDA_TEST_P(Reduce, Cols)
Reduce            892 modules/cudaarithm/test/test_reductions.cpp INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Reduce, testing::Combine(
Reduce             57 modules/cudev/include/opencv2/cudev/grid/detail/reduce_to_column.hpp     template <int BLOCK_SIZE, typename work_type, typename work_elem_type, class Reductor, int cn> struct Reduce;
Reduce            118 modules/cudev/include/opencv2/cudev/grid/detail/reduce_to_column.hpp         Reduce<BLOCK_SIZE, work_type, work_elem_type, Reductor, cn>::call(smem, myVal);