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