SystemC 3.0.0
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 > |
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 251 of file sc_ufixed.h.
#define DECL_ASN_OP | ( | op | ) |
Definition at line 251 of file sc_ufixed.h.
#define DECL_ASN_OP_OTHER | ( | op | ) |
Definition at line 243 of file sc_ufixed.h.
#define DECL_ASN_OP_OTHER | ( | op | ) |
Definition at line 243 of file sc_ufixed.h.
#define DECL_ASN_OP_T | ( | op, | |
tp | |||
) | sc_ufixed& operator op ( tp ); |
Definition at line 240 of file sc_ufixed.h.
#define DECL_ASN_OP_T | ( | op, | |
tp | |||
) | sc_ufixed_fast& operator op ( tp ); |
Definition at line 240 of file sc_ufixed.h.
#define DECL_CTORS_T_A | ( | tp | ) |
Definition at line 200 of file sc_ufixed.h.
#define DECL_CTORS_T_A | ( | tp | ) |
Definition at line 200 of file sc_ufixed.h.
#define DECL_CTORS_T_B | ( | tp | ) |
Definition at line 205 of file sc_ufixed.h.
#define DECL_CTORS_T_B | ( | tp | ) |
Definition at line 205 of file sc_ufixed.h.
#define DEFN_ASN_OP | ( | op | ) |
Definition at line 559 of file sc_ufixed.h.
#define DEFN_ASN_OP | ( | op | ) |
Definition at line 559 of file sc_ufixed.h.
#define DEFN_ASN_OP_OTHER | ( | op | ) |
Definition at line 551 of file sc_ufixed.h.
#define DEFN_ASN_OP_OTHER | ( | op | ) |
Definition at line 551 of file sc_ufixed.h.
#define DEFN_ASN_OP_T | ( | op, | |
tp | |||
) |
Definition at line 541 of file sc_ufixed.h.
#define DEFN_ASN_OP_T | ( | op, | |
tp | |||
) |
Definition at line 541 of file sc_ufixed.h.
#define DEFN_CTORS_T | ( | tp | ) |
Definition at line 485 of file sc_ufixed.h.
#define DEFN_CTORS_T | ( | tp | ) |
Definition at line 485 of file sc_ufixed.h.