Searched refs:pstoreu (Results 1 – 11 of 11) sorted by relevance
/external/eigen/Eigen/src/Core/products/ |
D | GeneralBlockPanelKernel.h | 768 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/ |
D | Complex.h | 108 …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)…
|
D | PacketMath.h | 313 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/ |
D | Complex.h | 111 …RONG_INLINE void pstoreu<std::complex<float> >(std::complex<float> * to, const Packet2cf& from) …
|
D | PacketMath.h | 209 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/ |
D | GenericPacketMath.h | 180 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/ |
D | Jacobi.h | 368 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/ |
D | Complex.h | 106 …RONG_INLINE void pstoreu<std::complex<float> >(std::complex<float> * to, const Packet2cf& from) …
|
D | PacketMath.h | 304 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/ |
D | packetmath.cpp | 131 internal::pstoreu(data2+offset, internal::pload<Packet>(data1)); in packetmath()
|
/external/eigen/doc/ |
D | InsideEigenExample.dox | 418 internal::pstoreu(to, from);
|