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

  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 450 EVT elemtype = vtparts[i]; local
453 elemtype = vtparts[i].getVectorElementType();
456 unsigned sz = elemtype.getSizeInBits();
457 if (elemtype.isInteger() && (sz < 8))
476 EVT elemtype = vtparts[i]; local
479 elemtype = vtparts[i].getVectorElementType();
483 unsigned sz = elemtype.getSizeInBits();
484 if (elemtype.isInteger() && (sz < 32))
1603 EVT elemtype = vtparts[i]; local
    [all...]
NVPTXISelLowering.cpp 384 EVT elemtype = vtparts[i]; local
387 elemtype = vtparts[i].getVectorElementType();
391 unsigned sz = elemtype.getSizeInBits();
392 if (elemtype.isInteger() && (sz < 8))
556 EVT elemtype = vtparts[j]; local
559 elemtype = vtparts[j].getVectorElementType();
562 unsigned sz = elemtype.getSizeInBits();
563 if (elemtype.isInteger() && (sz < 8))
566 if (elemtype.getSizeInBits() < 16) {
576 elemtype, MachinePointerInfo())
787 EVT elemtype = vtparts[j]; local
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 457 #define CV_IMAGE_ELEM( image, elemtype, row, col ) \
458 (((elemtype*)((image)->imageData + (image)->widthStep*(row)))[(col)])
647 #define CV_MAT_ELEM( mat, elemtype, row, col ) \
648 (*(elemtype*)CV_MAT_ELEM_PTR_FAST( mat, row, col, sizeof(elemtype)))
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 465 int elemtype = CV_MAT_TYPE(seq_flags); local
466 int typesize = CV_ELEM_SIZE(elemtype);
468 if( elemtype != CV_SEQ_ELTYPE_GENERIC &&
705 int elemtype = CV_MAT_TYPE(seq_flags); local
706 int typesize = CV_ELEM_SIZE(elemtype);
708 if( elemtype != CV_SEQ_ELTYPE_GENERIC &&
    [all...]

Completed in 49 milliseconds