Home
last modified time | relevance | path

Searched defs:sub (Results 1 – 4 of 4) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmatrix_impl.hpp169 MatrixView<P,C> sub(const index_t rs,const index_t cs) in sub() function
183 const MatrixView<P,C> sub(const index_t rs,const index_t cs) const in sub() function
197 MatrixView<P,C> sub(const Slice &rs,const index_t cs) in sub() function
211 const MatrixView<P,C> sub(const Slice &rs,const index_t cs) const in sub() function
226 MatrixView<P,C> sub(const index_t rs,const Slice &cs) in sub() function
240 const MatrixView<P,C> sub(const index_t rs,const Slice &cs) const in sub() function
254 MatrixView<P,C> sub(const Slice& rs,const Slice& cs) in sub() function
268 const MatrixView<P,C> sub(const Slice& rs,const Slice& cs) const in sub() function
284 MatrixView<P,C> sub(const index_t rs, in sub() function
303 const MatrixView<P,C> sub(const index_t rs, in sub() function
[all …]
Dvector_view.hpp432 VectorView<T,S*stride> sub(const index_t start=0,const index_t stop=-1) in sub() function
454 const VectorView<T,S*stride> sub(const index_t start=0,const index_t stop=-1) const in sub() function
897 VectorView<T,DYNAMIC> sub(const index_t start=0,const index_t stop=-1) in sub() function
919 const VectorView<T,DYNAMIC> sub(const index_t start=0,const index_t stop=-1) const in sub() function
Dvector_impl.hpp602 VectorView<P,S> sub(const index_t start=0,const index_t stop=L) in sub() function
608 const VectorView<P,S> sub(const index_t start=0,const index_t stop=L) const in sub() function
904 VectorView<P,S> sub(const index_t start=0,const index_t stop=-1) in sub() function
917 const VectorView<P,S> sub(const index_t start=0,const index_t stop=-1) const in sub() function
Dfixed_point.hpp1909 inline Q<M,F,S> sub(const Q<M,F,S> &a,const Q<M,F,S> &b) in sub() function