Home
last modified time | relevance | path

Searched refs:StorageOrdersAgree (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
DCwiseBinaryOp.h73 StorageOrdersAgree = (int(Lhs::Flags)&RowMajorBit)==(int(Rhs::Flags)&RowMajorBit),
78 | (StorageOrdersAgree ? LinearAccessBit : 0)
79 … | (functor_traits<BinaryOp>::PacketAccess && StorageOrdersAgree && SameType ? PacketAccessBit : 0)
DAssign_MKL.h51 StorageOrdersAgree = (int(Dst::IsRowMajor) == int(Src::IsRowMajor)), enumerator
60 …MightEnableVml = vml_call<UnaryOp>::IsSupported && StorageOrdersAgree && DstHasDirectAccess && Sr…
DAssign.h47 StorageOrdersAgree = (int(Derived::IsRowMajor) == int(OtherDerived::IsRowMajor)), enumerator
48 MightVectorize = StorageOrdersAgree
52 …MayLinearize = StorageOrdersAgree && (int(Derived::Flags) & int(OtherDerived::Flags) & LinearAcces…
111 EIGEN_DEBUG_VAR(StorageOrdersAgree) in debug()