Searched refs:test_fx (Results 1 - 4 of 4) 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) function
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, "ulong");
110 test_fx<T, float >(1.123456789f, -1.987654321f, -1.789654123f, t_name, "float");
111 test_fx<T, double>(1.123456789, -1.987654321, -1.789654123, t_name, "double");
/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) function
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, "ulong");
111 test_fx<T, float >(1.123456789f, -1.987654321f, -1.789654123f, t_name, "float");
112 test_fx<T, double>(1.123456789, -1.987654321, -1.789654123, t_name, "double");
/gem5/src/systemc/tests/systemc/datatypes/misc/test02/
H A Dtest02.cpp90 test_fx() function
92 cout << "\n*** test_fx()" << endl;
139 test_fx();
/gem5/src/systemc/tests/systemc/datatypes/misc/test01/
H A Dtest01.cpp385 test_fx() function
387 cout << "\n*** test_fx ***" << endl;
467 test_fx();

Completed in 8 milliseconds