Searched refs:uinit (Results 1 - 2 of 2) sorted by relevance
/gem5/src/systemc/tests/systemc/datatypes/fx/constructors/ |
H A D | array.cpp | 102 void batch_test_fx(char const *t_name, int uinit) { argument 105 test_fx<T, unsigned int >(1, uinit, -1, t_name, "uint"); 107 test_fx<T, unsigned short>(1, uinit, -1, t_name, "ushort"); 109 test_fx<T, unsigned long >(1, uinit, -1, t_name, "ulong");
|
/gem5/src/systemc/tests/systemc/datatypes/fx/fast_constructors/ |
H A D | array.cpp | 103 void batch_test_fx(char const *t_name, int uinit) { argument 106 test_fx<T, unsigned int >(1, uinit, -1, t_name, "uint"); 108 test_fx<T, unsigned short>(1, uinit, -1, t_name, "ushort"); 110 test_fx<T, unsigned long >(1, uinit, -1, t_name, "ulong");
|
Completed in 5 milliseconds