/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | matrix_impl.hpp | 169 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 …]
|
D | vector_view.hpp | 432 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
|
D | vector_impl.hpp | 602 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
|
D | fixed_point.hpp | 1909 inline Q<M,F,S> sub(const Q<M,F,S> &a,const Q<M,F,S> &b) in sub() function
|
/cmsis-dsp-latest/dsppp/tests/ |
D | vector_test.cpp | 88 PVector<T,NB/2> res = a.template sub<2>() + b.template sub<2>(); in test_view() 90 PVector<T> res = a.template sub<2>() + b.template sub<2>(); in test_view() 102 PVector<T,NB/2> da(a.template sub<2>()); in test_view() 103 PVector<T,NB/2> db(b.template sub<2>()); in test_view()
|
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() 1141 T xnorm2 = dot(v.sub(1),v.sub(1)); in _householder() 1315 dot(tmpmat.sub(0,1,0,NBC-c),vt,RM.sub(c,c)); in QR() 1317 RM.sub(c,c) = in QR() 1318 RM.sub(c,c) - beta * outer(tmpvec.sub(0,NBR-c),tmpmat.row(0,0,NBC-c)); in QR() 1324 RM.col(c,c+1) = copy(tmpvec.sub(1,NBR-c)); in QR() [all …]
|
D | filter_test.cpp | 496 state_.sub(TAPS-1+i,TAPS-1+i+UNROLL_FACTOR) = copy(signal.sub(i,i+UNROLL_FACTOR)); in filter() 503 [i,this](index_t k){return state_.sub(i+k,i+k+TAPS);}), in filter() 521 acc_type acc = dot(state_.sub(i,i+TAPS),coef_); in filter() 525 state_.sub(0,TAPS) = copy(state_.sub(BLOCK,TAPS+BLOCK)); in filter()
|
/cmsis-dsp-latest/dsppp/Examples/ |
D | matrix_op.cpp | 66 result.sub(4,8,4,8) = result.sub(4,8,4,8) + result.sub(4,8,4,8); in main()
|
D | vector_op.cpp | 47 auto subD = d.sub(2); in main() 55 d.sub<2>(1) = 0.0f; in main()
|
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | vector.md | 61 auto subD = d.sub(2); 93 d.sub<2>(1) = 0.0f; 100 The `sub` API is: 104 VectorView<P,S> sub(const index_t start=0,const index_t stop=L)
|
D | matrix.md | 101 result.sub(4,8,4,8) = result.sub(4,8,4,8) + result.sub(4,8,4,8) 107 MatrixView<P,C> sub(const index_t rs,
|
/cmsis-dsp-latest/Testing/TestScripts/ |
D | Parser.py | 283 leftSpaces=re.sub(r'^([ \t]+)[^ \t].*$',r'\1',line.rstrip()) 287 line = re.sub(r'^(.*)//.*$',r'\1',line).rstrip()
|
/cmsis-dsp-latest/Testing/ |
D | addToRegDB.py | 239 testField=re.sub(r'^(.*)[:]([^:]+)(F16|F32|F64|Q31|Q15|Q7)$',r'\1',row[field]) 293 return(re.sub(r'^(.+)(F64|F32|F16|Q31|Q15|Q7|U32|U16|U8|S32|S16|S8)$',r'\1',a))
|
D | addToDB.py | 232 testField=re.sub(r'^(.*)[:]([^:]+)(F16|F32|F64|Q31|Q15|Q7)$',r'\1',row[field]) 283 return(re.sub(r'^(.+)(F64|F32|F16|Q31|Q15|Q7|U32|U16|U8|S32|S16|S8)$',r'\1',a))
|
D | summaryBench.py | 92 f = re.sub(r':','*',f)
|
D | processResult.py | 408 theId=re.sub(r'^%s[gs][ ]+([0-9]+).*$' % prefix,r'\1',l)
|
D | desc.txt | 1235 Test sub sat pos:test_sub_q31 1236 Test sub sat neg:test_sub_q31 1373 Test sub sat pos:test_sub_q15 1374 Test sub sat neg:test_sub_q15 1510 Test sub sat pos:test_sub_q7 1511 Test sub sat neg:test_sub_q7 3426 test matrix sub:test_mat_sub_f32 3470 test matrix sub:test_mat_sub_q31 3506 test matrix sub:test_mat_sub_q15 3624 test matrix sub:test_mat_sub_f64
|
D | extractDb.py | 620 fileName=re.sub(r'[() :]','',section.name)
|
D | desc_f16.txt | 866 test matrix sub:test_mat_sub_f16
|
/cmsis-dsp-latest/dsppp/ |
D | process.py | 84 ns = re.sub(r'[ ]',"_",s) + ".xlsx"
|
/cmsis-dsp-latest/Documentation/Doxygen/ |
D | dsp.dxy.in | 73 # sub-directories (in 2 levels) under the output directory of each output format 78 # control the number of sub-directories. 83 # Controls the number of sub-directories that will be created when 87 # sub-directories are organized in 2 levels, the first level always has a fixed
|