Searched refs:Slice (Results 1 – 3 of 3) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | matrix_impl.hpp | 35 struct Slice struct 43 Slice(const index_t s,const index_t e):start(s),stop(e){}; in Slice() argument 197 MatrixView<P,C> sub(const Slice &rs,const index_t cs) in sub() 211 const MatrixView<P,C> sub(const Slice &rs,const index_t cs) const in sub() 226 MatrixView<P,C> sub(const index_t rs,const Slice &cs) in sub() 240 const MatrixView<P,C> sub(const index_t rs,const Slice &cs) const in sub() 254 MatrixView<P,C> sub(const Slice& rs,const Slice& cs) in sub() 268 const MatrixView<P,C> sub(const Slice& rs,const Slice& cs) const in sub() 1038 MatrixView<P,DYNAMIC> sub(const Slice &rs,const index_t cs) in sub() 1052 const MatrixView<P,DYNAMIC> sub(const Slice &rs,const index_t cs) const in sub() [all …]
|
/cmsis-dsp-latest/dsppp/tests/ |
D | matrix_test.cpp | 658 auto r = res.sub(Slice(subpos,subpos+subsize),Slice(subpos,subpos+subsize)); in testview() 989 …res.sub(Slice(0,R),Slice(0,C)) = copy(dot(ma.sub(Slice(0,R),Slice(0,K)),mb.sub(Slice(0,K),Slice(0,… in testsubmatmult() 1027 cmsis_ma = copy(ma.sub(Slice(0,R),Slice(0,K))); in testsubmatmult() 1028 cmsis_mb = copy(mb.sub(Slice(0,K),Slice(0,C))); in testsubmatmult() 1036 if (!validate(res.sub(Slice(0,R),Slice(0,C)),cmsis_res, in testsubmatmult()
|
/cmsis-dsp-latest/Documentation/Doxygen/ |
D | dsp.dxy.in | 317 # Set the OPTIMIZE_OUTPUT_SLICE tag to YES if your project consists of Slice 330 # Csharp (C#), C, C++, Lex, D, PHP, md (Markdown), Objective-C, Python, Slice,
|