convert_          268 modules/imgproc/src/opencl/filterSmall.cl #define WA_CONVERT_2 CAT(convert_, srcT)
convert_          197 modules/stitching/src/opencl/multibandblend.cl #define __CONVERT_ROUND(dstType, roundMode) CAT(CAT(convert_, REF(dstType)), roundMode)
convert_          254 modules/ts/src/ts_func.cpp         convert_(src, (uchar*)dst, total, alpha, beta);
convert_          257 modules/ts/src/ts_func.cpp         convert_(src, (schar*)dst, total, alpha, beta);
convert_          260 modules/ts/src/ts_func.cpp         convert_(src, (ushort*)dst, total, alpha, beta);
convert_          263 modules/ts/src/ts_func.cpp         convert_(src, (short*)dst, total, alpha, beta);
convert_          266 modules/ts/src/ts_func.cpp         convert_(src, (int*)dst, total, alpha, beta);
convert_          269 modules/ts/src/ts_func.cpp         convert_(src, (float*)dst, total, alpha, beta);
convert_          272 modules/ts/src/ts_func.cpp         convert_(src, (double*)dst, total, alpha, beta);