Searched refs:t_name (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/tests/systemc/datatypes/fx/constructors/
H A Darray.cpp79 void test_fx(U a_mul, U b_init, U b_mul, char const *t_name, char const *u_name) argument
81 cerr << "--array-Inf-Inf-Inf-Inf-Inf- test_fx_" << t_name << "_" << u_name << "\n";
102 void batch_test_fx(char const *t_name, int uinit) { argument
103 cerr << "************** array test_fx_" << t_name << "_\n"; local
104 test_fx<T, int >(1, -1, -1, t_name, "int");
105 test_fx<T, unsigned int >(1, uinit, -1, t_name, "uint");
106 test_fx<T, short >(1, -1, -1, t_name, "short");
107 test_fx<T, unsigned short>(1, uinit, -1, t_name, "ushort");
108 test_fx<T, long >(1, -1, -1, t_name, "long");
109 test_fx<T, unsigned long >(1, uinit, -1, t_name, "ulon
[all...]
/gem5/src/systemc/tests/systemc/datatypes/fx/fast_constructors/
H A Darray.cpp80 void test_fx(U a_mul, U b_init, U b_mul, char const *t_name, char const *u_name) argument
82 cerr << "--array-Inf-Inf-Inf-Inf-Inf- test_fx_" << t_name << "_" << u_name << "\n";
103 void batch_test_fx(char const *t_name, int uinit) { argument
104 cerr << "************** array test_fx_" << t_name << "_\n"; local
105 test_fx<T, int >(1, -1, -1, t_name, "int");
106 test_fx<T, unsigned int >(1, uinit, -1, t_name, "uint");
107 test_fx<T, short >(1, -1, -1, t_name, "short");
108 test_fx<T, unsigned short>(1, uinit, -1, t_name, "ushort");
109 test_fx<T, long >(1, -1, -1, t_name, "long");
110 test_fx<T, unsigned long >(1, uinit, -1, t_name, "ulon
[all...]

Completed in 5 milliseconds