Lines Matching refs:low2
108 if (col <= lastcol2) low2 = 0; \
111 while (high2 - low2 > 5) { \
112 t = (low2 + high2) / 2; \
114 else low2 = t; \
116 for (_i = low2; _i < high2; _i++) { \
126 low2 = 0; \
131 low2 = 0; \
164 …PetscInt *cp1, *cp2, ii, _i, nrow1, nrow2, low1, high1, low2, high2, t, lastcol1, lastcol2, sli… in MatSetValues_MPISELL() local
185 low2 = 0; in MatSetValues_MPISELL()
220 low2 = 0; in MatSetValues_MPISELL()
227 …qSELL_Private(B, row, col, value, addv, im[i], in[j], cp2, vp2, lastcol2, low2, high2); /* set one… in MatSetValues_MPISELL()