Searched refs:a_mul (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
94 a = static_cast<U>(i * i * a_mul);
/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
95 a = static_cast<U>(i * i * a_mul);

Completed in 6 milliseconds