Lines Matching refs:max1
411 PetscInt val, max1, max2, Mbs, no_malloc = 0, *tmp, new_estimate, ctr; in MatIncreaseOverlap_MPIBAIJ_Receive() local
432 if (c->Mbs) max1 = ct * (a->nz + b->nz) / c->Mbs; in MatIncreaseOverlap_MPIBAIJ_Receive()
433 else max1 = 1; in MatIncreaseOverlap_MPIBAIJ_Receive()
434 mem_estimate = 3 * ((total_sz > max1 ? total_sz : max1) + 1); in MatIncreaseOverlap_MPIBAIJ_Receive()
624 PetscInt **rbuf3 = NULL, **sbuf_aj, **rbuf2 = NULL, max1, max2; local
949 for (PetscInt j = 1, max1 = rbuf1_i[0]; j <= max1; j++) { local
1097 max1 = sbuf1_i[2 * j];
1101 for (PetscInt k = 0; k < max1; k++, ct1++) {
1253 for (PetscInt j = 1, max1 = rbuf1_i[0]; j <= max1; j++) { local
1432 max1 = sbuf1_i[2 * j];
1433 for (PetscInt k = 0; k < max1; k++, ct1++) { /* for each recved block row */