|
INLINE | ap_uint (const ap_uint &op) |
|
template<int _AP_W2> |
INLINE | ap_uint (const ap_uint< _AP_W2 > &op) |
|
template<int _AP_W2> |
INLINE | ap_uint (const ap_int< _AP_W2 > &op) |
|
template<int _AP_W2> |
INLINE | ap_uint (const volatile ap_uint< _AP_W2 > &op) |
|
template<int _AP_W2> |
INLINE | ap_uint (const volatile ap_int< _AP_W2 > &op) |
|
template<int _AP_W2, bool _AP_S2> |
INLINE | ap_uint (const ap_range_ref< _AP_W2, _AP_S2 > &ref) |
|
template<int _AP_W2, bool _AP_S2> |
INLINE | ap_uint (const ap_bit_ref< _AP_W2, _AP_S2 > &ref) |
|
template<int _AP_W2, typename _AP_T2 , int _AP_W3, typename _AP_T3 > |
INLINE | ap_uint (const ap_concat_ref< _AP_W2, _AP_T2, _AP_W3, _AP_T3 > &ref) |
|
template<int _AP_W2, int _AP_I2, ap_q_mode _AP_Q2, ap_o_mode _AP_O2, int _AP_N2> |
INLINE | ap_uint (const ap_fixed< _AP_W2, _AP_I2, _AP_Q2, _AP_O2, _AP_N2 > &op) |
|
template<int _AP_W2, int _AP_I2, ap_q_mode _AP_Q2, ap_o_mode _AP_O2, int _AP_N2> |
INLINE | ap_uint (const ap_ufixed< _AP_W2, _AP_I2, _AP_Q2, _AP_O2, _AP_N2 > &op) |
|
template<int _AP_W2, int _AP_I2, ap_q_mode _AP_Q2, ap_o_mode _AP_O2, int _AP_N2> |
INLINE | ap_uint (const volatile ap_fixed< _AP_W2, _AP_I2, _AP_Q2, _AP_O2, _AP_N2 > &op) |
|
template<int _AP_W2, int _AP_I2, ap_q_mode _AP_Q2, ap_o_mode _AP_O2, int _AP_N2> |
INLINE | ap_uint (const volatile ap_ufixed< _AP_W2, _AP_I2, _AP_Q2, _AP_O2, _AP_N2 > &op) |
|
template<int _AP_W2, bool _AP_S2> |
INLINE | ap_uint (const ap_int_base< _AP_W2, _AP_S2 > &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_uint (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_uint (const af_range_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_uint (const ap_fixed_base< _AP_W2, _AP_I2, _AP_S2, _AP_Q2, _AP_O2, _AP_N2 > &op) |
|
| ap_uint (double val) |
|
| ap_uint (float val) |
|
INLINE | ap_uint (const char *s) |
|
INLINE | ap_uint (const char *s, signed char rd) |
|
INLINE ap_uint & | operator= (const ap_uint< _AP_W > &op2) |
|
INLINE ap_uint & | operator= (const volatile ap_uint< _AP_W > &op2) |
|
INLINE void | operator= (const ap_uint< _AP_W > &op2) volatile |
|
INLINE void | operator= (const volatile ap_uint< _AP_W > &op2) volatile |
|
template<int _AP_W>
struct ap_uint< _AP_W >
Unsigned Arbitrary Precision Type.
Definition at line 166 of file ap_int.h.