gem5 v24.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 | |
namespace | 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 | ) |
Definition at line 188 of file sc_ufix.hh.
#define DECL_ASN_OP | ( | op | ) |
Definition at line 188 of file sc_ufix.hh.
#define DECL_ASN_OP_OTHER | ( | op | ) |
Definition at line 180 of file sc_ufix.hh.
#define DECL_ASN_OP_OTHER | ( | op | ) |
Definition at line 180 of file sc_ufix.hh.
#define DECL_ASN_OP_T | ( | op, | |
tp ) sc_ufix &operator op (tp); |
Definition at line 178 of file sc_ufix.hh.
#define DECL_ASN_OP_T | ( | op, | |
tp ) sc_ufix_fast &operator op (tp); |
Definition at line 178 of file sc_ufix.hh.
#define DECL_CTORS_T | ( | tp | ) |
Definition at line 93 of file sc_ufix.hh.
#define DECL_CTORS_T | ( | tp | ) |
Definition at line 93 of file sc_ufix.hh.
#define DECL_CTORS_T_A | ( | tp | ) |
Definition at line 113 of file sc_ufix.hh.
#define DECL_CTORS_T_A | ( | tp | ) |
Definition at line 113 of file sc_ufix.hh.
#define DECL_CTORS_T_B | ( | tp | ) |
Definition at line 117 of file sc_ufix.hh.
#define DECL_CTORS_T_B | ( | tp | ) |
Definition at line 117 of file sc_ufix.hh.
#define DEFN_ASN_OP | ( | op | ) |
Definition at line 804 of file sc_ufix.hh.
#define DEFN_ASN_OP | ( | op | ) |
Definition at line 804 of file sc_ufix.hh.
#define DEFN_ASN_OP_OTHER | ( | op | ) |
Definition at line 796 of file sc_ufix.hh.
#define DEFN_ASN_OP_OTHER | ( | op | ) |
Definition at line 796 of file sc_ufix.hh.
#define DEFN_ASN_OP_T | ( | op, | |
op2, | |||
tp ) |
Definition at line 788 of file sc_ufix.hh.
#define DEFN_ASN_OP_T | ( | op, | |
op2, | |||
tp ) |
Definition at line 788 of file sc_ufix.hh.
#define DEFN_ASN_OP_T | ( | op, | |
tp ) |
#define DEFN_ASN_OP_T | ( | op, | |
tp ) |
Definition at line 788 of file sc_ufix.hh.
#define DEFN_BIN_FNC_T | ( | fnc, | |
op2, | |||
tp1, | |||
tp2 ) |
#define DEFN_BIN_FNC_T | ( | fnc, | |
op2, | |||
tp1, | |||
tp2 ) |
#define DEFN_BIN_OP_T | ( | op, | |
op2, | |||
tp1, | |||
tp2 ) |
#define DEFN_BIN_OP_T | ( | op, | |
op2, | |||
tp1, | |||
tp2 ) |
Definition at line 722 of file sc_ufix.hh.
#define DEFN_CTORS_T_A | ( | tp | ) |
Definition at line 497 of file sc_ufix.hh.
#define DEFN_CTORS_T_A | ( | tp | ) |
Definition at line 497 of file sc_ufix.hh.
#define DEFN_CTORS_T_B | ( | tp | ) |
Definition at line 581 of file sc_ufix.hh.
#define DEFN_CTORS_T_B | ( | tp | ) |
Definition at line 581 of file sc_ufix.hh.