Home | History | Annotate | Download | only in src

Lines Matching refs:col1

345     int row1, row2, col1, col2;
353 col1 = (x == 0 ? 1 : 0);
356 value = M[row1 * 3 + col1] * M[row2 * 3 + col2] - M[row2 * 3 + col1] * M[row1 * 3 + col2];