Searched defs:cmsis_res (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-latest/dsppp/tests/ |
D | matrix_test.cpp | 440 PMat<T> cmsis_res(R,C); in testinv() local 505 PMat<T,R,C> cmsis_res; in testadd() local 507 PMat<T> cmsis_res(R,C); in testadd() local 554 PMat<T,R,C> cmsis_res; in testdiag() local 556 PMat<T> cmsis_res(R,C); in testdiag() local 617 PMat<T,R,C> cmsis_res; in testouter() local 619 PMat<T> cmsis_res(R,C); in testouter() local 675 PMat<T,subsize,subsize> cmsis_res; in testview() local 746 PVector<T,R> cmsis_res; in testmatvec() local 748 PVector<T> cmsis_res(R); in testmatvec() local [all …]
|