Home | History | Annotate | Download | only in compiler

Lines Matching refs:outRows

1395 				const int outRows = result->getSecondarySize();
1414 if(i >= inCols || outRows > inRows)
1446 column = end >= outRows ? column + 1 : column;
1447 element = element + outRows - row;
1448 row = end >= outRows ? 0 : end;