| 
    SystemC
    Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
    
   Accellera SystemC proof-of-concept library 
   | 
 
#include "sysc/datatypes/fx/sc_fix.h"

Go to the source code of this file.
Classes | |
| class | sc_dt::sc_fixed< W, I, Q, O, N > | 
| class | sc_dt::sc_fixed_fast< W, I, Q, O, N > | 
| class | sc_dt::sc_fixed< W, I, Q, O, N > | 
| class | sc_dt::sc_fixed_fast< W, I, Q, O, N > | 
Namespaces | |
| sc_dt | |
Macros | |
| #define | DECL_CTORS_T_A(tp) | 
| #define | DECL_CTORS_T_B(tp) | 
| #define | DECL_ASN_OP_T(op, tp) sc_fixed& 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_fixed_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 261 of file sc_fixed.h.
| #define DECL_ASN_OP | ( | op | ) | 
Definition at line 261 of file sc_fixed.h.
| #define DECL_ASN_OP_OTHER | ( | op | ) | 
Definition at line 250 of file sc_fixed.h.
| #define DECL_ASN_OP_OTHER | ( | op | ) | 
Definition at line 250 of file sc_fixed.h.
| #define DECL_ASN_OP_T | ( | op, | |
| tp | |||
| ) | sc_fixed& operator op ( tp ); | 
Definition at line 246 of file sc_fixed.h.
| #define DECL_ASN_OP_T | ( | op, | |
| tp | |||
| ) | sc_fixed_fast& operator op ( tp ); | 
Definition at line 246 of file sc_fixed.h.
| #define DECL_CTORS_T_A | ( | tp | ) | 
Definition at line 204 of file sc_fixed.h.
| #define DECL_CTORS_T_A | ( | tp | ) | 
Definition at line 204 of file sc_fixed.h.
| #define DECL_CTORS_T_B | ( | tp | ) | 
Definition at line 209 of file sc_fixed.h.
| #define DECL_CTORS_T_B | ( | tp | ) | 
Definition at line 209 of file sc_fixed.h.
| #define DEFN_ASN_OP | ( | op | ) | 
Definition at line 581 of file sc_fixed.h.
| #define DEFN_ASN_OP | ( | op | ) | 
Definition at line 581 of file sc_fixed.h.
| #define DEFN_ASN_OP_OTHER | ( | op | ) | 
Definition at line 570 of file sc_fixed.h.
| #define DEFN_ASN_OP_OTHER | ( | op | ) | 
Definition at line 570 of file sc_fixed.h.
| #define DEFN_ASN_OP_T | ( | op, | |
| tp | |||
| ) | 
Definition at line 559 of file sc_fixed.h.
| #define DEFN_ASN_OP_T | ( | op, | |
| tp | |||
| ) | 
Definition at line 559 of file sc_fixed.h.
| #define DEFN_CTORS_T | ( | tp | ) | 
Definition at line 501 of file sc_fixed.h.
| #define DEFN_CTORS_T | ( | tp | ) | 
Definition at line 501 of file sc_fixed.h.
 1.8.5