Searched refs:valj (Results 1 - 9 of 9) sorted by relevance

/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith09/
H A Darith09.cpp48 unsigned int valj[5] = { 0, 1, (unsigned)-1, 7, (unsigned)-8 }; local
61 valj[3] = (1 << (j - 1)) - 1;
62 valj[4] = - (1 << (j - 1));
68 unsigned qj = (jj < 5) ? valj[jj] :
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith10/
H A Darith10.cpp48 signed int valj[5] = { 0, 1, -1, 7, -8 }; local
61 valj[3] = (1 << (j - 1)) - 1;
62 valj[4] = - (1 << (j - 1));
67 signed int qj = (jj < 5) ? valj[jj] : (rng.rand() & ((1 << j) - 1));
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith03/
H A Darith03.cpp60 unsigned valj[5] = { 0, 1, (unsigned) -1, 7, (unsigned)-8 }; local
73 valj[3] = (1 << (j - 1)) - 1;
74 valj[4] = - (1 << (j - 1));
79 unsigned qj = (jj < 5) ? valj[jj] : (rng.rand() & ((1 << j) - 1));
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith08/
H A Darith08.cpp53 signed int valj[5] = { 0, 1, -1, 7, -8 }; local
65 valj[3] = (1 << (j - 1)) - 1;
66 valj[4] = - (1 << (j - 1));
72 signed int qj = (jj < 5) ? valj[jj] :
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith02/
H A Darith02.cpp59 signed int valj[5] = { 0, 1, -1, 7, -8 }; local
72 valj[3] = (1 << (j - 1)) - 1;
73 valj[4] = - (1 << (j - 1));
83 signed int qj = (jj < 5) ? valj[jj] : (rng.rand() & ((1 << j) - 1));
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith04/
H A Darith04.cpp59 signed int valj[5] = { 0, 1, -1, 7, -8 }; local
72 valj[3] = (1 << (j - 1)) - 1;
73 valj[4] = - (1 << (j - 1));
78 signed int qj = (jj < 5) ? valj[jj] : (rng.rand() & ((1 << j) - 1));
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith05/
H A Darith05.cpp59 unsigned valj[5] = { 0, 1, (unsigned)-1, 7, (unsigned)-8 }; local
72 valj[3] = (1 << (j - 1)) - 1;
73 valj[4] = - (1 << (j - 1));
78 unsigned qj = (jj < 5) ? valj[jj] : (rng.rand() & ((1 << j) - 1));
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith06/
H A Darith06.cpp48 signed int valj[5] = { 0, 1, -1, 7, -8 }; local
61 valj[3] = (1 << (j - 1)) - 1;
62 valj[4] = - (1 << (j - 1));
67 signed int qj = (jj < 5) ? valj[jj] : (rng.rand() & ((1 << j) - 1));
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith07/
H A Darith07.cpp54 unsigned int valj[5] = { 0, 1, (unsigned)-1, 7, (unsigned)-8 }; local
67 valj[3] = (1 << (j - 1)) - 1;
68 valj[4] = - (1 << (j - 1));
73 unsigned qj = (jj < 5) ? valj[jj] : (rng.rand() & ((1 << j) - 1));

Completed in 10 milliseconds