Home | History | Annotate | Download | only in src

Lines Matching defs:col2

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