Searched refs:EIGEN_UNROLLING_LIMIT (Results 1 - 7 of 7) sorted by path

/external/eigen/Eigen/src/Core/
H A DAssign.h78 UnrollingLimit = EIGEN_UNROLLING_LIMIT * (Vectorized ? int(PacketSize) : 1),
H A DBooleanRedux.h85 && SizeAtCompileTime * (CoeffReadCost + NumTraits<Scalar>::AddCost) <= EIGEN_UNROLLING_LIMIT
109 && SizeAtCompileTime * (CoeffReadCost + NumTraits<Scalar>::AddCost) <= EIGEN_UNROLLING_LIMIT
H A DRedux.h59 UnrollingLimit = EIGEN_UNROLLING_LIMIT * (int(Traversal) == int(DefaultTraversal) ? 1 : int(PacketSize))
H A DTriangularMatrix.h615 && MatrixType::SizeAtCompileTime*internal::traits<OtherDerived>::CoeffReadCost/2 <= EIGEN_UNROLLING_LIMIT
653 <= EIGEN_UNROLLING_LIMIT
694 <= EIGEN_UNROLLING_LIMIT
H A DVisitor.h83 <= EIGEN_UNROLLING_LIMIT };
/external/eigen/Eigen/src/Core/arch/Default/
H A DSettings.h23 #ifndef EIGEN_UNROLLING_LIMIT
24 #define EIGEN_UNROLLING_LIMIT 100 macro
/external/eigen/Eigen/src/Core/products/
H A DCoeffBasedProduct.h131 Unroll = CoeffReadCost != Dynamic && CoeffReadCost <= EIGEN_UNROLLING_LIMIT,

Completed in 232 milliseconds