Searched refs:ElementType (Results 1 – 8 of 8) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | vec.hpp | 231 struct ElementType<Vector<P,L,Allocator>> struct 238 struct ElementType<const Vector<P,L,Allocator>&> struct 245 struct ElementType<Vector_Base<P>> struct 251 struct ElementType<const Vector_Base<P>&> struct 279 struct ElementType<VectorView<T,stride>> struct 285 struct ElementType<const VectorView<T,stride>&> struct
|
D | fusion.hpp | 68 struct ElementType struct 75 using SameElementType=std::is_same<typename ElementType<A>::type,typename ElementType<B>::type>; 86 constexpr bool has_vector_inst() {return (vector_traits<typename ElementType<DA>::type>::has_vector… in has_vector_inst() 96 constexpr bool has_predicate_inst() {return (vector_traits<typename ElementType<DA>::type>::has_pre… in has_predicate_inst() 607 struct ElementType<_Expr<DerivedOp>> struct 609 typedef typename ElementType<DerivedOp>::type type; argument 621 struct ElementType<_Binary<LHS,RHS,DerivedOp>> struct 623 typedef typename ElementType<LHS>::type type; argument 820 struct ElementType<_Unary<LHS,DerivedOp>> struct 822 typedef typename ElementType<LHS>::type type; argument
|
D | matrix.hpp | 197 struct ElementType<Matrix<P,R,C,Allocator>> struct 204 struct ElementType<MatrixView<P,S>> struct 211 struct ElementType<const Matrix<P,R,C,Allocator>&> struct 217 struct ElementType<const MatrixView<P,S>&> struct 668 struct ElementType<_Outer<LHS,RHS,DerivedOp>> struct 670 typedef typename ElementType<LHS>::type type; argument
|
D | forward.hpp | 141 struct ElementType;
|
D | unroll.hpp | 147 struct ElementType<Merged<E...>> struct 149 typedef std::tuple<typename ElementType<std::remove_reference_t<E>>::type...> type; argument
|
/cmsis-dsp-latest/dsppp/tests/ |
D | common_tests.h | 136 if constexpr (number_traits<typename ElementType<TA>::type>::is_float) 189 number_traits<typename ElementType<MA>::type>::is_float,bool>::type = true> 216 number_traits<typename ElementType<MA>::type>::is_float,bool>::type = true> 243 number_traits<typename ElementType<MA>::type>::is_fixed,bool>::type = true>
|
/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/ |
D | basic.hpp | 295 using Scalar = typename ElementType<DA>::type; in _swap() 298 constexpr int nb_lanes = vector_traits<typename ElementType<DA>::type>::nb_lanes; in _swap()
|
/cmsis-dsp-latest/dsppp/Include/dsppp/DSP/ |
D | basic.hpp | 227 using Scalar = typename ElementType<DA>::type; in _swap() 230 constexpr int nb_lanes = vector_traits<typename ElementType<DA>::type>::nb_lanes; in _swap()
|