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

  /external/eigen/Eigen/src/Core/arch/ZVector/
Complex.h 356 EIGEN_STRONG_INLINE Packet1cd pcplxflip/*<Packet1cd>*/(const Packet1cd& x) function in namespace:Eigen::internal
361 EIGEN_STRONG_INLINE Packet2cf pcplxflip/*<Packet2cf>*/(const Packet2cf& x) function in namespace:Eigen::internal
364 res.cd[0] = pcplxflip(x.cd[0]);
365 res.cd[1] = pcplxflip(x.cd[1]);
  /external/eigen/Eigen/src/Core/arch/AVX/
Complex.h 234 template<> EIGEN_STRONG_INLINE Packet4cf pcplxflip<Packet4cf>(const Packet4cf& x) function in namespace:Eigen::internal
429 template<> EIGEN_STRONG_INLINE Packet2cd pcplxflip<Packet2cd>(const Packet2cd& x) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/AltiVec/
Complex.h 253 template<> EIGEN_STRONG_INLINE Packet2cf pcplxflip<Packet2cf>(const Packet2cf& x) function in namespace:Eigen::internal
445 EIGEN_STRONG_INLINE Packet1cd pcplxflip/*<Packet1cd>*/(const Packet1cd& x) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/NEON/
Complex.h 166 template<> EIGEN_STRONG_INLINE Packet2cf pcplxflip<Packet2cf>(const Packet2cf& a) function in namespace:Eigen::internal
469 EIGEN_STRONG_INLINE Packet1cd pcplxflip/*<Packet1cd>*/(const Packet1cd& x) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/SSE/
Complex.h 258 EIGEN_STRONG_INLINE Packet2cf pcplxflip/* <Packet2cf> */(const Packet2cf& x) function in namespace:Eigen::internal
459 EIGEN_STRONG_INLINE Packet1cd pcplxflip/* <Packet1cd> */(const Packet1cd& x) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 352 template<typename Packet> EIGEN_DEVICE_FUNC inline Packet pcplxflip(const Packet& a) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 720 tmp = pcplxflip(pconj(ResPacket(c.second)));
725 tmp = pconj(pcplxflip(ResPacket(c.second)));
730 tmp = pcplxflip(ResPacket(c.second));
735 tmp = pcplxflip(ResPacket(c.second));
    [all...]
  /external/eigen/test/
packetmath.cpp 574 internal::pstore(pval,internal::pcplxflip(internal::pload<Packet>(data1)));
575 VERIFY(areApprox(ref, pval, PacketSize) && "pcplxflip");

Completed in 371 milliseconds