Searched refs:MantB (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/stars/star103832/
H A Dstar103832.cpp64 sc_uint<8> MantB; local
71 MantB = SignB ? sc_uint<8>(0 - B) : B;
72 MantC = MantA * MantB;
/gem5/src/systemc/tests/systemc/misc/stars/star109218-2/
H A Dstar109218-2.cpp48 sc_uint<8> MantA, MantB; local
60 MantB = SignB? (sc_uint<8>) (0-B) : B;
61 MantC = MantA*MantB;

Completed in 2 milliseconds