Lines Matching refs:idx

7   PetscInt         i, nz, idx, idt, oidx;  in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()  local
16 idx = 0; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
20 x1 = x[idx]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
21 x2 = x[1 + idx]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
22 x3 = x[2 + idx]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
23 x4 = x[3 + idx]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
24 x5 = x[4 + idx]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
25 x6 = x[5 + idx]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
26 x7 = x[6 + idx]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
49 x[idx] = s1; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
50 x[1 + idx] = s2; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
51 x[2 + idx] = s3; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
52 x[3 + idx] = s4; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
53 x[4 + idx] = s5; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
54 x[5 + idx] = s6; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
55 x[6 + idx] = s7; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
56 idx += 7; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
72 idx = 7 * (*vi--); in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
73 x[idx] -= v[0] * s1 + v[1] * s2 + v[2] * s3 + v[3] * s4 + v[4] * s5 + v[5] * s6 + v[6] * s7; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
74 …x[idx + 1] -= v[7] * s1 + v[8] * s2 + v[9] * s3 + v[10] * s4 + v[11] * s5 + v[12] * s6 + v[13] * s… in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
75 …x[idx + 2] -= v[14] * s1 + v[15] * s2 + v[16] * s3 + v[17] * s4 + v[18] * s5 + v[19] * s6 + v[20] … in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
76 …x[idx + 3] -= v[21] * s1 + v[22] * s2 + v[23] * s3 + v[24] * s4 + v[25] * s5 + v[26] * s6 + v[27] … in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
77 …x[idx + 4] -= v[28] * s1 + v[29] * s2 + v[30] * s3 + v[31] * s4 + v[32] * s5 + v[33] * s6 + v[34] … in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
78 …x[idx + 5] -= v[35] * s1 + v[36] * s2 + v[37] * s3 + v[38] * s4 + v[39] * s5 + v[40] * s6 + v[41] … in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
79 …x[idx + 6] -= v[42] * s1 + v[43] * s2 + v[44] * s3 + v[45] * s4 + v[46] * s5 + v[47] * s6 + v[48] … in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace()
91 PetscInt nz, idx, idt, j, i, oidx; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering() local
101 idx = 0; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
105 x1 = x[idx]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
106 x2 = x[1 + idx]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
107 x3 = x[2 + idx]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
108 x4 = x[3 + idx]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
109 x5 = x[4 + idx]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
110 x6 = x[5 + idx]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
111 x7 = x[6 + idx]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
133 x[idx] = s1; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
134 x[1 + idx] = s2; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
135 x[2 + idx] = s3; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
136 x[3 + idx] = s4; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
137 x[4 + idx] = s5; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
138 x[5 + idx] = s6; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
139 x[6 + idx] = s7; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
140 idx += bs; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
156 idx = bs * vi[j]; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
157 x[idx] -= v[0] * s1 + v[1] * s2 + v[2] * s3 + v[3] * s4 + v[4] * s5 + v[5] * s6 + v[6] * s7; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
158 …x[idx + 1] -= v[7] * s1 + v[8] * s2 + v[9] * s3 + v[10] * s4 + v[11] * s5 + v[12] * s6 + v[13] * s… in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
159 …x[idx + 2] -= v[14] * s1 + v[15] * s2 + v[16] * s3 + v[17] * s4 + v[18] * s5 + v[19] * s6 + v[20] … in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
160 …x[idx + 3] -= v[21] * s1 + v[22] * s2 + v[23] * s3 + v[24] * s4 + v[25] * s5 + v[26] * s6 + v[27] … in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
161 …x[idx + 4] -= v[28] * s1 + v[29] * s2 + v[30] * s3 + v[31] * s4 + v[32] * s5 + v[33] * s6 + v[34] … in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
162 …x[idx + 5] -= v[35] * s1 + v[36] * s2 + v[37] * s3 + v[38] * s4 + v[39] * s5 + v[40] * s6 + v[41] … in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()
163 …x[idx + 6] -= v[42] * s1 + v[43] * s2 + v[44] * s3 + v[45] * s4 + v[46] * s5 + v[47] * s6 + v[48] … in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering()