gem5 v24.0.0.0
|
#include "sc_fxdefs.hh"
Go to the source code of this file.
Classes | |
class | sc_dt::sc_fxnum_observer |
class | sc_dt::sc_fxnum_fast_observer |
Namespaces | |
namespace | sc_dt |
Macros | |
#define | SC_FXNUM_OBSERVER_CONSTRUCT_(object) |
#define | SC_FXNUM_OBSERVER_DESTRUCT_(object) |
#define | SC_FXNUM_OBSERVER_READ_(object) |
#define | SC_FXNUM_OBSERVER_WRITE_(object) |
#define | SC_FXNUM_OBSERVER_DEFAULT_ |
#define | SC_FXNUM_FAST_OBSERVER_CONSTRUCT_(object) |
#define | SC_FXNUM_FAST_OBSERVER_DESTRUCT_(object) |
#define | SC_FXNUM_FAST_OBSERVER_READ_(object) |
#define | SC_FXNUM_FAST_OBSERVER_WRITE_(object) |
#define | SC_FXNUM_FAST_OBSERVER_DEFAULT_ |
#define SC_FXNUM_FAST_OBSERVER_CONSTRUCT_ | ( | object | ) |
Definition at line 95 of file sc_fxnum_observer.hh.
Referenced by sc_dt::sc_fxnum_fast::sc_fxnum_fast().
#define SC_FXNUM_FAST_OBSERVER_DEFAULT_ |
Definition at line 99 of file sc_fxnum_observer.hh.
Referenced by sc_dt::sc_fxnum_fast::sc_fxnum_fast().
#define SC_FXNUM_FAST_OBSERVER_DESTRUCT_ | ( | object | ) |
Definition at line 96 of file sc_fxnum_observer.hh.
Referenced by sc_dt::sc_fxnum_fast::~sc_fxnum_fast().
#define SC_FXNUM_FAST_OBSERVER_READ_ | ( | object | ) |
Definition at line 97 of file sc_fxnum_observer.hh.
Referenced by sc_dt::sc_fxnum_fast::get_val(), sc_dt::sc_fxnum_fast::is_neg(), sc_dt::sc_fxnum_fast::is_normal(), sc_dt::sc_fxnum_fast::is_zero(), sc_dt::sc_fxnum_fast::observer_read(), sc_dt::sc_fxnum_fast_bitref::operator bool(), sc_dt::sc_fxnum_fast::operator double(), sc_dt::sc_fxnum_fast_subref::operator sc_bv_base(), sc_dt::sc_fxnum_fast::operator+(), sc_dt::sc_fxnum_fast::operator++(), sc_dt::sc_fxnum_fast::operator++(), sc_dt::sc_fxnum_fast::operator-(), sc_dt::sc_fxnum_fast::operator--(), sc_dt::sc_fxnum_fast::operator--(), sc_dt::operator/(), sc_dt::operator/(), sc_dt::operator<<(), sc_dt::sc_fix_fast::operator~(), sc_dt::sc_ufix_fast::operator~(), sc_dt::sc_fxnum_fast::to_double(), sc_dt::sc_fxnum_fast::to_float(), sc_dt::sc_fxnum_fast_subref::to_int(), sc_dt::sc_fxnum_fast_subref::to_int64(), sc_dt::sc_fxnum_fast_subref::to_long(), sc_dt::sc_fxnum_fast_subref::to_uint(), sc_dt::sc_fxnum_fast_subref::to_uint64(), sc_dt::sc_fxnum_fast_subref::to_ulong(), and sc_dt::sc_fxnum_fast::value().
#define SC_FXNUM_FAST_OBSERVER_WRITE_ | ( | object | ) |
Definition at line 98 of file sc_fxnum_observer.hh.
Referenced by sc_dt::sc_fxnum_fast::operator++(), sc_dt::sc_fxnum_fast::operator++(), sc_dt::sc_fxnum_fast::operator--(), and sc_dt::sc_fxnum_fast::operator--().
#define SC_FXNUM_OBSERVER_CONSTRUCT_ | ( | object | ) |
Definition at line 89 of file sc_fxnum_observer.hh.
Referenced by sc_dt::sc_fxnum::sc_fxnum().
#define SC_FXNUM_OBSERVER_DEFAULT_ |
Definition at line 93 of file sc_fxnum_observer.hh.
Referenced by sc_dt::sc_fxnum::sc_fxnum().
#define SC_FXNUM_OBSERVER_DESTRUCT_ | ( | object | ) |
Definition at line 90 of file sc_fxnum_observer.hh.
Referenced by sc_dt::sc_fxnum::~sc_fxnum().
#define SC_FXNUM_OBSERVER_READ_ | ( | object | ) |
Definition at line 91 of file sc_fxnum_observer.hh.
Referenced by sc_dt::sc_fxnum::get_rep(), sc_dt::sc_fxnum::is_neg(), sc_dt::sc_fxnum::is_normal(), sc_dt::sc_fxnum::is_zero(), sc_dt::sc_fxnum::observer_read(), sc_dt::sc_fxnum_bitref::operator bool(), sc_dt::sc_fxnum::operator double(), sc_dt::sc_fxnum_subref::operator sc_bv_base(), sc_dt::sc_fxnum::operator+(), sc_dt::sc_fxnum::operator-(), sc_dt::operator/(), sc_dt::operator/(), sc_dt::sc_fix::operator~(), sc_dt::sc_ufix::operator~(), sc_dt::sc_fxnum::to_double(), sc_dt::sc_fxnum::to_float(), sc_dt::sc_fxnum::to_int(), sc_dt::sc_fxnum_subref::to_int(), sc_dt::sc_fxnum::to_int64(), sc_dt::sc_fxnum_subref::to_int64(), sc_dt::sc_fxnum::to_long(), sc_dt::sc_fxnum_subref::to_long(), sc_dt::sc_fxnum::to_short(), sc_dt::sc_fxnum::to_uint(), sc_dt::sc_fxnum_subref::to_uint(), sc_dt::sc_fxnum::to_uint64(), sc_dt::sc_fxnum_subref::to_uint64(), sc_dt::sc_fxnum::to_ulong(), sc_dt::sc_fxnum_subref::to_ulong(), sc_dt::sc_fxnum::to_ushort(), and sc_dt::sc_fxnum::value().
#define SC_FXNUM_OBSERVER_WRITE_ | ( | object | ) |
Definition at line 92 of file sc_fxnum_observer.hh.