Searched refs:is_normal (Results 1 - 18 of 18) sorted by relevance

/gem5/src/systemc/ext/dt/fx/
H A Dscfx_other_defs.hh67 if (!v.is_normal()) { /* also triggers OBSERVER_READ call */
81 if (!v.is_normal()) { /* also triggers OBSERVER_READ call */
96 if (!v.is_normal()) { /* also triggers OBSERVER_READ call */
111 if (!v.is_normal()) { /* also triggers OBSERVER_READ call */
133 if (!v.is_normal()) { /* also triggers OBSERVER_READ call */
148 if (!v.is_normal()) { /* also triggers OBSERVER_READ call */
163 if (!v.is_normal()) { /* also triggers OBSERVER_READ call */
178 if (!v.is_normal()) { /* also triggers OBSERVER_READ call */
200 if (!v.is_normal()) { /* also triggers OBSERVER_READ call */
215 if (!v.is_normal()) { /* als
[all...]
H A Dscfx_ieee.hh139 bool is_normal() const;
255 scfx_ieee_double::is_normal() const function in class:sc_dt::scfx_ieee_double
430 bool is_normal() const;
528 scfx_ieee_float::is_normal() const function in class:sc_dt::scfx_ieee_float
H A Dsc_fxval.hh342 bool is_normal() const;
625 bool is_normal() const;
1248 sc_fxval::is_normal() const function in class:sc_dt::sc_fxval
1251 return m_rep->is_normal();
1828 // SC_FXVAL_FAST_OBSERVER_READ_ in is_normal
1829 if (!is_normal()) {
1910 sc_fxval_fast::is_normal() const function in class:sc_dt::sc_fxval_fast
1914 return (id.is_normal() || id.is_subnormal() || id.is_zero());
H A Dscfx_rep.hh201 bool is_normal() const;
392 inline bool scfx_rep::is_normal() const { return (m_state == normal); } function in class:sc_dt::scfx_rep
H A Dsc_fxnum.hh784 bool is_normal() const;
1142 bool is_normal() const;
2178 SC_ERROR_IF_(!m_rep->is_normal(), sc_core::SC_ID_INVALID_FX_VALUE_);
3009 sc_fxnum::is_normal() const function in class:sc_dt::sc_fxnum
3012 return m_rep->is_normal();
3913 // SC_FXNUM_FAST_OBSERVER_READ_ in is_normal
3914 if (!is_normal()) {
3980 sc_fxnum_fast::is_normal() const function in class:sc_dt::sc_fxnum_fast
3984 return (id.is_normal() || id.is_subnormal() || id.is_zero());
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_other_defs.h74 if( ! v.is_normal() ) /* also triggers OBSERVER_READ call */
90 if( ! v.is_normal() ) /* also triggers OBSERVER_READ call */
106 if( ! v.is_normal() ) /* also triggers OBSERVER_READ call */
122 if( ! v.is_normal() ) /* also triggers OBSERVER_READ call */
145 if( ! v.is_normal() ) /* also triggers OBSERVER_READ call */
161 if( ! v.is_normal() ) /* also triggers OBSERVER_READ call */
177 if( ! v.is_normal() ) /* also triggers OBSERVER_READ call */
193 if( ! v.is_normal() ) /* also triggers OBSERVER_READ call */
223 if( ! v.is_normal() ) { /* also triggers OBSERVER_READ call */
238 if( ! v.is_normal() ) { /* als
[all...]
H A Dscfx_pow10.cpp127 if( ! m_pos[i].is_normal() )
137 if( ! m_neg[i].is_normal() )
H A Dscfx_ieee.h147 bool is_normal() const;
284 scfx_ieee_double::is_normal() const function in class:sc_dt::scfx_ieee_double
485 bool is_normal() const;
600 scfx_ieee_float::is_normal() const function in class:sc_dt::scfx_ieee_float
H A Dsc_fxval.h398 bool is_normal() const;
732 bool is_normal() const;
1470 sc_fxval::is_normal() const function in class:sc_dt::sc_fxval
1473 return m_rep->is_normal();
2229 sc_fxval_fast::is_normal() const function in class:sc_dt::sc_fxval_fast
2233 return ( id.is_normal() || id.is_subnormal() || id.is_zero() );
H A Dscfx_rep.cpp226 else if( id.is_normal() )
1740 if( is_normal() )
1774 if( is_normal() )
2609 if( ! is_normal() )
2639 if( ! is_normal() )
2681 if( ! is_normal() )
H A Dsc_fxnum.cpp785 if( id.is_normal() )
856 if( id.is_normal() )
H A Dscfx_rep.h219 bool is_normal() const;
457 scfx_rep::is_normal() const function in class:sc_dt::scfx_rep
H A Dsc_fxnum.h919 bool is_normal() const;
1343 bool is_normal() const;
2573 SC_ERROR_IF_( ! m_rep->is_normal(), sc_core::SC_ID_INVALID_FX_VALUE_ );
3532 sc_fxnum::is_normal() const function in class:sc_dt::sc_fxnum
3535 return m_rep->is_normal();
4653 sc_fxnum_fast::is_normal() const function in class:sc_dt::sc_fxnum_fast
4657 return ( id.is_normal() || id.is_subnormal() || id.is_zero() );
H A Dsc_fxval.cpp619 if( id.is_normal() )
/gem5/src/systemc/dt/fx/
H A Dscfx_pow10.cc114 if (!m_pos[i].is_normal()) {
123 if (!m_neg[i].is_normal()) {
H A Dscfx_rep.cc211 } else if (id.is_normal()) {
836 if (!is_normal() || is_zero()) {
1603 if (is_normal()) {
1634 if (is_normal()) {
2362 if (!is_normal())
2392 if (!is_normal())
2431 if (!is_normal())
H A Dsc_fxnum.cc716 if (id.is_normal())
781 if (id.is_normal())
H A Dsc_fxval.cc579 if (id.is_normal())

Completed in 78 milliseconds