Searched refs:Bc1 (Results 1 – 1 of 1) sorted by relevance
68 const Scalar* Bc1 = B+(j+1)*ldb; in sparselu_gemm() local79 b01 = pset1<Packet>(Bc1[0]); in sparselu_gemm()80 b11 = pset1<Packet>(Bc1[1]); in sparselu_gemm()81 if(RK==4) b21 = pset1<Packet>(Bc1[2]); in sparselu_gemm()82 if(RK==4) b31 = pset1<Packet>(Bc1[3]); in sparselu_gemm()155 C1[i] += A0[i]*Bc1[0]+A1[i]*Bc1[1]+A2[i]*Bc1[2]+A3[i]*Bc1[3]; in sparselu_gemm()160 C1[i] += A0[i]*Bc1[0]+A1[i]*Bc1[1]; in sparselu_gemm()165 Bc1 += RK; in sparselu_gemm()