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

/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith02/
H A Darith02.cpp59 signed int valj[5] = { 0, 1, -1, 7, -8 }; local
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith03/
H A Darith03.cpp60 unsigned valj[5] = { 0, 1, (unsigned) -1, 7, (unsigned)-8 }; local
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith06/
H A Darith06.cpp48 signed int valj[5] = { 0, 1, -1, 7, -8 }; local
/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
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith08/
H A Darith08.cpp53 signed int valj[5] = { 0, 1, -1, 7, -8 }; local
/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
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith10/
H A Darith10.cpp48 signed int valj[5] = { 0, 1, -1, 7, -8 }; local
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith04/
H A Darith04.cpp59 signed int valj[5] = { 0, 1, -1, 7, -8 }; local
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith05/
H A Darith05.cpp59 unsigned valj[5] = { 0, 1, (unsigned)-1, 7, (unsigned)-8 }; local

Completed in 10 milliseconds