|
INLINE | ap_fixed () |
| default ctor
|
|
INLINE | ap_fixed (const ap_fixed &op) |
| default copy ctor
|
|
template<int _AP_W2, int _AP_I2, bool _AP_S2, ap_q_mode _AP_Q2, ap_o_mode _AP_O2, int _AP_N2> |
INLINE | ap_fixed (const ap_fixed_base< _AP_W2, _AP_I2, _AP_S2, _AP_Q2, _AP_O2, _AP_N2 > &op) |
| copy ctor from ap_fixed_base.
|
|
template<int _AP_W2, int _AP_I2, bool _AP_S2, ap_q_mode _AP_Q2, ap_o_mode _AP_O2, int _AP_N2> |
INLINE | ap_fixed (const volatile ap_fixed_base< _AP_W2, _AP_I2, _AP_S2, _AP_Q2, _AP_O2, _AP_N2 > &op) |
|
template<int _AP_W2, bool _AP_S2> |
INLINE | ap_fixed (const ap_int_base< _AP_W2, _AP_S2 > &op) |
| copy ctor from ap_int_base.
|
|
template<int _AP_W2, bool _AP_S2> |
INLINE | ap_fixed (const volatile ap_int_base< _AP_W2, _AP_S2 > &op) |
|
template<int _AP_W2, bool _AP_S2> |
INLINE | ap_fixed (const ap_bit_ref< _AP_W2, _AP_S2 > &op) |
|
template<int _AP_W2, bool _AP_S2> |
INLINE | ap_fixed (const ap_range_ref< _AP_W2, _AP_S2 > &op) |
|
template<int _AP_W2, typename _AP_T2 , int _AP_W3, typename _AP_T3 > |
INLINE | ap_fixed (const ap_concat_ref< _AP_W2, _AP_T2, _AP_W3, _AP_T3 > &op) |
|
template<int _AP_W2, int _AP_I2, bool _AP_S2, ap_q_mode _AP_Q2, ap_o_mode _AP_O2, int _AP_N2> |
INLINE | ap_fixed (const af_bit_ref< _AP_W2, _AP_I2, _AP_S2, _AP_Q2, _AP_O2, _AP_N2 > &op) |
|
template<int _AP_W2, int _AP_I2, bool _AP_S2, ap_q_mode _AP_Q2, ap_o_mode _AP_O2, int _AP_N2> |
INLINE | ap_fixed (const af_range_ref< _AP_W2, _AP_I2, _AP_S2, _AP_Q2, _AP_O2, _AP_N2 > &op) |
|
INLINE | ap_fixed (const char *s) |
|
INLINE | ap_fixed (const char *s, signed char rd) |
|
INLINE ap_fixed & | operator= (const ap_fixed< _AP_W, _AP_I, _AP_Q, _AP_O, _AP_N > &op) |
|
INLINE void | operator= (const ap_fixed< _AP_W, _AP_I, _AP_Q, _AP_O, _AP_N > &op) volatile |
|
INLINE ap_fixed & | operator= (const volatile ap_fixed< _AP_W, _AP_I, _AP_Q, _AP_O, _AP_N > &op) |
|
INLINE void | operator= (const volatile ap_fixed< _AP_W, _AP_I, _AP_Q, _AP_O, _AP_N > &op) volatile |
|
template<int _AP_W, int _AP_I, ap_q_mode _AP_Q, ap_o_mode _AP_O, int _AP_N>
struct ap_fixed< _AP_W, _AP_I, _AP_Q, _AP_O, _AP_N >
Signed Arbitrary Precision Fixed-Point Type.
Definition at line 29 of file ap_fixed.h.
template<int _AP_W, int _AP_I, ap_q_mode _AP_Q, ap_o_mode _AP_O, int _AP_N>
template<int _AP_W2, int _AP_I2, bool _AP_S2, ap_q_mode _AP_Q2, ap_o_mode _AP_O2, int _AP_N2>
template<int _AP_W, int _AP_I, ap_q_mode _AP_Q, ap_o_mode _AP_O, int _AP_N>
template<int _AP_W2, int _AP_I2, bool _AP_S2, ap_q_mode _AP_Q2, ap_o_mode _AP_O2, int _AP_N2>
template<int _AP_W, int _AP_I, ap_q_mode _AP_Q, ap_o_mode _AP_O, int _AP_N>
template<int _AP_W2, int _AP_I2, bool _AP_S2, ap_q_mode _AP_Q2, ap_o_mode _AP_O2, int _AP_N2>
template<int _AP_W, int _AP_I, ap_q_mode _AP_Q, ap_o_mode _AP_O, int _AP_N>
template<int _AP_W2, int _AP_I2, bool _AP_S2, ap_q_mode _AP_Q2, ap_o_mode _AP_O2, int _AP_N2>