Searched refs:StoreMode (Results 1 – 9 of 9) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | Swap.h | 93 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,
|
D | DenseCoeffsBase.h | 428 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 …]
|
D | SelfCwiseBinaryOp.h | 106 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…
|
D | MapBase.h | 212 template<int StoreMode> 215 internal::pstoret<Scalar, PacketScalar, StoreMode> in writePacket() 219 template<int StoreMode> 223 internal::pstoret<Scalar, PacketScalar, StoreMode> in writePacket()
|
D | PlainObjectBase.h | 179 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/ |
D | I03_InsideEigenExample.dox | 384 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/ |
D | objects.h | 242 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,
|
D | objects.cc | 2152 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()
|
D | runtime.cc | 294 StoreMode mode = value->IsJSObject() ? FORCE_FIELD : ALLOW_AS_CONSTANT; in CreateObjectLiteralBoilerplate()
|