HomeSort by relevance Sort by last modified time
    Searched refs:pstore1 (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 272 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/
PacketMath.h 385 template<> EIGEN_STRONG_INLINE void pstore1<Packet4f>(float* to, const float& a) function in namespace:Eigen::internal
391 template<> EIGEN_STRONG_INLINE void pstore1<Packet2d>(double* to, const double& a) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 193 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]);
    [all...]

Completed in 1483 milliseconds