Lines Matching refs:low1
404 if (col <= lastcol1) low1 = 0; \
407 while (high1 - low1 > 5) { \
408 t = (low1 + high1) / 2; \
410 else low1 = t; \
412 for (_i = low1; _i < high1; _i++) { \
424 low1 = 0; \
429 low1 = 0; \
546 …PetscInt *rp1, *rp2, ii, nrow1, nrow2, _i, rmax1, rmax2, N, low1, high1, low2, high2, t, lastcol… in MatSetValues_MPIAIJ() local
563 low1 = 0; in MatSetValues_MPIAIJ()
8087 …PetscInt *rp1, *rp2, ii, nrow1, nrow2, _i, rmax1, rmax2, N, low1, high1, low2, high2, t, lastcol1… in matsetvaluesmpiaij_() local
8104 low1 = 0; in matsetvaluesmpiaij_()