checkScalar 1561 modules/core/src/arithm.cpp if( checkScalar(*psrc1, type2, kind1, kind2) ) checkScalar 1570 modules/core/src/arithm.cpp else if( !checkScalar(*psrc2, type1, kind2, kind1) ) checkScalar 1942 modules/core/src/arithm.cpp bool src1Scalar = checkScalar(*psrc1, type2, kind1, kind2); checkScalar 1943 modules/core/src/arithm.cpp bool src2Scalar = checkScalar(*psrc2, type1, kind2, kind1); checkScalar 1968 modules/core/src/arithm.cpp if( checkScalar(*psrc1, type2, kind1, kind2) ) checkScalar 1983 modules/core/src/arithm.cpp else if( !checkScalar(*psrc2, type1, kind2, kind1) ) checkScalar 2263 modules/core/src/arithm.cpp bool src1Scalar = checkScalar(src1, _src2.type(), kind1, kind2); checkScalar 2264 modules/core/src/arithm.cpp bool src2Scalar = checkScalar(src2, _src1.type(), kind2, kind1); checkScalar 4996 modules/core/src/arithm.cpp if (checkScalar(_src1, _src2.type(), _src1.kind(), _src2.kind())) checkScalar 5004 modules/core/src/arithm.cpp else if( !checkScalar(_src2, _src1.type(), _src2.kind(), _src1.kind()) ) checkScalar 5575 modules/core/src/arithm.cpp if( !checkScalar(_lowerb, stype, lkind, skind) ) checkScalar 5584 modules/core/src/arithm.cpp if( !checkScalar(_upperb, stype, ukind, skind) ) checkScalar 5694 modules/core/src/arithm.cpp if( !checkScalar(lb, src.type(), lkind, skind) ) checkScalar 5703 modules/core/src/arithm.cpp if( !checkScalar(ub, src.type(), ukind, skind) ) checkScalar 472 modules/core/src/copy.cpp CV_Assert( checkScalar(value, type(), _value.kind(), _InputArray::MAT )); checkScalar 2663 modules/core/src/matrix.cpp CV_Assert( checkScalar(value, type(), arr.kind(), _InputArray::CUDA_GPU_MAT) ); checkScalar 778 modules/core/src/umatrix.cpp CV_Assert( checkScalar(value, type(), _value.kind(), _InputArray::UMAT) );