checkOp            15 modules/core/test/test_mat.cpp     int checkOp( const Mat& src, int dstType, int opType, const Mat& opRes, int dim );
checkOp           191 modules/core/test/test_mat.cpp     tempCode = checkOp( src, dstType, CV_REDUCE_SUM, sum, dim );
checkOp           195 modules/core/test/test_mat.cpp     tempCode = checkOp( src, dstType, CV_REDUCE_AVG, avg, dim );
checkOp           199 modules/core/test/test_mat.cpp     tempCode = checkOp( src, dstType, CV_REDUCE_MAX, max, dim );
checkOp           203 modules/core/test/test_mat.cpp     tempCode = checkOp( src, dstType, CV_REDUCE_MIN, min, dim );