Home
last modified time | relevance | path

Searched refs:pstoret (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/
DMapBase.h216 internal::pstoret<Scalar, PacketScalar, StoreMode> in writePacket()
224 internal::pstoret<Scalar, PacketScalar, StoreMode> in writePacket()
DGenericPacketMath.h298 inline void pstoret(Scalar* to, const Packet& from) in pstoret() function
DPlainObjectBase.h198 internal::pstoret<Scalar, PacketScalar, StoreMode>
208 internal::pstoret<Scalar, PacketScalar, StoreMode>(m_storage.data() + index, val);
/external/eigen/doc/
DInsideEigenExample.dox395 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)