sqrSum            571 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS Scalar sqrSum(InputArray src, InputArray mask = noArray());
sqrSum            218 modules/cudaarithm/perf/perf_reductions.cpp         TEST_CYCLE() gpu_dst = cv::cuda::sqrSum(d_src);
sqrSum            337 modules/cudaarithm/test/test_reductions.cpp     cv::Scalar val = cv::cuda::sqrSum(loadMat(src, useRoi));
sqrSum            292 modules/cudaimgproc/src/match_template.cpp         double templ_sqsum = cuda::sqrSum(templ.reshape(1))[0];
sqrSum            362 modules/cudaimgproc/src/match_template.cpp         double templ_sqsum = cuda::sqrSum(templ.reshape(1))[0];
sqrSum            400 modules/cudaimgproc/src/match_template.cpp         double templ_sqsum = cuda::sqrSum(templ.reshape(1))[0];
sqrSum            531 modules/cudaimgproc/src/match_template.cpp             double templ_sqsum = cuda::sqrSum(templ)[0];
sqrSum            550 modules/cudaimgproc/src/match_template.cpp             Scalar templ_sqsum = cuda::sqrSum(templ);