NormType          753 modules/core/perf/opencl/perf_arithm.cpp CV_ENUM(NormType, NORM_INF, NORM_L1, NORM_L2)
NormType          755 modules/core/perf/opencl/perf_arithm.cpp typedef std::tr1::tuple<Size, MatType, NormType> NormParams;
NormType          760 modules/core/perf/opencl/perf_arithm.cpp                                    OCL_TEST_TYPES_134, NormType::all()))
NormType          780 modules/core/perf/opencl/perf_arithm.cpp                                    OCL_TEST_TYPES_134, NormType::all()))
NormType          800 modules/core/perf/opencl/perf_arithm.cpp                                    OCL_TEST_TYPES_134, NormType::all()))
NormType           10 modules/core/perf/perf_norm.cpp CV_FLAGS(NormType, NORM_INF, NORM_L1, NORM_L2, NORM_TYPE_MASK, NORM_RELATIVE, NORM_MINMAX)
NormType           11 modules/core/perf/perf_norm.cpp typedef std::tr1::tuple<Size, MatType, NormType> Size_MatType_NormType_t;
NormType           52 modules/cudaarithm/perf/perf_reductions.cpp DEF_PARAM_TEST(Sz_Depth_Norm, cv::Size, MatDepth, NormType);
NormType           57 modules/cudaarithm/perf/perf_reductions.cpp                     Values(NormType(cv::NORM_INF), NormType(cv::NORM_L1), NormType(cv::NORM_L2))))
NormType           92 modules/cudaarithm/perf/perf_reductions.cpp DEF_PARAM_TEST(Sz_Norm, cv::Size, NormType);
NormType           96 modules/cudaarithm/perf/perf_reductions.cpp                     Values(NormType(cv::NORM_INF), NormType(cv::NORM_L1), NormType(cv::NORM_L2))))
NormType          386 modules/cudaarithm/perf/perf_reductions.cpp DEF_PARAM_TEST(Sz_Depth_NormType, cv::Size, MatDepth, NormType);
NormType          391 modules/cudaarithm/perf/perf_reductions.cpp                     Values(NormType(cv::NORM_INF),
NormType          392 modules/cudaarithm/perf/perf_reductions.cpp                            NormType(cv::NORM_L1),
NormType          393 modules/cudaarithm/perf/perf_reductions.cpp                            NormType(cv::NORM_L2),
NormType          394 modules/cudaarithm/perf/perf_reductions.cpp                            NormType(cv::NORM_MINMAX))))
NormType          149 modules/cudafeatures2d/perf/perf_features2d.cpp DEF_PARAM_TEST(DescSize_Norm, int, NormType);
NormType          153 modules/cudafeatures2d/perf/perf_features2d.cpp                     Values(NormType(cv::NORM_L1), NormType(cv::NORM_L2), NormType(cv::NORM_HAMMING))))
NormType          206 modules/cudafeatures2d/perf/perf_features2d.cpp DEF_PARAM_TEST(DescSize_K_Norm, int, int, NormType);
NormType          211 modules/cudafeatures2d/perf/perf_features2d.cpp                     Values(NormType(cv::NORM_L1), NormType(cv::NORM_L2))))
NormType          265 modules/cudafeatures2d/perf/perf_features2d.cpp                     Values(NormType(cv::NORM_L1), NormType(cv::NORM_L2))))
NormType            9 modules/features2d/perf/perf_batchDistance.cpp CV_ENUM(NormType, NORM_L1, NORM_L2, NORM_L2SQR, NORM_HAMMING, NORM_HAMMING2)
NormType           11 modules/features2d/perf/perf_batchDistance.cpp typedef std::tr1::tuple<NormType, MatType, bool> Norm_Destination_CrossCheck_t;
NormType           29 modules/features2d/perf/perf_batchDistance.cpp     NormType normType = get<0>(GetParam());
NormType           57 modules/features2d/perf/perf_batchDistance.cpp     NormType normType = get<0>(GetParam());
NormType          112 modules/features2d/perf/perf_batchDistance.cpp     NormType normType = get<0>(GetParam());
NormType           60 modules/ts/include/opencv2/ts/cuda_perf.hpp     CV_ENUM(NormType, NORM_INF, NORM_L1, NORM_L2, NORM_HAMMING, NORM_MINMAX)