HomeSort by relevance Sort by last modified time
    Searched defs:pcj (Results 1 - 2 of 2) sorted by null

  /external/eigen/test/
packetmath.cpp 278 internal::conj_helper<Packet,Packet,ConjLhs,ConjRhs> pcj; local
285 internal::pstore(pval,pcj.pmul(internal::pload<Packet>(data1),internal::pload<Packet>(data2)));
294 internal::pstore(pval,pcj.pmadd(internal::pload<Packet>(data1),internal::pload<Packet>(data2),internal::pload<Packet>(pval)));
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 69 padd(pcj.pmul(EIGEN_CAT(ploa , A0)<LhsPacket>(&lhs0[j]), ptmp0), \
70 pcj.pmul(EIGEN_CAT(ploa , A13)<LhsPacket>(&lhs1[j]), ptmp1)), \
71 padd(pcj.pmul(EIGEN_CAT(ploa , A2)<LhsPacket>(&lhs2[j]), ptmp2), \
72 pcj.pmul(EIGEN_CAT(ploa , A13)<LhsPacket>(&lhs3[j]), ptmp3)) )))
75 conj_helper<LhsPacket,RhsPacket,ConjugateLhs,ConjugateRhs> pcj; local
197 T0 = pcj.pmadd(A00, ptmp0, pload<ResPacket>(&res[j]));
198 T1 = pcj.pmadd(A10, ptmp0, pload<ResPacket>(&res[j+ResPacketSize]));
200 T0 = pcj.pmadd(A01, ptmp1, T0);
202 T0 = pcj.pmadd(A02, ptmp2, T0);
204 T0 = pcj.pmadd(A03, ptmp3, T0)
328 conj_helper<LhsPacket,RhsPacket,ConjugateLhs,ConjugateRhs> pcj; local
    [all...]

Completed in 49 milliseconds