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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.h110 const int bits_in_int = sizeof(int) * CHAR_BIT; member in namespace:sc_dt
H A Dscfx_rep.cpp85 static const int mantissa0_size = SCFX_IEEE_DOUBLE_M_SIZE - bits_in_int;
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh107 const int bits_in_int = sizeof(int) * CHAR_BIT; member in namespace:sc_dt
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc86 static const int mantissa0_size = SCFX_IEEE_DOUBLE_M_SIZE - bits_in_int;

Completed in 16 milliseconds