Home
last modified time | relevance | path

Searched refs:StoreMode (Results 1 – 9 of 9) sorted by relevance

/external/eigen/Eigen/src/Core/
DSwap.h93 template<typename OtherDerived, int StoreMode, int LoadMode>
99 Packet tmp = m_expression.template packet<StoreMode>(row, col);
100 m_expression.template writePacket<StoreMode>(row, col,
106 template<typename OtherDerived, int StoreMode, int LoadMode>
111 Packet tmp = m_expression.template packet<StoreMode>(index);
112 m_expression.template writePacket<StoreMode>(index,
DDenseCoeffsBase.h428 template<int StoreMode>
434 derived().template writePacket<StoreMode>(row,col,x); in writePacket()
439 template<int StoreMode>
443 writePacket<StoreMode>(rowIndexByOuterInner(outer, inner), in writePacketByOuterInner()
457 template<int StoreMode>
462 derived().template writePacket<StoreMode>(index,x); in writePacket()
516 template<typename OtherDerived, int StoreMode, int LoadMode>
521 derived().template writePacket<StoreMode>(row, col, in copyPacket()
533 template<typename OtherDerived, int StoreMode, int LoadMode>
537 derived().template writePacket<StoreMode>(index, in copyPacket()
[all …]
DSelfCwiseBinaryOp.h106 template<typename OtherDerived, int StoreMode, int LoadMode>
112 m_matrix.template writePacket<StoreMode>(row, col,
113 …m_functor.packetOp(m_matrix.template packet<StoreMode>(row, col),_other.template packet<LoadMode>(…
116 template<typename OtherDerived, int StoreMode, int LoadMode>
121 m_matrix.template writePacket<StoreMode>(index,
122 …m_functor.packetOp(m_matrix.template packet<StoreMode>(index),_other.template packet<LoadMode>(ind…
DMapBase.h212 template<int StoreMode>
215 internal::pstoret<Scalar, PacketScalar, StoreMode> in writePacket()
219 template<int StoreMode>
223 internal::pstoret<Scalar, PacketScalar, StoreMode> in writePacket()
DPlainObjectBase.h179 template<int StoreMode>
182 internal::pstoret<Scalar, PacketScalar, StoreMode>
189 template<int StoreMode>
192 internal::pstoret<Scalar, PacketScalar, StoreMode>(m_storage.data() + index, x);
/external/eigen/doc/
DI03_InsideEigenExample.dox384 template<typename OtherDerived, int StoreMode, int LoadMode>
388 derived().template writePacket<StoreMode>(index,
397 template<int StoreMode>
400 internal::pstoret<Scalar, PacketScalar, StoreMode>(m_storage.data() + index, x);
403 Here, \a StoreMode is \a #Aligned, indicating that we are doing a 128-bit-aligned write access, \a …
429 derived().template writePacket<StoreMode>(index,
/external/chromium_org/v8/src/
Dobjects.h242 enum StoreMode { enum
2178 StoreMode mode = ALLOW_AS_CONSTANT,
2475 StoreMode store_mode);
2769 StoreMode mode = ALLOW_AS_CONSTANT,
3298 StoreMode store_mode,
3304 StoreMode store_mode,
5874 StoreMode store_mode);
5878 StoreMode store_mode,
Dobjects.cc2152 StoreMode mode, in AddProperty()
2495 StoreMode store_mode) { in GeneralizeFieldRepresentation()
2515 StoreMode store_mode, in CopyGeneralizeAllRepresentations()
2691 StoreMode store_mode) { in GeneralizeRepresentation()
4172 StoreMode mode, in SetLocalPropertyIgnoreAttributes()
7978 StoreMode store_mode, in Merge()
8000 StoreMode store_mode, in Merge()
Druntime.cc294 StoreMode mode = value->IsJSObject() ? FORCE_FIELD : ALLOW_AS_CONSTANT; in CreateObjectLiteralBoilerplate()