Searched refs:id2 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp66 const char* id2 = "ID2"; variable
172 sc_report_handler::set_actions( id2, usr1 );
189 query_rules( id2 );
/gem5/src/cpu/
H A Dthread_context.cc120 int id2 = two->cpuId(); local
121 if (id1 != id2)
122 panic("CPU ids don't match, one: %d, two: %d", id1, id2);
127 panic("Context ids don't match, one: %d, two: %d", id1, id2);
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval.cpp317 scfx_ieee_double id2 = id; local
327 if( id2.negative() != 0 )
330 id2.negative( 0 );
354 sc_fxval_fast a( id2 );
386 msb = id2.exponent() + 1;
395 lsb = id2.exponent() - 52;
431 int sign = ( id2.negative() != 0 ) ? ( 1 << step ) - 1 : 0;
/gem5/src/systemc/dt/fx/
H A Dsc_fxval.cc293 scfx_ieee_double id2 = id; local
302 if (id2.negative() != 0) {
304 id2.negative(0);
327 sc_fxval_fast a(id2);
354 msb = id2.exponent() + 1;
364 lsb = id2.exponent() - 52;
399 int sign = (id2.negative() != 0) ? (1 << step) - 1 : 0;

Completed in 10 milliseconds