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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_ieee.h105 const int SCFX_IEEE_DOUBLE_E_MIN = -1022; member in namespace:sc_dt
270 return ( exponent() == SCFX_IEEE_DOUBLE_E_MIN - 1 &&
278 return ( exponent() == SCFX_IEEE_DOUBLE_E_MIN - 1 &&
286 return ( exponent() >= SCFX_IEEE_DOUBLE_E_MIN &&
648 if( exp < SCFX_IEEE_DOUBLE_E_MIN )
652 exp -= SCFX_IEEE_DOUBLE_E_MIN;
H A Dscfx_rep.cpp820 if( exp < SCFX_IEEE_DOUBLE_E_MIN
869 if( exp < SCFX_IEEE_DOUBLE_E_MIN )
873 int subnormal_shift = SCFX_IEEE_DOUBLE_E_MIN - exp;
889 exp = SCFX_IEEE_DOUBLE_E_MIN - 1;
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_ieee.hh101 const int SCFX_IEEE_DOUBLE_E_MIN = -1022; member in namespace:sc_dt
243 return (exponent() == SCFX_IEEE_DOUBLE_E_MIN - 1 &&
250 return (exponent() == SCFX_IEEE_DOUBLE_E_MIN - 1 &&
257 return (exponent() >= SCFX_IEEE_DOUBLE_E_MIN &&
571 if (exp < SCFX_IEEE_DOUBLE_E_MIN) {
574 exp -= SCFX_IEEE_DOUBLE_E_MIN;
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc754 if (exp < SCFX_IEEE_DOUBLE_E_MIN -
793 if (exp < SCFX_IEEE_DOUBLE_E_MIN) {
796 int subnormal_shift = SCFX_IEEE_DOUBLE_E_MIN - exp;
809 exp = SCFX_IEEE_DOUBLE_E_MIN - 1;

Completed in 19 milliseconds