Searched refs:pstoreu (Results 1 – 11 of 11) sorted by relevance
/external/eigen/Eigen/src/Core/products/ |
D | GeneralBlockPanelKernel.h | 761 pstoreu(r0, R0); 772 pstoreu(r1, R1); 773 pstoreu(r2, R2); 774 pstoreu(r3, R3); 775 pstoreu(r0 + ResPacketSize, R4); 776 pstoreu(r1 + ResPacketSize, R5); 777 pstoreu(r2 + ResPacketSize, R6); 778 pstoreu(r3 + ResPacketSize, R0); 789 pstoreu(r0, R0); 794 pstoreu(r1, R1); [all …]
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | Complex.h | 102 …RONG_INLINE void pstoreu<std::complex<float> >(std::complex<float> * to, const Packet2cf& from) … 309 …ONG_INLINE void pstoreu<std::complex<double> >(std::complex<double> * to, const Packet1cd& from)…
|
D | PacketMath.h | 296 template<> EIGEN_STRONG_INLINE void pstoreu<double>(double* to, const Packet2d& from) { 301 …plate<> EIGEN_STRONG_INLINE void pstoreu<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_UN… 302 …plate<> EIGEN_STRONG_INLINE void pstoreu<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_UN…
|
/external/eigen/Eigen/src/Core/ |
D | GenericPacketMath.h | 176 template<typename Scalar, typename Packet> inline void pstoreu(Scalar* to, const Packet& from) in pstoreu() function 294 pstoreu(to, from); in pstoret()
|
/external/eigen/Eigen/src/Jacobi/ |
D | Jacobi.h | 355 pstoreu(px, padd(pmul(pc,xi),pcj.pmul(ps,yi))); in apply_rotation_in_the_plane() 356 pstoreu(px+PacketSize, padd(pmul(pc,xi1),pcj.pmul(ps,yi1))); in apply_rotation_in_the_plane() 366 pstoreu(x+peelingEnd, padd(pmul(pc,xi),pcj.pmul(ps,yi))); in apply_rotation_in_the_plane()
|
/external/eigen/Eigen/src/Core/arch/NEON/ |
D | Complex.h | 114 …RONG_INLINE void pstoreu<std::complex<float> >(std::complex<float> * to, const Packet2cf& from) …
|
D | PacketMath.h | 206 template<> EIGEN_STRONG_INLINE void pstoreu<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_… 207 template<> EIGEN_STRONG_INLINE void pstoreu<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_…
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | Complex.h | 106 …RONG_INLINE void pstoreu<std::complex<float> >(std::complex<float> * to, const Packet2cf& from) …
|
D | PacketMath.h | 301 template<> EIGEN_STRONG_INLINE void pstoreu<float>(float* to, const Packet4f& from) 319 template<> EIGEN_STRONG_INLINE void pstoreu<int>(int* to, const Packet4i& from)
|
/external/eigen/test/ |
D | packetmath.cpp | 130 internal::pstoreu(data2+offset, internal::pload<Packet>(data1)); in packetmath()
|
/external/eigen/doc/ |
D | I03_InsideEigenExample.dox | 423 internal::pstoreu(to, from);
|