type2 1520 modules/core/src/arithm.cpp int type2 = psrc2->type(), depth2 = CV_MAT_DEPTH(type2), cn2 = CV_MAT_CN(type2); type2 1531 modules/core/src/arithm.cpp if( dims1 <= 2 && dims2 <= 2 && kind1 == kind2 && sz1 == sz2 && type1 == type2 && !haveMask ) type2 1559 modules/core/src/arithm.cpp !psrc1->sameSize(*psrc2) || type1 != type2 ) type2 1561 modules/core/src/arithm.cpp if( checkScalar(*psrc1, type2, kind1, kind2) ) type2 1565 modules/core/src/arithm.cpp swap(type1, type2); type2 1578 modules/core/src/arithm.cpp CV_Assert( psrc1->sameSize(*psrc2) && type1 == type2 ); type2 1823 modules/core/src/arithm.cpp int type2 = haveScalar ? wtype : _src2.type(), depth2 = CV_MAT_DEPTH(type2); type2 1935 modules/core/src/arithm.cpp int type2 = psrc2->type(), depth2 = CV_MAT_DEPTH(type2), cn2 = CV_MAT_CN(type2); type2 1942 modules/core/src/arithm.cpp bool src1Scalar = checkScalar(*psrc1, type2, kind1, kind2); type2 1945 modules/core/src/arithm.cpp if( (kind1 == kind2 || cn == 1) && sz1 == sz2 && dims1 <= 2 && dims2 <= 2 && type1 == type2 && type2 1968 modules/core/src/arithm.cpp if( checkScalar(*psrc1, type2, kind1, kind2) ) type2 1973 modules/core/src/arithm.cpp swap(type1, type2); type2 1989 modules/core/src/arithm.cpp CV_Assert(type2 == CV_64F && (sz2.height == 1 || sz2.height == 4)); type2 2008 modules/core/src/arithm.cpp if( !haveScalar && type1 != type2 ) type2 2056 modules/core/src/arithm.cpp BinaryFunc cvtsrc2 = type2 == type1 ? cvtsrc1 : type2 == wtype ? 0 : getConvertFunc(type2, wtype); type2 2059 modules/core/src/arithm.cpp size_t esz1 = CV_ELEM_SIZE(type1), esz2 = CV_ELEM_SIZE(type2); type2 4894 modules/core/src/arithm.cpp type2 = _src2.type(), depth2 = CV_MAT_DEPTH(type2); type2 4899 modules/core/src/arithm.cpp if (!haveScalar && (!_src1.sameSize(_src2) || type1 != type2)) type2 3469 modules/core/src/matrix.cpp #define REDUCE_OP(favor, optype, type1, type2) \ type2 3484 modules/core/src/matrix.cpp cv::reduceC_ < type1, type2, cv::Op##optype < type2 > >(srcmat.rowRange(y, y + 1), dstroi); \ type2 3492 modules/core/src/matrix.cpp cv::reduceC_ < type1, type2, cv::Op##optype < type2 > >(srcmat, dstmat); \