|
| INLINE | ap_ufixed () |
| | default ctor
|
| |
| INLINE | ap_ufixed (const ap_ufixed &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_ufixed (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_ufixed (const volatile 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, bool _AP_S2> |
| INLINE | ap_ufixed (const ap_int_base< _AP_W2, _AP_S2 > &op) |
| | copy ctor from ap_int_base.
|
| |
| template<int _AP_W2, bool _AP_S2> |
| INLINE | ap_ufixed (const volatile ap_int_base< _AP_W2, _AP_S2 > &op) |
| |
| template<int _AP_W2, bool _AP_S2> |
| INLINE | ap_ufixed (const ap_bit_ref< _AP_W2, _AP_S2 > &op) |
| |
| template<int _AP_W2, bool _AP_S2> |
| INLINE | ap_ufixed (const ap_range_ref< _AP_W2, _AP_S2 > &op) |
| |
| template<int _AP_W2, typename _AP_T2 , int _AP_W3, typename _AP_T3 > |
| INLINE | ap_ufixed (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_ufixed (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_ufixed (const af_range_ref< _AP_W2, _AP_I2, _AP_S2, _AP_Q2, _AP_O2, _AP_N2 > &op) |
| |
| INLINE | ap_ufixed (const char *s) |
| |
| INLINE | ap_ufixed (const char *s, signed char rd) |
| |
| INLINE ap_ufixed & | operator= (const ap_ufixed< _AP_W, _AP_I, _AP_Q, _AP_O, _AP_N > &op) |
| |
| INLINE void | operator= (const ap_ufixed< _AP_W, _AP_I, _AP_Q, _AP_O, _AP_N > &op) volatile |
| |
| INLINE ap_ufixed & | operator= (const volatile ap_ufixed< _AP_W, _AP_I, _AP_Q, _AP_O, _AP_N > &op) |
| |
| INLINE void | operator= (const volatile ap_ufixed< _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_ufixed< _AP_W, _AP_I, _AP_Q, _AP_O, _AP_N >
Definition at line 195 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>