Lines Matching refs:ridx
1363 PetscInt ridx, cidx, lastcol = -1;
1378 ridx = row % 4;
1392 bap = ap + 16 * i + 4 * cidx + ridx;
1404 ap[16 * i + 4 * cidx + ridx] = value;
2059 PetscInt brow, bcol, ridx, cidx, bs = A->rmap->bs, bs2 = a->bs2;
2083 ridx = row % bs;
2094 *v++ = ap[bs2 * i + bs * cidx + ridx];
2449 PetscInt ridx, cidx, bs2 = a->bs2;
2470 ridx = row % bs;
2490 bap = PetscSafePointerPlusOffset(ap, bs2 * i + bs * cidx + ridx);
2513 ap[bs2 * i + bs * cidx + ridx] = value;