Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dfusion.hpp21 struct Complexity struct
601 struct Complexity<_Expr<DerivedOp>> struct
603 constexpr static int value = Complexity<DerivedOp>::value; argument
613 struct Complexity<_Binary<LHS,RHS,DerivedOp>> struct
615 constexpr static int lhsv = Complexity<LHS>::value; argument
616 constexpr static int rhsv = Complexity<RHS>::value; argument
814 struct Complexity<_Unary<LHS,DerivedOp>> struct
816 constexpr static int value = 1 + Complexity<LHS>::value; argument
Dforward.hpp31 struct Complexity;
Dmatrix.hpp660 struct Complexity<_Outer<LHS,RHS,DerivedOp>> struct
662 constexpr static int lhsv = Complexity<LHS>::value; argument
663 constexpr static int rhsv = Complexity<RHS>::value; argument
/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/
Dbasic.hpp163 constexpr int RU = 5 - Complexity<DB>::value; in eval2D()