Searched refs:Complexity (Results 1 – 4 of 4) sorted by relevance
21 struct Complexity struct601 struct Complexity<_Expr<DerivedOp>> struct603 constexpr static int value = Complexity<DerivedOp>::value; argument613 struct Complexity<_Binary<LHS,RHS,DerivedOp>> struct615 constexpr static int lhsv = Complexity<LHS>::value; argument616 constexpr static int rhsv = Complexity<RHS>::value; argument814 struct Complexity<_Unary<LHS,DerivedOp>> struct816 constexpr static int value = 1 + Complexity<LHS>::value; argument
31 struct Complexity;
660 struct Complexity<_Outer<LHS,RHS,DerivedOp>> struct662 constexpr static int lhsv = Complexity<LHS>::value; argument663 constexpr static int rhsv = Complexity<RHS>::value; argument
163 constexpr int RU = 5 - Complexity<DB>::value; in eval2D()