Home | History | Annotate | Download | only in Scalar

Lines Matching defs:numRows

189   unsigned numRows = DepMatrix.size();
190 for (unsigned i = 0; i < numRows; ++i) {
266 unsigned NumRows = DepMatrix.size();
268 for (unsigned Row = 0; Row < NumRows; ++Row) {