Searched defs:lhs0 (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixVector.h74 padd(pcj.pmul(EIGEN_CAT(ploa , A0)<LhsPacket>(&lhs0[j]), ptmp0), \
157 const LhsScalar *lhs0 = lhs + i*lhsStride, *lhs1 = lhs + (i+offset1)*lhsStride, local
166 res[j] = cj.pmadd(lhs0[j], pfirst(ptmp0), res[j]);
202 A00 = pload<LhsPacket>(&lhs0[j]);
203 A10 = pload<LhsPacket>(&lhs0[j+LhsPacketSize]);
235 res[j] = cj.pmadd(lhs0[j], pfirst(ptmp0), res[j]);
250 const LhsScalar* lhs0 = lhs + k*lhsStride; local
257 res[j] += cj.pmul(lhs0[j], pfirst(ptmp0));
259 if ((size_t(lhs0+alignedStart)%sizeof(LhsPacket))==0)
261 pstore(&res[i], pcj.pmadd(pload<LhsPacket>(&lhs0[
418 const LhsScalar *lhs0 = lhs + i*lhsStride, *lhs1 = lhs + (i+offset1)*lhsStride, local
525 const LhsScalar* lhs0 = lhs + i*lhsStride; local
[all...]

Completed in 71 milliseconds