Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/arch/Default/
DSettings.h23 #ifndef EIGEN_UNROLLING_LIMIT
24 #define EIGEN_UNROLLING_LIMIT 100 macro
/external/eigen/Eigen/src/Core/
DBooleanRedux.h86 …izeAtCompileTime * (Evaluator::CoeffReadCost + NumTraits<Scalar>::AddCost) <= EIGEN_UNROLLING_LIMIT
110 …izeAtCompileTime * (Evaluator::CoeffReadCost + NumTraits<Scalar>::AddCost) <= EIGEN_UNROLLING_LIMIT
DVisitor.h114 …ReadCost + (SizeAtCompileTime-1) * internal::functor_traits<Visitor>::Cost <= EIGEN_UNROLLING_LIMIT
DRedux.h56 …UnrollingLimit = EIGEN_UNROLLING_LIMIT * (int(Traversal) == int(DefaultTraversal) ? 1 : int(Packet…
DTriangularMatrix.h804 …me * (DstEvaluatorType::CoeffReadCost+SrcEvaluatorType::CoeffReadCost) / 2 <= EIGEN_UNROLLING_LIMIT
DAssignEvaluator.h118 UnrollingLimit = EIGEN_UNROLLING_LIMIT * ActualPacketSize,
DProductEvaluators.h501 Unroll = CoeffReadCost <= EIGEN_UNROLLING_LIMIT,
/external/eigen/doc/
DPreprocessorDirectives.dox117 …- \b \c EIGEN_UNROLLING_LIMIT - defines the size of a loop to enable meta unrolling. Set it to zer…