Home | History | Annotate | Download | only in products

Lines Matching refs:j2

550     for(Index j2=0; j2<packet_cols; j2+=nr)
552 traits.unpackRhs(depth*nr,&blockB[j2*strideB+offsetB*nr],unpackedB);
573 ResScalar* r0 = &res[(j2+0)*resStride + i];
931 ResScalar* r0 = &res[(j2+0)*resStride + i];
959 const RhsScalar* blB = &blockB[j2*strideB+offsetB*nr];
992 res[(j2+0)*resStride + i] += alpha*C0;
993 res[(j2+1)*resStride + i] += alpha*C1;
994 if(nr==4) res[(j2+2)*resStride + i] += alpha*C2;
995 if(nr==4) res[(j2+3)*resStride + i] += alpha*C3;
1000 for(Index j2=packet_cols; j2<cols; j2++)
1003 traits.unpackRhs(depth, &blockB[j2*strideB+offsetB], unpackedB);
1036 ResScalar* r0 = &res[(j2+0)*resStride + i];
1069 ResPacket R0 = ploadu<ResPacket>(&res[(j2+0)*resStride + i]);
1071 pstoreu(&res[(j2+0)*resStride + i], R0);
1081 const RhsScalar* blB = &blockB[j2*strideB+offsetB];
1088 res[(j2+0)*resStride + i] += alpha*C0;
1208 for(Index j2=0; j2<packet_cols; j2+=nr)
1212 const Scalar* b0 = &rhs[(j2+0)*rhsStride];
1213 const Scalar* b1 = &rhs[(j2+1)*rhsStride];
1214 const Scalar* b2 = &rhs[(j2+2)*rhsStride];
1215 const Scalar* b3 = &rhs[(j2+3)*rhsStride];
1229 for(Index j2=packet_cols; j2<cols; ++j2)
1232 const Scalar* b0 = &rhs[(j2+0)*rhsStride];
1256 for(Index j2=0; j2<packet_cols; j2+=nr)
1262 const Scalar* b0 = &rhs[k*rhsStride + j2];
1273 for(Index j2=packet_cols; j2<cols; ++j2)
1276 const Scalar* b0 = &rhs[j2];