Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/tests/
Drow_test.cpp130 test<T,2,NBVEC_8>(); in all_row_test()
131 test<T,4,NBVEC_8>(); in all_row_test()
132 test<T,5,NBVEC_8>(); in all_row_test()
133 test<T,9,NBVEC_8>(); in all_row_test()
Dvector_test.cpp145 test<T,NBVEC_8>(); in all_vector_test()
168 test_view<T,NBVEC_8>(); in all_vector_test()
184 test_fill<T,NBVEC_8>(); in all_vector_test()
Ddot_test.cpp139 test<T,NBVEC_8,ACC>(); in all_dot_test()
165 complex_test<T,NBVEC_8,ACC>(v); in all_dot_test()
Dcol_test.cpp78 test<T,NBVEC_8,5>(); in all_col_test()
Dmatrix_test.cpp1714 testinv<T,NBVEC_8,NBVEC_8>(); in matrix_all_test()
1725 testouter<T,NBVEC_8,NBVEC_8>(); in matrix_all_test()
1773 testadd<T,NBVEC_8,NBVEC_8>(); in matrix_all_test()
1787 testdiag<T,NBVEC_8,NBVEC_8>(); in matrix_all_test()
/cmsis-dsp-latest/dsppp/
Dallocator.h29 constexpr int NBVEC_8 = 8; variable