HomeSort by relevance Sort by last modified time
    Searched refs:StorageOrdersAgree (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/
CwiseBinaryOp.h 73 StorageOrdersAgree = (int(Lhs::Flags)&RowMajorBit)==(int(Rhs::Flags)&RowMajorBit),
78 | (StorageOrdersAgree ? LinearAccessBit : 0)
79 | (functor_traits<BinaryOp>::PacketAccess && StorageOrdersAgree && SameType ? PacketAccessBit : 0)
Assign_MKL.h 51 StorageOrdersAgree = (int(Dst::IsRowMajor) == int(Src::IsRowMajor)),
60 MightEnableVml = vml_call<UnaryOp>::IsSupported && StorageOrdersAgree && DstHasDirectAccess && SrcHasDirectAccess
Assign.h 47 StorageOrdersAgree = (int(Derived::IsRowMajor) == int(OtherDerived::IsRowMajor)),
48 MightVectorize = StorageOrdersAgree
52 MayLinearize = StorageOrdersAgree && (int(Derived::Flags) & int(OtherDerived::Flags) & LinearAccessBit),
111 EIGEN_DEBUG_VAR(StorageOrdersAgree)

Completed in 71 milliseconds