Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/tests/
Dmatrix_test.cpp656 constexpr int subsize = 8; in testview() local
658 auto r = res.sub(Slice(subpos,subpos+subsize),Slice(subpos,subpos+subsize)); in testview()
661 PMat<T,subsize,subsize> resb; in testview()
663 PMat<T> resb(subsize,subsize); in testview()
675 PMat<T,subsize,subsize> cmsis_res; in testview()
680 for(index_t row=0;row < subsize ; row++) in testview()
683 for(index_t col=0;col < subsize ; col++) in testview()