Searched refs:StoreMode (Results 1 – 10 of 10) 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>(rowId, colId); 100 m_expression.template writePacket<StoreMode>(rowId, colId, 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,val); in writePacket() 439 template<int StoreMode> 443 writePacket<StoreMode>(rowIndexByOuterInner(outer, inner), in writePacketByOuterInner() 457 template<int StoreMode> 462 derived().template writePacket<StoreMode>(index,val); 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 | 213 template<int StoreMode> 216 internal::pstoret<Scalar, PacketScalar, StoreMode> in writePacket() 220 template<int StoreMode> 224 internal::pstoret<Scalar, PacketScalar, StoreMode> in writePacket()
|
D | PlainObjectBase.h | 195 template<int StoreMode> 198 internal::pstoret<Scalar, PacketScalar, StoreMode> 205 template<int StoreMode> 208 internal::pstoret<Scalar, PacketScalar, StoreMode>(m_storage.data() + index, val);
|
/external/eigen/doc/ |
D | InsideEigenExample.dox | 379 template<typename OtherDerived, int StoreMode, int LoadMode> 383 derived().template writePacket<StoreMode>(index, 392 template<int StoreMode> 395 internal::pstoret<Scalar, PacketScalar, StoreMode>(m_storage.data() + index, x); 398 Here, \a StoreMode is \a #Aligned, indicating that we are doing a 128-bit-aligned write access, \a … 424 derived().template writePacket<StoreMode>(index,
|
/external/v8/src/ |
D | code-stubs.h | 1201 enum StoreMode { enum 1212 Representation representation, StoreMode store_mode) in StoreTransitionStub() 1234 StoreMode store_mode() const { in store_mode() 1247 class StoreModeBits : public BitField<StoreMode, 17, 2> {};
|
D | objects.h | 244 enum StoreMode { ALLOW_IN_DESCRIPTOR, FORCE_FIELD }; enum 5670 StoreMode store_mode); 5672 Handle<Map> map, int modify_index, StoreMode store_mode,
|
D | objects.cc | 3053 Handle<Map> map, int modify_index, StoreMode store_mode, PropertyKind kind, in CopyGeneralizeAllRepresentations() 3382 StoreMode store_mode) { in ReconfigureProperty()
|
/external/v8/src/ic/ |
D | handler-compiler.cc | 486 StoreTransitionStub::StoreMode store_mode = in CompileStoreTransition()
|