Lines Matching defs:col
3302 int col = 0;
3307 col++;
3310 indexes.push_back(col);
3365 for (int col = 0; col < numCols; ++col) {
3367 indexes.push_back(col);
3391 for (int col = 0; col < 4; ++col) {
3393 if (col == row)
3394 ids[col][row] = one;
3396 ids[col][row] = zero;
3403 for (int col = 0; col < 4; ++col)
3404 ids[col][col] = sources[0];
3410 for (int col = 0; col < minCols; ++col) {
3412 indexes.push_back(col);
3415 ids[col][row] = createCompositeExtract(matrix, componentTypeId, indexes);
3417 setPrecision(ids[col][row], precision);
3423 int col = 0;
3425 for (int arg = 0; arg < (int)sources.size() && col < numCols; ++arg) {
3432 ids[col][row++] = argComp;
3435 col++;
3437 if (col == numCols) {
3451 for (int col = 0; col < numCols; ++col) {
3454 vectorComponents.push_back(ids[col][row]);