Searched defs:ElementType (Results 1 – 4 of 4) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | vec.hpp | 231 struct ElementType<Vector<P,L,Allocator>> struct 233 typedef P type; 238 struct ElementType<const Vector<P,L,Allocator>&> struct 240 typedef P type; 245 struct ElementType<Vector_Base<P>> struct 247 typedef P type; 251 struct ElementType<const Vector_Base<P>&> struct 253 typedef P type; 279 struct ElementType<VectorView<T,stride>> struct 281 typedef T type; [all …]
|
D | matrix.hpp | 197 struct ElementType<Matrix<P,R,C,Allocator>> struct 199 typedef P type; 204 struct ElementType<MatrixView<P,S>> struct 206 typedef P type; 211 struct ElementType<const Matrix<P,R,C,Allocator>&> struct 213 typedef P type; 217 struct ElementType<const MatrixView<P,S>&> struct 219 typedef P type; 668 struct ElementType<_Outer<LHS,RHS,DerivedOp>> struct 670 typedef typename ElementType<LHS>::type type;
|
D | fusion.hpp | 68 struct ElementType struct 70 typedef T type; 607 struct ElementType<_Expr<DerivedOp>> struct 609 typedef typename ElementType<DerivedOp>::type type; 621 struct ElementType<_Binary<LHS,RHS,DerivedOp>> struct 623 typedef typename ElementType<LHS>::type type; 820 struct ElementType<_Unary<LHS,DerivedOp>> struct 822 typedef typename ElementType<LHS>::type type;
|
D | unroll.hpp | 147 struct ElementType<Merged<E...>> struct 149 typedef std::tuple<typename ElementType<std::remove_reference_t<E>>::type...> type;
|