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

  /external/eigen/test/
packetmath.cpp 314 internal::conj_helper<Packet,Packet,ConjLhs,ConjRhs> pcj; local
321 internal::pstore(pval,pcj.pmul(internal::pload<Packet>(data1),internal::pload<Packet>(data2)));
330 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 74 padd(pcj.pmul(EIGEN_CAT(ploa , A0)<LhsPacket>(&lhs0[j]), ptmp0), \
75 pcj.pmul(EIGEN_CAT(ploa , A13)<LhsPacket>(&lhs1[j]), ptmp1)), \
76 padd(pcj.pmul(EIGEN_CAT(ploa , A2)<LhsPacket>(&lhs2[j]), ptmp2), \
77 pcj.pmul(EIGEN_CAT(ploa , A13)<LhsPacket>(&lhs3[j]), ptmp3)) )))
80 conj_helper<LhsPacket,RhsPacket,ConjugateLhs,ConjugateRhs> pcj; local
204 T0 = pcj.pmadd(A00, ptmp0, pload<ResPacket>(&res[j]));
205 T1 = pcj.pmadd(A10, ptmp0, pload<ResPacket>(&res[j+ResPacketSize]));
207 T0 = pcj.pmadd(A01, ptmp1, T0);
209 T0 = pcj.pmadd(A02, ptmp2, T0);
211 T0 = pcj.pmadd(A03, ptmp3, T0)
344 conj_helper<LhsPacket,RhsPacket,ConjugateLhs,ConjugateRhs> pcj; local
    [all...]

Completed in 1024 milliseconds