Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/products/
DGeneralBlockPanelKernel.h761 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/
DComplex.h102 …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)…
DPacketMath.h296 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/
DGenericPacketMath.h176 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/
DJacobi.h355 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/
DComplex.h114 …RONG_INLINE void pstoreu<std::complex<float> >(std::complex<float> * to, const Packet2cf& from) …
DPacketMath.h206 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/
DComplex.h106 …RONG_INLINE void pstoreu<std::complex<float> >(std::complex<float> * to, const Packet2cf& from) …
DPacketMath.h301 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/
Dpacketmath.cpp130 internal::pstoreu(data2+offset, internal::pload<Packet>(data1)); in packetmath()
/external/eigen/doc/
DI03_InsideEigenExample.dox423 internal::pstoreu(to, from);