calcDiffElemCountImpl  972 modules/core/test/test_mat.cpp         return calcDiffElemCountImpl<uchar>(mv, m);
calcDiffElemCountImpl  974 modules/core/test/test_mat.cpp         return calcDiffElemCountImpl<char>(mv, m);
calcDiffElemCountImpl  976 modules/core/test/test_mat.cpp         return calcDiffElemCountImpl<unsigned short>(mv, m);
calcDiffElemCountImpl  978 modules/core/test/test_mat.cpp         return calcDiffElemCountImpl<short int>(mv, m);
calcDiffElemCountImpl  980 modules/core/test/test_mat.cpp         return calcDiffElemCountImpl<int>(mv, m);
calcDiffElemCountImpl  982 modules/core/test/test_mat.cpp         return calcDiffElemCountImpl<float>(mv, m);
calcDiffElemCountImpl  984 modules/core/test/test_mat.cpp         return calcDiffElemCountImpl<double>(mv, m);