Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/tests/
Dvector_test.cpp115 void test_fill() in test_fill() function
183 test_fill<T,NBVEC_4>(); in all_vector_test()
184 test_fill<T,NBVEC_8>(); in all_vector_test()
185 test_fill<T,NBVEC_16>(); in all_vector_test()
186 test_fill<T,NBVEC_32>(); in all_vector_test()
187 test_fill<T,NBVEC_64>(); in all_vector_test()
189 test_fill<T,1>(); in all_vector_test()
190 test_fill<T,nb_tails>(); in all_vector_test()
191 test_fill<T,nb_loops>(); in all_vector_test()
192 test_fill<T,nb_loops+1>(); in all_vector_test()
[all …]