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

/external/eigen/Eigen/src/Core/
H A DGenericPacketMath.h272 inline void pstore1(typename unpacket_traits<Packet>::type* to, const typename unpacket_traits<Packet>::type& a) function in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/arch/SSE/
H A DPacketMath.h322 template<> EIGEN_STRONG_INLINE void pstore1<Packet4f>(float* to, const float& a) function in namespace:Eigen::internal
328 template<> EIGEN_STRONG_INLINE void pstore1<Packet2d>(double* to, const double& a) function in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/products/
H A 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]);

Completed in 111 milliseconds