gem5
v20.0.0.0
|
#include "sc_fxnum.hh"
Go to the source code of this file.
Classes | |
class | sc_dt::sc_ufix |
class | sc_dt::sc_ufix_fast |
Namespaces | |
sc_dt | |
Macros | |
#define | DECL_CTORS_T(tp) |
#define | DECL_CTORS_T_A(tp) |
#define | DECL_CTORS_T_B(tp) |
#define | DECL_ASN_OP_T(op, tp) sc_ufix &operator op (tp); |
#define | DECL_ASN_OP_OTHER(op) |
#define | DECL_ASN_OP(op) |
#define | DECL_CTORS_T(tp) |
#define | DECL_CTORS_T_A(tp) |
#define | DECL_CTORS_T_B(tp) |
#define | DECL_ASN_OP_T(op, tp) sc_ufix_fast &operator op (tp); |
#define | DECL_ASN_OP_OTHER(op) |
#define | DECL_ASN_OP(op) |
#define | DEFN_CTORS_T_A(tp) |
#define | DEFN_CTORS_T_B(tp) |
#define | DEFN_BIN_OP_T(op, op2, tp1, tp2) |
#define | DEFN_BIN_FNC_T(fnc, op2, tp1, tp2) |
#define | DEFN_ASN_OP_T(op, tp) |
#define | DEFN_ASN_OP_OTHER(op) |
#define | DEFN_ASN_OP(op) |
#define | DEFN_ASN_OP_T(op, op2, tp) |
#define | DEFN_CTORS_T_A(tp) |
#define | DEFN_CTORS_T_B(tp) |
#define | DEFN_BIN_OP_T(op, op2, tp1, tp2) |
#define | DEFN_BIN_FNC_T(fnc, op2, tp1, tp2) |
#define | DEFN_ASN_OP_T(op, tp) |
#define | DEFN_ASN_OP_OTHER(op) |
#define | DEFN_ASN_OP(op) |
#define | DEFN_ASN_OP_T(op, op2, tp) |
Functions | |
void | sc_dt::b_not (sc_ufix &c, const sc_ufix &a) |
void | sc_dt::b_not (sc_ufix_fast &c, const sc_ufix_fast &a) |
#define DECL_ASN_OP | ( | op | ) |
#define DECL_ASN_OP | ( | op | ) |
#define DECL_ASN_OP_OTHER | ( | op | ) |
#define DECL_ASN_OP_OTHER | ( | op | ) |
#define DECL_ASN_OP_T | ( | op, | |
tp | |||
) | sc_ufix &operator op (tp); |
Definition at line 352 of file sc_ufix.hh.
#define DECL_ASN_OP_T | ( | op, | |
tp | |||
) | sc_ufix_fast &operator op (tp); |
Definition at line 352 of file sc_ufix.hh.
#define DECL_CTORS_T | ( | tp | ) |
Definition at line 266 of file sc_ufix.hh.
#define DECL_CTORS_T | ( | tp | ) |
Definition at line 266 of file sc_ufix.hh.
#define DECL_CTORS_T_A | ( | tp | ) |
Definition at line 289 of file sc_ufix.hh.
#define DECL_CTORS_T_A | ( | tp | ) |
Definition at line 289 of file sc_ufix.hh.
#define DECL_CTORS_T_B | ( | tp | ) |
Definition at line 293 of file sc_ufix.hh.
#define DECL_CTORS_T_B | ( | tp | ) |
Definition at line 293 of file sc_ufix.hh.
#define DEFN_ASN_OP | ( | op | ) |
Definition at line 1274 of file sc_ufix.hh.
Referenced by sc_dt::sc_ufix::operator=().
#define DEFN_ASN_OP | ( | op | ) |
#define DEFN_ASN_OP_OTHER | ( | op | ) |
#define DEFN_ASN_OP_OTHER | ( | op | ) |
#define DEFN_ASN_OP_T | ( | op, | |
tp | |||
) |
Definition at line 1302 of file sc_ufix.hh.
Referenced by sc_dt::sc_ufix::operator=().
#define DEFN_ASN_OP_T | ( | op, | |
op2, | |||
tp | |||
) |
Definition at line 1302 of file sc_ufix.hh.
#define DEFN_ASN_OP_T | ( | op, | |
tp | |||
) |
Definition at line 1302 of file sc_ufix.hh.
#define DEFN_ASN_OP_T | ( | op, | |
op2, | |||
tp | |||
) |
Definition at line 1302 of file sc_ufix.hh.
#define DEFN_BIN_FNC_T | ( | fnc, | |
op2, | |||
tp1, | |||
tp2 | |||
) |
Definition at line 1231 of file sc_ufix.hh.
Referenced by sc_dt::b_not().
#define DEFN_BIN_FNC_T | ( | fnc, | |
op2, | |||
tp1, | |||
tp2 | |||
) |
Definition at line 1231 of file sc_ufix.hh.
#define DEFN_BIN_OP_T | ( | op, | |
op2, | |||
tp1, | |||
tp2 | |||
) |
Definition at line 1208 of file sc_ufix.hh.
Referenced by sc_dt::b_not().
#define DEFN_BIN_OP_T | ( | op, | |
op2, | |||
tp1, | |||
tp2 | |||
) |
#define DEFN_CTORS_T_A | ( | tp | ) |
Definition at line 977 of file sc_ufix.hh.
Referenced by sc_dt::sc_ufix::sc_ufix().
#define DEFN_CTORS_T_A | ( | tp | ) |
Definition at line 977 of file sc_ufix.hh.
#define DEFN_CTORS_T_B | ( | tp | ) |
Definition at line 1067 of file sc_ufix.hh.
Referenced by sc_dt::sc_ufix::sc_ufix().
#define DEFN_CTORS_T_B | ( | tp | ) |
Definition at line 1067 of file sc_ufix.hh.