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

  /external/eigen/Eigen/src/Core/
Assign_MKL.h 48 StorageOrdersAgree = (int(Dst::IsRowMajor) == int(Src::IsRowMajor)),
57 MightEnableVml = StorageOrdersAgree && DstHasDirectAccess && SrcHasDirectAccess && Src::InnerStrideAtCompileTime==1 && Dst::InnerStrideAtCompileTime==1,
AssignEvaluator.h 77 StorageOrdersAgree = (int(DstIsRowMajor) == int(SrcIsRowMajor)),
78 MightVectorize = bool(StorageOrdersAgree)
85 MayLinearize = bool(StorageOrdersAgree) && (int(DstFlags) & int(SrcFlags) & LinearAccessBit),
167 EIGEN_DEBUG_VAR(StorageOrdersAgree)
    [all...]