Searched refs:pstoret (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | MapBase.h | 216 internal::pstoret<Scalar, PacketScalar, StoreMode> in writePacket() 224 internal::pstoret<Scalar, PacketScalar, StoreMode> in writePacket()
|
D | GenericPacketMath.h | 298 inline void pstoret(Scalar* to, const Packet& from) in pstoret() function
|
D | PlainObjectBase.h | 198 internal::pstoret<Scalar, PacketScalar, StoreMode> 208 internal::pstoret<Scalar, PacketScalar, StoreMode>(m_storage.data() + index, val);
|
/external/eigen/doc/ |
D | InsideEigenExample.dox | 395 internal::pstoret<Scalar, PacketScalar, StoreMode>(m_storage.data() + index, x); 398 …etScalar is a type representing a "SSE packet of 4 floats" and internal::pstoret is a function wri… 406 And here is the implementation of internal::pstoret: 410 …tion. The difference between internal::pstore and internal::pstoret is that internal::pstoret is a… 413 inline void internal::pstoret(Scalar* to, const Packet& from)
|