Lines Matching refs:high1
405 else high1 = nrow1; \
407 while (high1 - low1 > 5) { \
408 t = (low1 + high1) / 2; \
409 if (rp1[t] > col) high1 = t; \
412 for (_i = low1; _i < high1; _i++) { \
425 high1 = nrow1; \
430 high1 = nrow1; \
437 high1++; \
546 …PetscInt *rp1, *rp2, ii, nrow1, nrow2, _i, rmax1, rmax2, N, low1, high1, low2, high2, t, lastcol… in MatSetValues_MPIAIJ() local
564 high1 = nrow1; in MatSetValues_MPIAIJ()
8087 …PetscInt *rp1, *rp2, ii, nrow1, nrow2, _i, rmax1, rmax2, N, low1, high1, low2, high2, t, lastcol1… in matsetvaluesmpiaij_() local
8105 high1 = nrow1; in matsetvaluesmpiaij_()