gem5 v24.0.0.0
|
#include "sc_ufix.hh"
Go to the source code of this file.
Classes | |
class | sc_dt::sc_ufixed< W, I, Q, O, N > |
class | sc_dt::sc_ufixed_fast< W, I, Q, O, N > |
Namespaces | |
namespace | sc_dt |
Macros | |
#define | DECL_CTORS_T_A(tp) |
#define | DECL_CTORS_T_B(tp) |
#define | DECL_ASN_OP_T(op, tp) sc_ufixed &operator op (tp); |
#define | DECL_ASN_OP_OTHER(op) |
#define | DECL_ASN_OP(op) |
#define | DECL_CTORS_T_A(tp) |
#define | DECL_CTORS_T_B(tp) |
#define | DECL_ASN_OP_T(op, tp) sc_ufixed_fast &operator op (tp); |
#define | DECL_ASN_OP_OTHER(op) |
#define | DECL_ASN_OP(op) |
#define | DEFN_CTORS_T(tp) |
#define | DEFN_ASN_OP_T(op, tp) |
#define | DEFN_ASN_OP_OTHER(op) |
#define | DEFN_ASN_OP(op) |
#define | DEFN_CTORS_T(tp) |
#define | DEFN_ASN_OP_T(op, tp) |
#define | DEFN_ASN_OP_OTHER(op) |
#define | DEFN_ASN_OP(op) |
#define DECL_ASN_OP | ( | op | ) |
Definition at line 126 of file sc_ufixed.hh.
#define DECL_ASN_OP | ( | op | ) |
Definition at line 126 of file sc_ufixed.hh.
#define DECL_ASN_OP_OTHER | ( | op | ) |
Definition at line 118 of file sc_ufixed.hh.
#define DECL_ASN_OP_OTHER | ( | op | ) |
Definition at line 118 of file sc_ufixed.hh.
#define DECL_ASN_OP_T | ( | op, | |
tp ) sc_ufixed &operator op (tp); |
Definition at line 116 of file sc_ufixed.hh.
#define DECL_ASN_OP_T | ( | op, | |
tp ) sc_ufixed_fast &operator op (tp); |
Definition at line 116 of file sc_ufixed.hh.
#define DECL_CTORS_T_A | ( | tp | ) |
Definition at line 81 of file sc_ufixed.hh.
#define DECL_CTORS_T_A | ( | tp | ) |
Definition at line 81 of file sc_ufixed.hh.
#define DECL_CTORS_T_B | ( | tp | ) |
Definition at line 85 of file sc_ufixed.hh.
#define DECL_CTORS_T_B | ( | tp | ) |
Definition at line 85 of file sc_ufixed.hh.
#define DEFN_ASN_OP | ( | op | ) |
Definition at line 362 of file sc_ufixed.hh.
#define DEFN_ASN_OP | ( | op | ) |
Definition at line 362 of file sc_ufixed.hh.
#define DEFN_ASN_OP_OTHER | ( | op | ) |
Definition at line 354 of file sc_ufixed.hh.
#define DEFN_ASN_OP_OTHER | ( | op | ) |
Definition at line 354 of file sc_ufixed.hh.
#define DEFN_ASN_OP_T | ( | op, | |
tp ) |
Definition at line 345 of file sc_ufixed.hh.
#define DEFN_ASN_OP_T | ( | op, | |
tp ) |
Definition at line 345 of file sc_ufixed.hh.
#define DEFN_CTORS_T | ( | tp | ) |
Definition at line 295 of file sc_ufixed.hh.
#define DEFN_CTORS_T | ( | tp | ) |
Definition at line 295 of file sc_ufixed.hh.