Home
last modified time | relevance | path

Searched refs:ElementType (Results 1 – 8 of 8) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dvec.hpp231 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
Dfusion.hpp68 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
Dmatrix.hpp197 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
Dforward.hpp141 struct ElementType;
Dunroll.hpp147 struct ElementType<Merged<E...>> struct
149 typedef std::tuple<typename ElementType<std::remove_reference_t<E>>::type...> type; argument
/cmsis-dsp-latest/dsppp/tests/
Dcommon_tests.h136 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/
Dbasic.hpp295 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/
Dbasic.hpp227 using Scalar = typename ElementType<DA>::type; in _swap()
230 constexpr int nb_lanes = vector_traits<typename ElementType<DA>::type>::nb_lanes; in _swap()