Home
last modified time | relevance | path

Searched refs:IsDynamic (Results 1 – 6 of 6) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmatrix.hpp250 struct IsDynamic<Matrix<P,R,C,Allocator>> struct
256 struct IsDynamic<MatrixView<P,S>> struct
263 struct IsDynamic<const Matrix<P,R,C,Allocator>&> struct
269 struct IsDynamic<const MatrixView<P,S>&> struct
329 !IsDynamic<M>::value
342 !IsDynamic<MA>::value &&
352 IsDynamic<M>::value &&
365 IsDynamic<MA>::value &&
376 IsDynamic<MA>::value &&
387 IsDynamic<MA>::value &&
[all …]
Dfusion.hpp139 struct IsDynamic struct
658 struct IsDynamic<_Expr<DerivedOp>> struct
660 constexpr static bool value = IsDynamic<DerivedOp>::value; argument
664 struct IsDynamic<_Binary<LHS,RHS,DerivedOp>> struct
666 constexpr static bool value = IsDynamic<LHS>::value && IsDynamic<RHS>::value; argument
838 struct IsDynamic<_Unary<LHS,DerivedOp>> struct
840 constexpr static bool value = IsDynamic<LHS>::value; argument
889 (!IsDynamic<VA>::value || !IsDynamic<VB>::value),bool>::type = true>
902 (IsDynamic<VA>::value && IsDynamic<VB>::value),bool>::type = true>
929 (!IsDynamic<VA>::value || !IsDynamic<VB>::value),bool>::type = true>
[all …]
Dvec.hpp293 struct IsDynamic<Vector<P,L,Allocator>> struct
300 struct IsDynamic<const Vector<P,L,Allocator>&> struct
306 struct IsDynamic<VectorView<T,stride>> struct
316 using StaticType=typename std::conditional<IsDynamic<VA>::value,VB,VA>::type;
Dforward.hpp126 struct IsDynamic;
Dunroll.hpp141 struct IsDynamic<Merged<E...>> struct
143 constexpr static bool value = (... && IsDynamic<std::remove_reference_t<E>>::value); argument
/cmsis-dsp-latest/dsppp/tests/
Dmatrix_test.cpp1169 !IsDynamic<V>::value &&
1182 IsDynamic<V>::value &&
1194 IsDynamic<V>::value &&