gem5
v20.1.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 383 of file sc_ufix.hh.
#define DECL_ASN_OP_T | ( | op, | |
tp | |||
) | sc_ufix_fast &operator op (tp); |
Definition at line 383 of file sc_ufix.hh.
#define DECL_CTORS_T | ( | tp | ) |
Definition at line 297 of file sc_ufix.hh.
#define DECL_CTORS_T | ( | tp | ) |
Definition at line 297 of file sc_ufix.hh.
#define DECL_CTORS_T_A | ( | tp | ) |
Definition at line 320 of file sc_ufix.hh.
#define DECL_CTORS_T_A | ( | tp | ) |
Definition at line 320 of file sc_ufix.hh.
#define DECL_CTORS_T_B | ( | tp | ) |
Definition at line 324 of file sc_ufix.hh.
#define DECL_CTORS_T_B | ( | tp | ) |
Definition at line 324 of file sc_ufix.hh.
#define DEFN_ASN_OP | ( | op | ) |
#define DEFN_ASN_OP | ( | op | ) |
#define DEFN_ASN_OP_OTHER | ( | op | ) |
#define DEFN_ASN_OP_OTHER | ( | op | ) |
#define DEFN_ASN_OP_T | ( | op, | |
op2, | |||
tp | |||
) |
Definition at line 1333 of file sc_ufix.hh.
#define DEFN_ASN_OP_T | ( | op, | |
op2, | |||
tp | |||
) |
Definition at line 1333 of file sc_ufix.hh.
#define DEFN_ASN_OP_T | ( | op, | |
tp | |||
) |
#define DEFN_ASN_OP_T | ( | op, | |
tp | |||
) |
#define DEFN_BIN_FNC_T | ( | fnc, | |
op2, | |||
tp1, | |||
tp2 | |||
) |
Definition at line 1262 of file sc_ufix.hh.
#define DEFN_BIN_FNC_T | ( | fnc, | |
op2, | |||
tp1, | |||
tp2 | |||
) |
Definition at line 1262 of file sc_ufix.hh.
#define DEFN_BIN_OP_T | ( | op, | |
op2, | |||
tp1, | |||
tp2 | |||
) |
#define DEFN_BIN_OP_T | ( | op, | |
op2, | |||
tp1, | |||
tp2 | |||
) |
#define DEFN_CTORS_T_A | ( | tp | ) |
Definition at line 1008 of file sc_ufix.hh.
#define DEFN_CTORS_T_A | ( | tp | ) |
Definition at line 1008 of file sc_ufix.hh.
#define DEFN_CTORS_T_B | ( | tp | ) |
Definition at line 1098 of file sc_ufix.hh.
#define DEFN_CTORS_T_B | ( | tp | ) |
Definition at line 1098 of file sc_ufix.hh.