SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
#include "sysc/datatypes/fx/sc_ufix.h"
Go to the source code of this file.
Classes | |
class | sc_dt::sc_ufixed< W, I, Q, O, N > |
"Constrained" unsigned fixed-point class; arbitrary precision. More... | |
class | sc_dt::sc_ufixed_fast< W, I, Q, O, N > |
"Constrained" unsigned fixed-point class; limited precision. More... | |
class | sc_dt::sc_ufixed< W, I, Q, O, N > |
"Constrained" unsigned fixed-point class; arbitrary precision. More... | |
class | sc_dt::sc_ufixed_fast< W, I, Q, O, N > |
"Constrained" unsigned fixed-point class; limited precision. More... | |
Namespaces | |
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 263 of file sc_ufixed.h.
#define DECL_ASN_OP | ( | op | ) |
Definition at line 263 of file sc_ufixed.h.
#define DECL_ASN_OP_OTHER | ( | op | ) |
Definition at line 252 of file sc_ufixed.h.
#define DECL_ASN_OP_OTHER | ( | op | ) |
Definition at line 252 of file sc_ufixed.h.
#define DECL_ASN_OP_T | ( | op, | |
tp | |||
) | sc_ufixed& operator op ( tp ); |
Definition at line 248 of file sc_ufixed.h.
#define DECL_ASN_OP_T | ( | op, | |
tp | |||
) | sc_ufixed_fast& operator op ( tp ); |
Definition at line 248 of file sc_ufixed.h.
#define DECL_CTORS_T_A | ( | tp | ) |
Definition at line 206 of file sc_ufixed.h.
#define DECL_CTORS_T_A | ( | tp | ) |
Definition at line 206 of file sc_ufixed.h.
#define DECL_CTORS_T_B | ( | tp | ) |
Definition at line 211 of file sc_ufixed.h.
#define DECL_CTORS_T_B | ( | tp | ) |
Definition at line 211 of file sc_ufixed.h.
#define DEFN_ASN_OP | ( | op | ) |
Definition at line 583 of file sc_ufixed.h.
#define DEFN_ASN_OP | ( | op | ) |
Definition at line 583 of file sc_ufixed.h.
#define DEFN_ASN_OP_OTHER | ( | op | ) |
Definition at line 572 of file sc_ufixed.h.
#define DEFN_ASN_OP_OTHER | ( | op | ) |
Definition at line 572 of file sc_ufixed.h.
#define DEFN_ASN_OP_T | ( | op, | |
tp | |||
) |
Definition at line 561 of file sc_ufixed.h.
#define DEFN_ASN_OP_T | ( | op, | |
tp | |||
) |
Definition at line 561 of file sc_ufixed.h.
#define DEFN_CTORS_T | ( | tp | ) |
Definition at line 503 of file sc_ufixed.h.
#define DEFN_CTORS_T | ( | tp | ) |
Definition at line 503 of file sc_ufixed.h.