Home
last modified time | relevance | path

Searched refs:pstore1 (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DGeneralBlockPanelKernel.h193 pstore1<RhsPacket>(&b[k*RhsPacketSize], rhs[k]);
264 pstore1<RhsPacket>(&b[k*RhsPacketSize], rhs[k]);
357 pstore1<RealPacket>((RealScalar*)&b[k*ResPacketSize*2+0], real(rhs[k]));
358 pstore1<RealPacket>((RealScalar*)&b[k*ResPacketSize*2+ResPacketSize], imag(rhs[k]));
469 pstore1<RhsPacket>(&b[k*RhsPacketSize], rhs[k]);
/external/eigen/Eigen/src/Core/
DGenericPacketMath.h272 inline void pstore1(typename unpacket_traits<Packet>::type* to, const typename unpacket_traits<Pack… in pstore1() function
/external/eigen/Eigen/src/Core/arch/SSE/
DPacketMath.h385 template<> EIGEN_STRONG_INLINE void pstore1<Packet4f>(float* to, const float& a)
391 template<> EIGEN_STRONG_INLINE void pstore1<Packet2d>(double* to, const double& a)