Lines Matching refs:j
34 for (int j = 0; j < Q; j++) { in read_A_notrans_g2r_1D_nosync() local
35 rA[j] = sA[j * P + tx]; in read_A_notrans_g2r_1D_nosync()
59 for (int j = 0; j < Q; j++) { in read_A_trans_g2r_1D_nosync() local
60 rA[j] = sA[tx * Q + j]; in read_A_trans_g2r_1D_nosync()
139 for (int j = 0; j < Q; j++) { in mul_rAsBrC_1D_nosync() local
140 rB[j] = sB[i * Q + j]; in mul_rAsBrC_1D_nosync()
144 for (int j = 0; j < Q; j++) { in mul_rAsBrC_1D_nosync() local
145 rC[i] += rA[j] * rB[j]; in mul_rAsBrC_1D_nosync()
163 for (int j = 0; j < Q; j++) { in addmul_rAsBrC_1D_nosync() local
164 rB[j] = sB[i * Q + j]; in addmul_rAsBrC_1D_nosync()
167 for (int j = 0; j < Q; j++) { in addmul_rAsBrC_1D_nosync() local
168 rC[i] += rA[j] * rB[j]; in addmul_rAsBrC_1D_nosync()