Home
last modified time | relevance | path

Searched refs:preduxp (Results 1 – 8 of 8) sorted by relevance

/external/eigen/Eigen/src/Core/arch/SSE/
DPacketMath.h376 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs)
380 template<> EIGEN_STRONG_INLINE Packet2d preduxp<Packet2d>(const Packet2d* vecs)
416 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs)
430 template<> EIGEN_STRONG_INLINE Packet2d preduxp<Packet2d>(const Packet2d* vecs)
442 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs)
DComplex.h128 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs)
327 template<> EIGEN_STRONG_INLINE Packet1cd preduxp<Packet1cd>(const Packet1cd* vecs)
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h360 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs)
396 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs)
DComplex.h133 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs)
/external/eigen/Eigen/src/Core/arch/NEON/
DPacketMath.h251 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs)
285 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs)
DComplex.h155 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs)
/external/eigen/Eigen/src/Core/
DGenericPacketMath.h193 preduxp(const Packet* vecs) { return vecs[0]; } in preduxp() function
/external/eigen/test/
Dpacketmath.cpp199 internal::pstore(data2, internal::preduxp(packets)); in packetmath()