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

  /external/eigen/Eigen/src/Core/arch/AltiVec/
Complex.h 70 template<> EIGEN_STRONG_INLINE Packet2cf pnegate(const Packet2cf& a) { return Packet2cf(pnegate(a.v)); } function in namespace:Eigen::internal
PacketMath.h 173 template<> EIGEN_STRONG_INLINE Packet4f pnegate(const Packet4f& a) { return psub<Packet4f>(p4f_ZERO, a); } function in namespace:Eigen::internal
174 template<> EIGEN_STRONG_INLINE Packet4i pnegate(const Packet4i& a) { return psub<Packet4i>(p4i_ZERO, a); } function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/SSE/
Complex.h 50 template<> EIGEN_STRONG_INLINE Packet2cf pnegate(const Packet2cf& a) function in namespace:Eigen::internal
276 template<> EIGEN_STRONG_INLINE Packet1cd pnegate(const Packet1cd& a) { return Packet1cd(pnegate(a.v)); } function in namespace:Eigen::internal
PacketMath.h 130 template<> EIGEN_STRONG_INLINE Packet4f pnegate(const Packet4f& a) function in namespace:Eigen::internal
135 template<> EIGEN_STRONG_INLINE Packet2d pnegate(const Packet2d& a) function in namespace:Eigen::internal
140 template<> EIGEN_STRONG_INLINE Packet4i pnegate(const Packet4i& a) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 105 pnegate(const Packet& a) { return -a; } function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/NEON/
Complex.h 61 template<> EIGEN_STRONG_INLINE Packet2cf pnegate(const Packet2cf& a) { return Packet2cf(pnegate<Packet4f>(a.v)); } function in namespace:Eigen::internal
PacketMath.h 124 template<> EIGEN_STRONG_INLINE Packet4f pnegate(const Packet4f& a) { return vnegq_f32(a); } function in namespace:Eigen::internal
125 template<> EIGEN_STRONG_INLINE Packet4i pnegate(const Packet4i& a) { return vnegq_s32(a); } function in namespace:Eigen::internal

Completed in 84 milliseconds