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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_ieee.h107 const unsigned int SCFX_IEEE_DOUBLE_M_SIZE = 52; member in namespace:sc_dt
H A Dscfx_rep.cpp85 static const int mantissa0_size = SCFX_IEEE_DOUBLE_M_SIZE - bits_in_int;
224 normalize( id.exponent() + 1 - SCFX_IEEE_DOUBLE_M_SIZE );
230 normalize( id.exponent() - SCFX_IEEE_DOUBLE_M_SIZE );
821 - static_cast<int>( SCFX_IEEE_DOUBLE_M_SIZE ) )
900 result += m_sign * scfx_pow2( exp - SCFX_IEEE_DOUBLE_M_SIZE );
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_ieee.hh103 const unsigned int SCFX_IEEE_DOUBLE_M_SIZE = 52; 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;
210 normalize(id.exponent() + 1 - SCFX_IEEE_DOUBLE_M_SIZE);
214 normalize(id.exponent() - SCFX_IEEE_DOUBLE_M_SIZE);
755 static_cast<int>(SCFX_IEEE_DOUBLE_M_SIZE))
820 result += m_sign * scfx_pow2(exp - SCFX_IEEE_DOUBLE_M_SIZE);

Completed in 19 milliseconds