SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
#include "sysc/datatypes/fx/sc_fxnum.h"
Go to the source code of this file.
Classes | |
class | sc_dt::sc_ufix |
"Unconstrained" unsigned fixed-point class; arbitrary precision. More... | |
class | sc_dt::sc_ufix_fast |
"Unconstrained" unsigned fixed-point class; limited precision. More... | |
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 ); |
#define DECL_ASN_OP_T | ( | op, | |
tp | |||
) | sc_ufix_fast& operator op ( tp ); |
#define DECL_CTORS_T_A | ( | tp | ) |
#define DECL_CTORS_T_A | ( | tp | ) |
#define DECL_CTORS_T_B | ( | tp | ) |
#define DECL_CTORS_T_B | ( | tp | ) |
#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, | |
tp | |||
) |
#define DEFN_ASN_OP_T | ( | op, | |
op2, | |||
tp | |||
) |
#define DEFN_ASN_OP_T | ( | op, | |
tp | |||
) |
#define DEFN_ASN_OP_T | ( | op, | |
op2, | |||
tp | |||
) |
#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 | |||
) |