Lines Matching full:test
21 static void test() in test() function
75 title<T>("Col test"); in all_col_test()
77 test<T,NBVEC_4,5>(); in all_col_test()
78 test<T,NBVEC_8,5>(); in all_col_test()
79 test<T,NBVEC_16,5>(); in all_col_test()
80 test<T,NBVEC_32,5>(); in all_col_test()
82 test<T,1,5>(); in all_col_test()
83 test<T,nb_tails,5>(); in all_col_test()
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()