Searched refs:test_template (Results 1 – 6 of 6) sorted by relevance
254 void test_template(int x) { in test_template() function268 test_template<int>(x); in test_template_inst()269 test_template<double>(x); in test_template_inst()
25 void test_template() { in test_template() function
184 void test_template() { in test_template() function
197 void test_template() { in test_template() function
47 template<int L, class T, class N> T test_template(T* arr, N num) { in test_template() function163 test_template<-4>(darr, 4); in main()
46 template<int L, class T, class N> T test_template(T* arr, N num) { in test_template() function154 test_template<-4>(darr, 4); in main()