reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
332 prod = isl_mat_alloc(mat1->ctx, mat1->n_row + mat2->n_row, 348 isl_seq_cpy(prod->row[n + i], mat2->row[i], off); 351 mat2->row[i] + off, d2); 354 mat2->row[i] + off + d2, col2 - d2); 368 isl_seq_cpy(prod->row[n + i], mat2->row[r2 + i], off); 371 mat2->row[r2 + i] + off, d2); 374 mat2->row[r2 + i] + off + d2, col2 - d2);