Go to the source code of this file.
◆ DECL_ASN_OP [1/2]
| #define DECL_ASN_OP |
( |
| op | ) |
|
Value:
DECL_ASN_OP_T(op, unsigned int) \
DECL_ASN_OP_T(op, long) \
DECL_ASN_OP_T(op, unsigned long) \
DECL_ASN_OP_T(op, float) \
DECL_ASN_OP_T(op, double) \
DECL_ASN_OP_T(op, const char *) \
DECL_ASN_OP_OTHER(op)
#define DECL_ASN_OP_T(op, tp)
Definition at line 126 of file sc_ufixed.hh.
◆ DECL_ASN_OP [2/2]
| #define DECL_ASN_OP |
( |
| op | ) |
|
Value:
DECL_ASN_OP_T(op, unsigned int) \
DECL_ASN_OP_T(op, long) \
DECL_ASN_OP_T(op, unsigned long) \
DECL_ASN_OP_T(op, float) \
DECL_ASN_OP_T(op, double) \
DECL_ASN_OP_T(op, const char *) \
DECL_ASN_OP_OTHER(op)
Definition at line 126 of file sc_ufixed.hh.
◆ DECL_ASN_OP_OTHER [1/2]
| #define DECL_ASN_OP_OTHER |
( |
| op | ) |
|
◆ DECL_ASN_OP_OTHER [2/2]
| #define DECL_ASN_OP_OTHER |
( |
| op | ) |
|
◆ DECL_ASN_OP_T [1/2]
| #define DECL_ASN_OP_T |
( |
| op, |
|
|
| tp ) |
◆ DECL_ASN_OP_T [2/2]
| #define DECL_ASN_OP_T |
( |
| op, |
|
|
| tp ) |
◆ DECL_CTORS_T_A [1/2]
| #define DECL_CTORS_T_A |
( |
| tp | ) |
|
◆ DECL_CTORS_T_A [2/2]
| #define DECL_CTORS_T_A |
( |
| tp | ) |
|
◆ DECL_CTORS_T_B [1/2]
| #define DECL_CTORS_T_B |
( |
| tp | ) |
|
◆ DECL_CTORS_T_B [2/2]
| #define DECL_CTORS_T_B |
( |
| tp | ) |
|
◆ DEFN_ASN_OP [1/2]
| #define DEFN_ASN_OP |
( |
| op | ) |
|
Value:
DEFN_ASN_OP_T(op, unsigned int) \
DEFN_ASN_OP_T(op, long) \
DEFN_ASN_OP_T(op, unsigned long) \
DEFN_ASN_OP_T(op, float) \
DEFN_ASN_OP_T(op, double) \
DEFN_ASN_OP_T(op, const char *) \
DEFN_ASN_OP_OTHER(op)
#define DEFN_ASN_OP_T(op, tp)
Definition at line 362 of file sc_ufixed.hh.
◆ DEFN_ASN_OP [2/2]
| #define DEFN_ASN_OP |
( |
| op | ) |
|
Value:
DEFN_ASN_OP_T(op, unsigned int) \
DEFN_ASN_OP_T(op, long) \
DEFN_ASN_OP_T(op, unsigned long) \
DEFN_ASN_OP_T(op, float) \
DEFN_ASN_OP_T(op, double) \
DEFN_ASN_OP_T(op, const char *) \
DEFN_ASN_OP_OTHER(op)
Definition at line 362 of file sc_ufixed.hh.
◆ DEFN_ASN_OP_OTHER [1/2]
| #define DEFN_ASN_OP_OTHER |
( |
| op | ) |
|
◆ DEFN_ASN_OP_OTHER [2/2]
| #define DEFN_ASN_OP_OTHER |
( |
| op | ) |
|
◆ DEFN_ASN_OP_T [1/2]
| #define DEFN_ASN_OP_T |
( |
| op, |
|
|
| tp ) |
Value:template<int W, int I, sc_q_mode Q, sc_o_mode O, int N> \
{ \
sc_ufix::operator op (
a); \
return *this; \
}
Definition at line 345 of file sc_ufixed.hh.
◆ DEFN_ASN_OP_T [2/2]
| #define DEFN_ASN_OP_T |
( |
| op, |
|
|
| tp ) |
Value:template<int W, int I, sc_q_mode Q, sc_o_mode O, int N> \
{ \
sc_ufix_fast::operator op (
a); \
return *this; \
}
Definition at line 345 of file sc_ufixed.hh.
◆ DEFN_CTORS_T [1/2]
| #define DEFN_CTORS_T |
( |
| tp | ) |
|
Value:template<int W, int I, sc_q_mode Q, sc_o_mode O, int N> \
tp
a, sc_fxnum_observer *observer_) :\
{} \
\
template<int W, int I, sc_q_mode Q, sc_o_mode O, int N> \
sc_fxnum_observer *observer_) : \
sc_ufix(
a, W, I, Q, O, N, cast_sw, observer_) \
{}
Definition at line 295 of file sc_ufixed.hh.
◆ DEFN_CTORS_T [2/2]
| #define DEFN_CTORS_T |
( |
| tp | ) |
|
Value:template<int W, int I, sc_q_mode Q, sc_o_mode O, int N> \
tp
a, sc_fxnum_fast_observer *observer_ ) : \
{} \
\
template<int W, int I, sc_q_mode Q, sc_o_mode O, int N> \
sc_fxnum_fast_observer *observer_) : \
{}
sc_ufixed_fast(sc_fxnum_fast_observer *=0)
Definition at line 295 of file sc_ufixed.hh.