Lines Matching full:test
21 static void test() in test() function
123 title<T>("Row test"); in all_row_test()
125 test<T,2,NBVEC_4>(); in all_row_test()
126 test<T,4,NBVEC_4>(); in all_row_test()
127 test<T,5,NBVEC_4>(); in all_row_test()
128 test<T,9,NBVEC_4>(); in all_row_test()
130 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()
135 test<T,2,NBVEC_16>(); in all_row_test()
136 test<T,4,NBVEC_16>(); in all_row_test()
137 test<T,5,NBVEC_16>(); in all_row_test()
138 test<T,9,NBVEC_16>(); in all_row_test()
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()
151 test<T,4,nb_loops+nb_tails>(); in all_row_test()
152 test<T,5,nb_loops+nb_tails>(); in all_row_test()
153 test<T,9,nb_loops+nb_tails>(); in all_row_test()
157 title<T>("Swap test"); in all_row_test()