norm_ 179 modules/cudafeatures2d/src/brute_force_matcher.cpp explicit BFMatcher_Impl(int norm) : norm_(norm) norm_ 288 modules/cudafeatures2d/src/brute_force_matcher.cpp int norm_; norm_ 358 modules/cudafeatures2d/src/brute_force_matcher.cpp const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHamming; norm_ 420 modules/cudafeatures2d/src/brute_force_matcher.cpp const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHamming; norm_ 618 modules/cudafeatures2d/src/brute_force_matcher.cpp const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHamming; norm_ 704 modules/cudafeatures2d/src/brute_force_matcher.cpp const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHamming; norm_ 887 modules/cudafeatures2d/src/brute_force_matcher.cpp const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHamming; norm_ 956 modules/cudafeatures2d/src/brute_force_matcher.cpp const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHamming; norm_ 1291 modules/ts/src/ts_func.cpp result = norm_((const uchar*)sptr, total, cn, normType, result, mptr); norm_ 1294 modules/ts/src/ts_func.cpp result = norm_((const schar*)sptr, total, cn, normType, result, mptr); norm_ 1297 modules/ts/src/ts_func.cpp result = norm_((const ushort*)sptr, total, cn, normType, result, mptr); norm_ 1300 modules/ts/src/ts_func.cpp result = norm_((const short*)sptr, total, cn, normType, result, mptr); norm_ 1303 modules/ts/src/ts_func.cpp result = norm_((const int*)sptr, total, cn, normType, result, mptr); norm_ 1306 modules/ts/src/ts_func.cpp result = norm_((const float*)sptr, total, cn, normType, result, mptr); norm_ 1309 modules/ts/src/ts_func.cpp result = norm_((const double*)sptr, total, cn, normType, result, mptr); norm_ 1373 modules/ts/src/ts_func.cpp result = norm_((const uchar*)sptr1, (const uchar*)sptr2, total, cn, normType, result, mptr); norm_ 1376 modules/ts/src/ts_func.cpp result = norm_((const schar*)sptr1, (const schar*)sptr2, total, cn, normType, result, mptr); norm_ 1379 modules/ts/src/ts_func.cpp result = norm_((const ushort*)sptr1, (const ushort*)sptr2, total, cn, normType, result, mptr); norm_ 1382 modules/ts/src/ts_func.cpp result = norm_((const short*)sptr1, (const short*)sptr2, total, cn, normType, result, mptr); norm_ 1385 modules/ts/src/ts_func.cpp result = norm_((const int*)sptr1, (const int*)sptr2, total, cn, normType, result, mptr); norm_ 1388 modules/ts/src/ts_func.cpp result = norm_((const float*)sptr1, (const float*)sptr2, total, cn, normType, result, mptr); norm_ 1391 modules/ts/src/ts_func.cpp result = norm_((const double*)sptr1, (const double*)sptr2, total, cn, normType, result, mptr);