Lines Matching refs:high2
109 else high2 = nrow2; \
111 while (high2 - low2 > 5) { \
112 t = (low2 + high2) / 2; \
113 if (cp2[sliceheight * t] > col) high2 = t; \
116 for (_i = low2; _i < high2; _i++) { \
127 high2 = nrow2; \
132 high2 = nrow2; \
164 …PetscInt *cp1, *cp2, ii, _i, nrow1, nrow2, low1, high1, low2, high2, t, lastcol1, lastcol2, sli… in MatSetValues_MPISELL() local
186 high2 = nrow2; in MatSetValues_MPISELL()
221 high2 = nrow2; in MatSetValues_MPISELL()
227 …Private(B, row, col, value, addv, im[i], in[j], cp2, vp2, lastcol2, low2, high2); /* set one value… in MatSetValues_MPISELL()