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

  /external/eigen/Eigen/src/Core/arch/AVX/
PacketMath.h 294 template<> EIGEN_STRONG_INLINE void pstore1<Packet8f>(float* to, const float& a) function in namespace:Eigen::internal
299 template<> EIGEN_STRONG_INLINE void pstore1<Packet4d>(double* to, const double& a) function in namespace:Eigen::internal
304 template<> EIGEN_STRONG_INLINE void pstore1<Packet8i>(int* to, const int& a) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/AVX512/
PacketMath.h 606 EIGEN_STRONG_INLINE void pstore1<Packet16f>(float* to, const float& a) { function in namespace:Eigen::internal
611 EIGEN_STRONG_INLINE void pstore1<Packet8d>(double* to, const double& a) { function in namespace:Eigen::internal
616 EIGEN_STRONG_INLINE void pstore1<Packet16i>(int* to, const int& a) { function in namespace:Eigen::internal
    [all...]
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 445 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 400 template<> EIGEN_STRONG_INLINE void pstore1<Packet4f>(float* to, const float& a) function in namespace:Eigen::internal
406 template<> EIGEN_STRONG_INLINE void pstore1<Packet2d>(double* to, const double& a) function in namespace:Eigen::internal
    [all...]

Completed in 118 milliseconds