HomeSort by relevance Sort by last modified time
    Searched refs:sctype (Results 1 - 3 of 3) sorted by null

  /external/opencv/cxcore/src/
cxarithm.cpp 535 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0; local
589 sctype = type = CV_MAT_TYPE(iterator.hdr[0]->type);
590 if( CV_MAT_DEPTH(sctype) < CV_32S )
591 sctype = (type & CV_MAT_CN_MASK) | CV_32SC1;
598 CV_CALL( cvScalarToRawData( &scalar, buf, sctype, 1 ));
616 sctype = type = CV_MAT_TYPE(src->type);
620 sctype = (type & CV_MAT_CN_MASK) | CV_32SC1;
712 CV_CALL( cvScalarToRawData( &scalar, buf, sctype, 1 ));
1007 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0; local
    [all...]
cxcmp.cpp 353 int sctype, type, coi = 0; local
387 sctype = type = CV_MAT_TYPE(src1->type);
388 if( CV_MAT_DEPTH(sctype) < CV_32S )
389 sctype = (type & CV_MAT_CN_MASK) | CV_32SC1;
413 cvScalarToRawData( &lower, buf, sctype, 0 );
414 cvScalarToRawData( &upper, (char*)buf + CV_ELEM_SIZE(sctype), sctype, 0 );
1499 int type, sctype; local
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 131 for (unsigned sctype = (unsigned) MVT::i8; sctype < (unsigned) MVT::i128;
132 ++sctype) {
133 MVT::SimpleValueType VT = (MVT::SimpleValueType)sctype;
141 for (unsigned stype = sctype - 1; stype >= (unsigned) MVT::i8; --stype) {
147 for (unsigned sctype = (unsigned) MVT::f32; sctype < (unsigned) MVT::f64;
148 ++sctype) {
149 MVT::SimpleValueType VT = (MVT::SimpleValueType) sctype;
154 for (unsigned stype = sctype - 1; stype >= (unsigned) MVT::f32; --stype)
    [all...]

Completed in 56 milliseconds