Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 21 of 21) 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
/cmsis-dsp-latest/dsppp/tests/
Dvector_test.cpp88 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()
Dmatrix_test.cpp658 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 …]
Dfilter_test.cpp496 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/
Dmatrix_op.cpp66 result.sub(4,8,4,8) = result.sub(4,8,4,8) + result.sub(4,8,4,8); in main()
Dvector_op.cpp47 auto subD = d.sub(2); in main()
55 d.sub<2>(1) = 0.0f; in main()
/cmsis-dsp-latest/Documentation/Doxygen/src/
Dvector.md61 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)
Dmatrix.md101 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/
DParser.py283 leftSpaces=re.sub(r'^([ \t]+)[^ \t].*$',r'\1',line.rstrip())
287 line = re.sub(r'^(.*)//.*$',r'\1',line).rstrip()
/cmsis-dsp-latest/Testing/
DaddToRegDB.py239 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))
DaddToDB.py232 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))
DsummaryBench.py92 f = re.sub(r':','*',f)
DprocessResult.py408 theId=re.sub(r'^%s[gs][ ]+([0-9]+).*$' % prefix,r'\1',l)
Ddesc.txt1235 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
DextractDb.py620 fileName=re.sub(r'[() :]','',section.name)
Ddesc_f16.txt866 test matrix sub:test_mat_sub_f16
/cmsis-dsp-latest/dsppp/
Dprocess.py84 ns = re.sub(r'[ ]',"_",s) + ".xlsx"
/cmsis-dsp-latest/Documentation/Doxygen/
Ddsp.dxy.in73 # 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