Lines Matching refs:idx

7   PetscInt         i, nz, idx, idt, oidx;  in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()  local
16 idx = 0; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
20 x1 = x[idx]; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
21 x2 = x[1 + idx]; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
22 x3 = x[2 + idx]; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
23 x4 = x[3 + idx]; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
24 x5 = x[4 + idx]; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
25 x6 = x[5 + idx]; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
46 x[idx] = s1; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
47 x[1 + idx] = s2; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
48 x[2 + idx] = s3; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
49 x[3 + idx] = s4; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
50 x[4 + idx] = s5; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
51 x[5 + idx] = s6; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
52 idx += 6; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
67 idx = 6 * (*vi--); in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
68 x[idx] -= v[0] * s1 + v[1] * s2 + v[2] * s3 + v[3] * s4 + v[4] * s5 + v[5] * s6; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
69 x[idx + 1] -= v[6] * s1 + v[7] * s2 + v[8] * s3 + v[9] * s4 + v[10] * s5 + v[11] * s6; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
70 x[idx + 2] -= v[12] * s1 + v[13] * s2 + v[14] * s3 + v[15] * s4 + v[16] * s5 + v[17] * s6; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
71 x[idx + 3] -= v[18] * s1 + v[19] * s2 + v[20] * s3 + v[21] * s4 + v[22] * s5 + v[23] * s6; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
72 x[idx + 4] -= v[24] * s1 + v[25] * s2 + v[26] * s3 + v[27] * s4 + v[28] * s5 + v[29] * s6; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
73 x[idx + 5] -= v[30] * s1 + v[31] * s2 + v[32] * s3 + v[33] * s4 + v[34] * s5 + v[35] * s6; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering_inplace()
86 PetscInt nz, idx, idt, j, i, oidx; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering() local
96 idx = 0; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
100 x1 = x[idx]; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
101 x2 = x[1 + idx]; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
102 x3 = x[2 + idx]; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
103 x4 = x[3 + idx]; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
104 x5 = x[4 + idx]; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
105 x6 = x[5 + idx]; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
126 x[idx] = s1; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
127 x[1 + idx] = s2; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
128 x[2 + idx] = s3; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
129 x[3 + idx] = s4; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
130 x[4 + idx] = s5; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
131 x[5 + idx] = s6; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
132 idx += bs; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
147 idx = bs * vi[j]; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
148 x[idx] -= v[0] * s1 + v[1] * s2 + v[2] * s3 + v[3] * s4 + v[4] * s5 + v[5] * s6; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
149 x[idx + 1] -= v[6] * s1 + v[7] * s2 + v[8] * s3 + v[9] * s4 + v[10] * s5 + v[11] * s6; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
150 x[idx + 2] -= v[12] * s1 + v[13] * s2 + v[14] * s3 + v[15] * s4 + v[16] * s5 + v[17] * s6; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
151 x[idx + 3] -= v[18] * s1 + v[19] * s2 + v[20] * s3 + v[21] * s4 + v[22] * s5 + v[23] * s6; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
152 x[idx + 4] -= v[24] * s1 + v[25] * s2 + v[26] * s3 + v[27] * s4 + v[28] * s5 + v[29] * s6; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()
153 x[idx + 5] -= v[30] * s1 + v[31] * s2 + v[32] * s3 + v[33] * s4 + v[34] * s5 + v[35] * s6; in MatSolveTranspose_SeqBAIJ_6_NaturalOrdering()