Searched defs:preduxp (Results 1 - 12 of 12) sorted by relevance

/external/eigen/Eigen/src/Core/arch/SSE/
H A DComplex.h155 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs) function in namespace:Eigen::internal
359 template<> EIGEN_STRONG_INLINE Packet1cd preduxp<Packet1cd>(const Packet1cd* vecs) function in namespace:Eigen::internal
H A DPacketMath.h503 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) function in namespace:Eigen::internal
508 template<> EIGEN_STRONG_INLINE Packet2d preduxp<Packet2d>(const Packet2d* vecs) function in namespace:Eigen::internal
514 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) function in namespace:Eigen::internal
528 template<> EIGEN_STRONG_INLINE Packet2d preduxp<Packet2d>(const Packet2d* vecs) function in namespace:Eigen::internal
559 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs) function in namespace:Eigen::internal
575 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs) function in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/arch/AVX/
H A DComplex.h143 template<> EIGEN_STRONG_INLINE Packet4cf preduxp<Packet4cf>(const Packet4cf* vecs) function in namespace:Eigen::internal
346 template<> EIGEN_STRONG_INLINE Packet2cd preduxp<Packet2cd>(const Packet2cd* vecs) function in namespace:Eigen::internal
H A DPacketMath.h353 // preduxp should be ok
355 template<> EIGEN_STRONG_INLINE Packet8f preduxp<Packet8f>(const Packet8f* vecs) function in namespace:Eigen::internal
383 template<> EIGEN_STRONG_INLINE Packet4d preduxp<Packet4d>(const Packet4d* vecs) function in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DComplex.h152 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs) function in namespace:Eigen::internal
373 template<> EIGEN_STRONG_INLINE Packet1cd preduxp<Packet1cd>(const Packet1cd* vecs) { return vecs[0]; } function in namespace:Eigen::internal
H A DPacketMath.h543 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) function in namespace:Eigen::internal
583 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs) function in namespace:Eigen::internal
967 template<> EIGEN_STRONG_INLINE Packet2d preduxp<Packet2d>(const Packet2d* vecs) function in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/arch/NEON/
H A DComplex.h184 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs) function in namespace:Eigen::internal
412 template<> EIGEN_STRONG_INLINE Packet1cd preduxp<Packet1cd>(const Packet1cd* vecs) { return vecs[0]; } function in namespace:Eigen::internal
H A DPacketMath.h344 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) function in namespace:Eigen::internal
375 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs) function in namespace:Eigen::internal
669 template<> EIGEN_STRONG_INLINE Packet2d preduxp<Packet2d>(const Packet2d* vecs) function in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/arch/ZVector/
H A DComplex.h225 template<> EIGEN_STRONG_INLINE Packet1cd preduxp<Packet1cd>(const Packet1cd* vecs) function in namespace:Eigen::internal
229 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs) function in namespace:Eigen::internal
H A DPacketMath.h741 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs) function in namespace:Eigen::internal
769 template<> EIGEN_STRONG_INLINE Packet2d preduxp<Packet2d>(const Packet2d* vecs) function in namespace:Eigen::internal
780 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) function in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/
H A DGenericPacketMath.h320 preduxp(const Packet* vecs) { return vecs[0]; } function in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/arch/AVX512/
H A DPacketMath.h686 template<> EIGEN_STRONG_INLINE Packet16f preduxp<Packet16f>(const Packet16f* function in namespace:Eigen::internal
812 template<> EIGEN_STRONG_INLINE Packet8d preduxp<Packet8d>(const Packet8d* vecs) function in namespace:Eigen::internal

Completed in 93 milliseconds