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

  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 456 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) function in namespace:Eigen::internal
460 template<> EIGEN_STRONG_INLINE Packet2d preduxp<Packet2d>(const Packet2d* vecs) function in namespace:Eigen::internal
465 // EIGEN_STRONG_INLINE Packet4i preduxp(const Packet4i* vecs)
496 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) function in namespace:Eigen::internal
510 template<> EIGEN_STRONG_INLINE Packet2d preduxp<Packet2d>(const Packet2d* vecs) function in namespace:Eigen::internal
522 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs) function in namespace:Eigen::internal
Complex.h 134 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs) function in namespace:Eigen::internal
333 template<> EIGEN_STRONG_INLINE Packet1cd preduxp<Packet1cd>(const Packet1cd* vecs) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 363 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) function in namespace:Eigen::internal
399 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs) function in namespace:Eigen::internal
Complex.h 133 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/NEON/
PacketMath.h 260 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) function in namespace:Eigen::internal
291 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs) function in namespace:Eigen::internal
Complex.h 152 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 197 preduxp(const Packet* vecs) { return vecs[0]; } function in namespace:Eigen::internal
  /external/eigen/test/
packetmath.cpp 199 internal::pstore(data2, internal::preduxp(packets));
200 VERIFY(areApproxAbs(ref, data2, PacketSize, refvalue) && "internal::preduxp");

Completed in 226 milliseconds