Searched defs:qj (Results 1 - 9 of 9) sorted by relevance

/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith02/
H A Darith02.cpp83 signed int qj = (jj < 5) ? valj[jj] : (rng.rand() & ((1 << j) - 1)); local
[all...]
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith03/
H A Darith03.cpp79 unsigned qj = (jj < 5) ? valj[jj] : (rng.rand() & ((1 << j) - 1)); local
[all...]
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith06/
H A Darith06.cpp67 signed int qj = (jj < 5) ? valj[jj] : (rng.rand() & ((1 << j) - 1)); local
[all...]
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith07/
H A Darith07.cpp73 unsigned qj = (jj < 5) ? valj[jj] : (rng.rand() & ((1 << j) - 1)); local
[all...]
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith08/
H A Darith08.cpp72 signed int qj = (jj < 5) ? valj[jj] : local
[all...]
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith09/
H A Darith09.cpp68 unsigned qj = (jj < 5) ? valj[jj] : local
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith10/
H A Darith10.cpp67 signed int qj = (jj < 5) ? valj[jj] : (rng.rand() & ((1 << j) - 1)); local
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith04/
H A Darith04.cpp78 signed int qj = (jj < 5) ? valj[jj] : (rng.rand() & ((1 << j) - 1)); local
[all...]
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith05/
H A Darith05.cpp78 unsigned qj = (jj < 5) ? valj[jj] : (rng.rand() & ((1 << j) - 1)); local
[all...]

Completed in 9 milliseconds