Searched refs:batch_test_fx (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) { function 115 batch_test_fx<sc_fxval>("float", -1); 116 batch_test_fx<sc_ufix>("ufix", -1); 117 batch_test_fx<sc_fix>("fix", -1); 118 batch_test_fx<sc_fixed<8, 5> >("fixed", 1); 119 batch_test_fx<sc_ufixed<8, 5> >("ufixed", 1);
|
/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) { function 116 batch_test_fx<sc_fxval>("float", -1); 117 batch_test_fx<sc_ufix>("ufix", -1); 118 batch_test_fx<sc_fix>("fix", -1); 119 batch_test_fx<sc_fixed<8, 5> >("fixed", 1); 120 batch_test_fx<sc_ufixed<8, 5> >("ufixed", 1);
|
Completed in 5 milliseconds