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

/external/eigen/Eigen/src/Core/arch/AVX/
H A DPacketMath.h294 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/
H A DGenericPacketMath.h445 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.h400 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
/external/eigen/Eigen/src/Core/arch/AVX512/
H A DPacketMath.h606 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

Completed in 227 milliseconds