Searched refs:swaptest (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-latest/dsppp/tests/ |
D | row_test.cpp | 66 static void swaptest() in swaptest() function 159 swaptest<T,2,NBVEC_32>(); in all_row_test() 160 swaptest<T,4,NBVEC_32>(); in all_row_test() 161 swaptest<T,5,NBVEC_32>(); in all_row_test() 162 swaptest<T,9,NBVEC_32>(); in all_row_test() 164 swaptest<T,2,nb_loops>(); in all_row_test() 165 swaptest<T,4,nb_loops>(); in all_row_test() 166 swaptest<T,5,nb_loops>(); in all_row_test() 167 swaptest<T,9,nb_loops>(); in all_row_test() 169 swaptest<T,2,nb_loops+1>(); in all_row_test() [all …]
|