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

  /external/eigen/Eigen/src/Core/
Assign_MKL.h 52 InnerMaxSize = int(Dst::IsVectorAtCompileTime) ? int(Dst::MaxSizeAtCompileTime)
59 VmlSize = MightLinearize ? MaxSizeAtCompileTime : InnerMaxSize,
Redux.h 33 InnerMaxSize = int(Derived::IsRowMajor)
42 MaySliceVectorize = bool(MightVectorize) && int(InnerMaxSize)>=3*PacketSize
71 EIGEN_DEBUG_VAR(InnerMaxSize)
AssignEvaluator.h 51 InnerMaxSize = int(Dst::IsVectorAtCompileTime) ? int(Dst::MaxSizeAtCompileTime)
91 && (int(InnerMaxSize)==Dynamic || int(InnerMaxSize)>=(EIGEN_UNALIGNED_VECTORIZE?InnerPacketSize:(3*InnerPacketSize)))
93 indicated by InnerMaxSize rather than InnerSize, think of the case of a dynamic block
163 EIGEN_DEBUG_VAR(InnerMaxSize)
    [all...]

Completed in 95 milliseconds