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.h456 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs)
460 template<> EIGEN_STRONG_INLINE Packet2d preduxp<Packet2d>(const Packet2d* vecs)
496 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs)
510 template<> EIGEN_STRONG_INLINE Packet2d preduxp<Packet2d>(const Packet2d* vecs)
522 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs)
DComplex.h134 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs)
333 template<> EIGEN_STRONG_INLINE Packet1cd preduxp<Packet1cd>(const Packet1cd* vecs)
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h363 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs)
399 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.h260 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs)
291 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs)
DComplex.h152 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs)
/external/eigen/Eigen/src/Core/
DGenericPacketMath.h197 preduxp(const Packet* vecs) { return vecs[0]; } in preduxp() function
/external/eigen/test/
Dpacketmath.cpp199 internal::pstore(data2, internal::preduxp(packets)); in packetmath()