Home
last modified time | relevance | path

Searched refs:sctype (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
Dcxarithm.cpp535 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0; in cvSubRS() local
589 sctype = type = CV_MAT_TYPE(iterator.hdr[0]->type); in cvSubRS()
590 if( CV_MAT_DEPTH(sctype) < CV_32S ) in cvSubRS()
591 sctype = (type & CV_MAT_CN_MASK) | CV_32SC1; in cvSubRS()
598 CV_CALL( cvScalarToRawData( &scalar, buf, sctype, 1 )); in cvSubRS()
616 sctype = type = CV_MAT_TYPE(src->type); in cvSubRS()
620 sctype = (type & CV_MAT_CN_MASK) | CV_32SC1; in cvSubRS()
712 CV_CALL( cvScalarToRawData( &scalar, buf, sctype, 1 )); in cvSubRS()
1007 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0; in cvAddS() local
1061 sctype = type = CV_MAT_TYPE(iterator.hdr[0]->type); in cvAddS()
[all …]
Dcxcmp.cpp353 int sctype, type, coi = 0; in cvInRangeS() local
387 sctype = type = CV_MAT_TYPE(src1->type); in cvInRangeS()
388 if( CV_MAT_DEPTH(sctype) < CV_32S ) in cvInRangeS()
389 sctype = (type & CV_MAT_CN_MASK) | CV_32SC1; in cvInRangeS()
413 cvScalarToRawData( &lower, buf, sctype, 0 ); in cvInRangeS()
414 cvScalarToRawData( &upper, (char*)buf + CV_ELEM_SIZE(sctype), sctype, 0 ); in cvInRangeS()
1499 int type, sctype; in cvAbsDiffS() local
1524 sctype = type = CV_MAT_TYPE( src->type ); in cvAbsDiffS()
1526 sctype = (type & CV_MAT_CN_MASK) | CV_32SC1; in cvAbsDiffS()
1541 CV_CALL( cvScalarToRawData( &scalar, buf, sctype, 1 )); in cvAbsDiffS()
/external/llvm/lib/Target/CellSPU/
DSPUISelLowering.cpp131 for (unsigned sctype = (unsigned) MVT::i8; sctype < (unsigned) MVT::i128; in SPUTargetLowering() local
132 ++sctype) { in SPUTargetLowering()
133 MVT::SimpleValueType VT = (MVT::SimpleValueType)sctype; in SPUTargetLowering()
141 for (unsigned stype = sctype - 1; stype >= (unsigned) MVT::i8; --stype) { in SPUTargetLowering()
147 for (unsigned sctype = (unsigned) MVT::f32; sctype < (unsigned) MVT::f64; in SPUTargetLowering() local
148 ++sctype) { in SPUTargetLowering()
149 MVT::SimpleValueType VT = (MVT::SimpleValueType) sctype; in SPUTargetLowering()
154 for (unsigned stype = sctype - 1; stype >= (unsigned) MVT::f32; --stype) { in SPUTargetLowering()
367 for (unsigned sctype = (unsigned) MVT::i8; sctype < (unsigned) MVT::f128; in SPUTargetLowering() local
368 ++sctype) { in SPUTargetLowering()
[all …]