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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_ieee.h104 const int SCFX_IEEE_DOUBLE_E_MAX = 1023; member in namespace:sc_dt
287 exponent() <= SCFX_IEEE_DOUBLE_E_MAX );
294 return ( exponent() == SCFX_IEEE_DOUBLE_E_MAX + 1 &&
302 return ( exponent() == SCFX_IEEE_DOUBLE_E_MAX + 1 &&
311 exponent( SCFX_IEEE_DOUBLE_E_MAX + 1 );
320 exponent( SCFX_IEEE_DOUBLE_E_MAX + 1 );
662 else if( exp > SCFX_IEEE_DOUBLE_E_MAX )
H A Dscfx_rep.cpp813 if( exp > SCFX_IEEE_DOUBLE_E_MAX )
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_ieee.hh100 const int SCFX_IEEE_DOUBLE_E_MAX = 1023; member in namespace:sc_dt
258 exponent() <= SCFX_IEEE_DOUBLE_E_MAX);
264 return (exponent() == SCFX_IEEE_DOUBLE_E_MAX + 1 &&
271 return (exponent() == SCFX_IEEE_DOUBLE_E_MAX + 1 &&
278 exponent(SCFX_IEEE_DOUBLE_E_MAX + 1);
286 exponent(SCFX_IEEE_DOUBLE_E_MAX + 1);
580 } else if (exp > SCFX_IEEE_DOUBLE_E_MAX) {
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc748 if (exp > SCFX_IEEE_DOUBLE_E_MAX) {

Completed in 20 milliseconds