Home
last modified time | relevance | path

Searched refs:pstoreu (Results 1 – 11 of 11) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DGeneralBlockPanelKernel.h768 pstoreu(r0, R0);
779 pstoreu(r1, R1);
780 pstoreu(r2, R2);
781 pstoreu(r3, R3);
782 pstoreu(r0 + ResPacketSize, R4);
783 pstoreu(r1 + ResPacketSize, R5);
784 pstoreu(r2 + ResPacketSize, R6);
785 pstoreu(r3 + ResPacketSize, R0);
796 pstoreu(r0, R0);
801 pstoreu(r1, R1);
[all …]
/external/eigen/Eigen/src/Core/arch/SSE/
DComplex.h108 …RONG_INLINE void pstoreu<std::complex<float> >(std::complex<float> * to, const Packet2cf& from) …
315 …ONG_INLINE void pstoreu<std::complex<double> >(std::complex<double> * to, const Packet1cd& from)…
DPacketMath.h313 template<> EIGEN_STRONG_INLINE void pstoreu<double>(double* to, const Packet2d& from) {
318 …plate<> EIGEN_STRONG_INLINE void pstoreu<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_UN…
319 …plate<> EIGEN_STRONG_INLINE void pstoreu<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_UN…
/external/eigen/Eigen/src/Core/arch/NEON/
DComplex.h111 …RONG_INLINE void pstoreu<std::complex<float> >(std::complex<float> * to, const Packet2cf& from) …
DPacketMath.h209 template<> EIGEN_STRONG_INLINE void pstoreu<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_…
210 template<> EIGEN_STRONG_INLINE void pstoreu<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_…
/external/eigen/Eigen/src/Core/
DGenericPacketMath.h180 template<typename Scalar, typename Packet> inline void pstoreu(Scalar* to, const Packet& from) in pstoreu() function
303 pstoreu(to, from); in pstoret()
/external/eigen/Eigen/src/Jacobi/
DJacobi.h368 pstoreu(px, padd(pmul(pc,xi),pcj.pmul(ps,yi))); in apply_rotation_in_the_plane()
369 pstoreu(px+PacketSize, padd(pmul(pc,xi1),pcj.pmul(ps,yi1))); in apply_rotation_in_the_plane()
379 pstoreu(x+peelingEnd, padd(pmul(pc,xi),pcj.pmul(ps,yi))); in apply_rotation_in_the_plane()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DComplex.h106 …RONG_INLINE void pstoreu<std::complex<float> >(std::complex<float> * to, const Packet2cf& from) …
DPacketMath.h304 template<> EIGEN_STRONG_INLINE void pstoreu<float>(float* to, const Packet4f& from)
322 template<> EIGEN_STRONG_INLINE void pstoreu<int>(int* to, const Packet4i& from)
/external/eigen/test/
Dpacketmath.cpp131 internal::pstoreu(data2+offset, internal::pload<Packet>(data1)); in packetmath()
/external/eigen/doc/
DInsideEigenExample.dox418 internal::pstoreu(to, from);