convertAndUnrollScalar 1486 modules/core/src/arithm.cpp             convertAndUnrollScalar(src2sc, srctype, (uchar*)buf, 1);
convertAndUnrollScalar 1666 modules/core/src/arithm.cpp         convertAndUnrollScalar( src2, src1.type(), scbuf, blocksize);
convertAndUnrollScalar 1880 modules/core/src/arithm.cpp             convertAndUnrollScalar(src2sc, wtype, (uchar*)buf, 1);
convertAndUnrollScalar 2159 modules/core/src/arithm.cpp         convertAndUnrollScalar( src2, wtype, buf2, blocksize);
convertAndUnrollScalar 4939 modules/core/src/arithm.cpp             convertAndUnrollScalar( src2, depth1, (uchar *)buf, kercn );
convertAndUnrollScalar 4960 modules/core/src/arithm.cpp             convertAndUnrollScalar(Mat(1, 1, CV_32S, &ival), depth1, (uchar *)buf, kercn);
convertAndUnrollScalar 5060 modules/core/src/arithm.cpp             convertAndUnrollScalar( src2, depth1, buf, blocksize );
convertAndUnrollScalar 5090 modules/core/src/arithm.cpp             convertAndUnrollScalar(Mat(1, 1, CV_32S, &ival), depth1, buf, blocksize);
convertAndUnrollScalar 5758 modules/core/src/arithm.cpp         convertAndUnrollScalar( lb, src.type(), lbuf, blocksize );
convertAndUnrollScalar 5759 modules/core/src/arithm.cpp         convertAndUnrollScalar( ub, src.type(), ubuf, blocksize );
convertAndUnrollScalar  486 modules/core/src/copy.cpp             convertAndUnrollScalar( value, type(), _buf, 1 );
convertAndUnrollScalar  565 modules/core/src/copy.cpp     convertAndUnrollScalar( value, type(), scbuf, blockSize0 );
convertAndUnrollScalar  242 modules/core/src/precomp.hpp void convertAndUnrollScalar( const Mat& sc, int buftype, uchar* scbuf, size_t blocksize );
convertAndUnrollScalar  784 modules/core/src/umatrix.cpp         convertAndUnrollScalar(value, tp, (uchar *)buf, kercn / cn);