HomeSort by relevance Sort by last modified time
    Searched refs:pcplxflip (Results 1 - 6 of 6) sorted by null

  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 221 template<typename Packet> inline Packet pcplxflip(const Packet& a) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/AltiVec/
Complex.h 208 template<> EIGEN_STRONG_INLINE Packet2cf pcplxflip<Packet2cf>(const Packet2cf& x) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/NEON/
Complex.h 134 template<> EIGEN_STRONG_INLINE Packet2cf pcplxflip<Packet2cf>(const Packet2cf& a) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/SSE/
Complex.h 237 EIGEN_STRONG_INLINE Packet2cf pcplxflip/*<Packet2cf>*/(const Packet2cf& x) function in namespace:Eigen::internal
433 EIGEN_STRONG_INLINE Packet1cd pcplxflip/*<Packet1cd>*/(const Packet1cd& x) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 398 tmp = pcplxflip(pconj(ResPacket(c.second)));
403 tmp = pconj(pcplxflip(ResPacket(c.second)));
408 tmp = pcplxflip(ResPacket(c.second));
413 tmp = pcplxflip(ResPacket(c.second));
    [all...]
  /external/eigen/test/
packetmath.cpp 339 internal::pstore(pval,internal::pcplxflip(internal::pload<Packet>(data1)));
340 VERIFY(areApprox(ref, pval, PacketSize) && "pcplxflip");

Completed in 461 milliseconds