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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.cpp352 os << "o_flag = " << m_o_flag << ::std::endl;
628 m_o_flag = false;
642 sc_dt::overflow( m_val, m_params, m_o_flag );
761 os << "o_flag = " << m_o_flag << ::std::endl;
H A Dsc_fxnum.h972 bool m_o_flag; member in class:sc_dt::sc_fxnum
1396 bool m_o_flag; member in class:sc_dt::sc_fxnum_fast
2576 m_rep->cast( m_params, m_q_flag, m_o_flag );
2590 m_o_flag( false ),
2607 m_o_flag( false ), \
3549 return m_o_flag;
3703 m_o_flag( false ),
3719 m_o_flag( false ),
3739 m_o_flag( false ), \
4672 return m_o_flag;
[all...]
/gem5/src/systemc/dt/fx/
H A Dsc_fxnum.cc316 os << "o_flag = " << m_o_flag << ::std::endl;
572 m_o_flag = false;
584 sc_dt::overflow(m_val, m_params, m_o_flag);
694 os << "o_flag = " << m_o_flag << ::std::endl;
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum.hh827 bool m_o_flag; member in class:sc_dt::sc_fxnum
1185 bool m_o_flag; member in class:sc_dt::sc_fxnum_fast
2181 m_rep->cast(m_params, m_q_flag, m_o_flag);
2189 m_q_flag(false), m_o_flag(false), m_observer(observer_)
2200 m_q_flag(false), m_o_flag(false), m_observer(observer_) \
3024 return m_o_flag;
3148 m_o_flag(false), m_observer(observer_)
3160 m_o_flag(false), m_observer(observer_)
3175 m_o_flag(false), m_observer(observer_) \
3996 return m_o_flag;
[all...]

Completed in 33 milliseconds