Lines Matching defs:row
3303 int row = 0;
3305 if (row >= getNumRows(sourceArg)) {
3306 row = 0;
3311 indexes.push_back(row);
3313 row++;
3361 for (int row = 0; row < numRows; ++row)
3362 channels.push_back(row);
3392 for (int row = 0; row < 4; ++row) {
3393 if (col == row)
3394 ids[col][row] = one;
3396 ids[col][row] = zero;
3413 for (int row = 0; row < minRows; ++row) {
3414 indexes.push_back(row);
3415 ids[col][row] = createCompositeExtract(matrix, componentTypeId, indexes);
3417 setPrecision(ids[col][row], precision);
3422 int row = 0;
3432 ids[col][row++] = argComp;
3433 if (row == numRows) {
3434 row = 0;
3453 for (int row = 0; row < numRows; ++row)
3454 vectorComponents.push_back(ids[col][row]);