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 376 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) function in namespace:Eigen::internal
380 template<> EIGEN_STRONG_INLINE Packet2d preduxp<Packet2d>(const Packet2d* vecs) function in namespace:Eigen::internal
385 // EIGEN_STRONG_INLINE Packet4i preduxp(const Packet4i* vecs)
416 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) function in namespace:Eigen::internal
430 template<> EIGEN_STRONG_INLINE Packet2d preduxp<Packet2d>(const Packet2d* vecs) function in namespace:Eigen::internal
442 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs) function in namespace:Eigen::internal
Complex.h 128 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs) function in namespace:Eigen::internal
327 template<> EIGEN_STRONG_INLINE Packet1cd preduxp<Packet1cd>(const Packet1cd* vecs) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 360 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) function in namespace:Eigen::internal
396 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 251 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) function in namespace:Eigen::internal
285 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs) function in namespace:Eigen::internal
Complex.h 155 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 193 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 28 milliseconds