Home | History | Annotate | Download | only in slang

Lines Matching defs:EMT

107 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) {
112 unsigned Dim = EMT->getDim();
115 return MatrixTypeJavaNameMap[EMT->getDim() - 2];
265 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType *>(ET);
266 switch (EMT->getDim()) {