Lines Matching full:test
17 static void test() in test() function
144 test<T,NBVEC_4>(); in all_vector_test()
145 test<T,NBVEC_8>(); in all_vector_test()
146 test<T,NBVEC_9>(); in all_vector_test()
147 test<T,NBVEC_16>(); in all_vector_test()
148 test<T,NBVEC_32>(); in all_vector_test()
149 test<T,NBVEC_64>(); in all_vector_test()
150 test<T,NBVEC_128>(); in all_vector_test()
151 test<T,NBVEC_256>(); in all_vector_test()
152 test<T,NBVEC_258>(); in all_vector_test()
153 test<T,NBVEC_512>(); in all_vector_test()
154 test<T,NBVEC_1024>(); in all_vector_test()
155 test<T,NBVEC_2048>(); in all_vector_test()
158 test<T,1>(); in all_vector_test()
159 test<T,nb_tails>(); in all_vector_test()
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()