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.h85 … && SizeAtCompileTime * (CoeffReadCost + NumTraits<Scalar>::AddCost) <= EIGEN_UNROLLING_LIMIT
109 … && SizeAtCompileTime * (CoeffReadCost + NumTraits<Scalar>::AddCost) <= EIGEN_UNROLLING_LIMIT
DVisitor.h83 <= EIGEN_UNROLLING_LIMIT };
DTriangularMatrix.h624 …rixType::SizeAtCompileTime*internal::traits<OtherDerived>::CoeffReadCost/2 <= EIGEN_UNROLLING_LIMIT
662 <= EIGEN_UNROLLING_LIMIT
703 <= EIGEN_UNROLLING_LIMIT
DRedux.h59 …UnrollingLimit = EIGEN_UNROLLING_LIMIT * (int(Traversal) == int(DefaultTraversal) ? 1 : int(Packet…
DAssign.h78 UnrollingLimit = EIGEN_UNROLLING_LIMIT * (Vectorized ? int(PacketSize) : 1),
/external/eigen/doc/
DPreprocessorDirectives.dox72 …- \b EIGEN_UNROLLING_LIMIT - defines the size of a loop to enable meta unrolling. Set it to zero t…
/external/eigen/Eigen/src/Core/products/
DCoeffBasedProduct.h132 Unroll = CoeffReadCost != Dynamic && CoeffReadCost <= EIGEN_UNROLLING_LIMIT,