Lines Matching refs:test_fill
115 void test_fill() in test_fill() function
183 test_fill<T,NBVEC_4>(); in all_vector_test()
184 test_fill<T,NBVEC_8>(); in all_vector_test()
185 test_fill<T,NBVEC_16>(); in all_vector_test()
186 test_fill<T,NBVEC_32>(); in all_vector_test()
187 test_fill<T,NBVEC_64>(); in all_vector_test()
189 test_fill<T,1>(); in all_vector_test()
190 test_fill<T,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()