Home | History | Annotate | Download | only in ceres

Lines Matching refs:col

188     for (int col = 0; col < NUM_COL_C; ++col) {
191 tmp += A[row * NUM_COL_A + k] * B[k * NUM_COL_B + col];
194 const int index = (row + start_row_c) * col_stride_c + start_col_c + col;
248 for (int col = 0; col < NUM_COL_C; ++col) {
251 tmp += A[k * NUM_COL_A + row] * B[k * NUM_COL_B + col];
254 const int index = (row + start_row_c) * col_stride_c + start_col_c + col;
330 for (int col = 0; col < NUM_COL_A; ++col) {
331 tmp += A[row * NUM_COL_A + col] * b[col];
381 for (int col = 0; col < NUM_ROW_A; ++col) {
382 tmp += A[col * NUM_COL_A + row] * b[col];