Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DAssign.h79 MayUnrollCompletely = int(Derived::SizeAtCompileTime) != Dynamic enumerator
91 int(MayUnrollCompletely) ? int(CompleteUnrolling)
96 … ? ( bool(MayUnrollCompletely) && bool(DstIsAligned) ? int(CompleteUnrolling) : int(NoUnrolling) )
98 ? ( bool(MayUnrollCompletely) ? int(CompleteUnrolling) : int(NoUnrolling) )
119 EIGEN_DEBUG_VAR(MayUnrollCompletely) in debug()