Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DAssign_MKL.h52 InnerMaxSize = int(Dst::IsVectorAtCompileTime) ? int(Dst::MaxSizeAtCompileTime) enumerator
59 VmlSize = MightLinearize ? MaxSizeAtCompileTime : InnerMaxSize,
DRedux.h33 InnerMaxSize = int(Derived::IsRowMajor) enumerator
42 MaySliceVectorize = bool(MightVectorize) && int(InnerMaxSize)>=3*PacketSize
71 EIGEN_DEBUG_VAR(InnerMaxSize) in debug()
DAssignEvaluator.h51 InnerMaxSize = int(Dst::IsVectorAtCompileTime) ? int(Dst::MaxSizeAtCompileTime) enumerator
91 …&& (int(InnerMaxSize)==Dynamic || int(InnerMaxSize)>=(EIGEN_UNALIGNED_VECTORIZE?InnerPacketSize:(3…
163 EIGEN_DEBUG_VAR(InnerMaxSize) in debug()