Searched refs:nb_loops (Results 1 – 6 of 6) sorted by relevance
/cmsis-dsp-latest/dsppp/tests/ |
D | row_test.cpp | 120 const int nb_loops = TailForTests<T>::loop; in all_row_test() local 140 test<T,2,nb_loops>(); in all_row_test() 141 test<T,4,nb_loops>(); in all_row_test() 142 test<T,5,nb_loops>(); in all_row_test() 143 test<T,9,nb_loops>(); in all_row_test() 145 test<T,2,nb_loops+1>(); in all_row_test() 146 test<T,4,nb_loops+1>(); in all_row_test() 147 test<T,5,nb_loops+1>(); in all_row_test() 148 test<T,9,nb_loops+1>(); in all_row_test() 150 test<T,2,nb_loops+nb_tails>(); in all_row_test() [all …]
|
D | vector_test.cpp | 139 const int nb_loops = TailForTests<T>::loop; in all_vector_test() local 160 test<T,nb_loops>(); in all_vector_test() 161 test<T,nb_loops+1>(); in all_vector_test() 162 test<T,nb_loops+nb_tails>(); in all_vector_test() 177 test_view<T,nb_loops>(); in all_vector_test() 178 test_view<T,nb_loops+1>(); in all_vector_test() 179 test_view<T,nb_loops+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() 193 test_fill<T,nb_loops+nb_tails>(); in all_vector_test()
|
D | fusion_test.cpp | 195 const int nb_loops = TailForTests<T>::loop; in all_fusion_test() local 202 test<T,nb_loops>(); in all_fusion_test() 203 test<T,nb_loops+1>(); in all_fusion_test() 204 test<T,nb_loops+nb_tails>(); in all_fusion_test() 211 test2<T,nb_loops>(); in all_fusion_test() 212 test2<T,nb_loops+1>(); in all_fusion_test() 213 test2<T,nb_loops+nb_tails>(); in all_fusion_test() 223 test3<T,nb_loops>(); in all_fusion_test() 224 test3<T,nb_loops+1>(); in all_fusion_test() 225 test3<T,nb_loops+nb_tails>(); in all_fusion_test()
|
D | dot_test.cpp | 130 const int nb_loops = TailForTests<T>::loop; in all_dot_test() local 156 test<T,nb_loops,ACC>(); in all_dot_test() 157 test<T,nb_loops+1,ACC>(); in all_dot_test() 158 test<T,nb_loops+nb_tails,ACC>(); in all_dot_test() 183 complex_test<T,nb_loops,ACC>(v); in all_dot_test() 184 complex_test<T,nb_loops+1,ACC>(v); in all_dot_test() 185 complex_test<T,nb_loops+nb_tails,ACC>(v); in all_dot_test()
|
D | col_test.cpp | 73 const int nb_loops = TailForTests<T>::loop; in all_col_test() local 84 test<T,nb_loops,5>(); in all_col_test() 85 test<T,nb_loops+1,5>(); in all_col_test() 86 test<T,nb_loops+nb_tails,5>(); in all_col_test()
|
D | matrix_test.cpp | 1651 const int nb_loops = TailForTests<T>::loop; in matrix_all_test() local 1678 nb_loops, in matrix_all_test() 1679 nb_loops+1, in matrix_all_test() 1680 nb_loops+nb_tails>,mp_list>; in matrix_all_test()
|