Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/tests/
Ddot_test.cpp23 static void complex_test(const T scale) in complex_test() function
164 complex_test<T,NBVEC_4,ACC>(v); in all_dot_test()
165 complex_test<T,NBVEC_8,ACC>(v); in all_dot_test()
166 complex_test<T,NBVEC_9,ACC>(v); in all_dot_test()
167 complex_test<T,NBVEC_32,ACC>(v); in all_dot_test()
168 complex_test<T,NBVEC_64,ACC>(v); in all_dot_test()
169 complex_test<T,NBVEC_128,ACC>(v); in all_dot_test()
171 complex_test<T,NBVEC_256,ACC>(v); in all_dot_test()
173 complex_test<T,NBVEC_258,ACC>(v); in all_dot_test()
174 complex_test<T,NBVEC_512,ACC>(v); in all_dot_test()
[all …]