Lines Matching defs:sc_fxnum_fast_subref

86 class sc_fxnum_fast_subref;
216 friend class sc_fxnum_fast_subref;
236 DECL_ASN_OP_T(const sc_fxnum_fast_subref &)
260 DECL_ASN_OP_T_A(op, const sc_fxnum_fast_subref &) \
280 const sc_fxnum_fast_subref &); \
343 // CLASS : sc_fxnum_fast_subref
349 class sc_fxnum_fast_subref
358 sc_fxnum_fast_subref(sc_fxnum_fast &, int, int);
362 sc_fxnum_fast_subref(const sc_fxnum_fast_subref &);
365 ~sc_fxnum_fast_subref();
369 sc_fxnum_fast_subref &operator = (tp);
372 DECL_ASN_OP_T(const sc_fxnum_fast_subref &)
391 #define DECL_ASN_OP_T_A(op, tp) sc_fxnum_fast_subref &operator op ## = (tp);
395 DECL_ASN_OP_T_A(op, const sc_fxnum_fast_subref &) \
408 friend bool operator op (const sc_fxnum_fast_subref &, tp); \
409 friend bool operator op (tp, const sc_fxnum_fast_subref &);
412 friend bool operator op (const sc_fxnum_fast_subref &, \
413 const sc_fxnum_fast_subref &); \
414 friend bool operator op (const sc_fxnum_fast_subref &, \
473 sc_fxnum_fast_subref();
490 friend class sc_fxnum_fast_subref;
851 friend class sc_fxnum_fast_subref;
1096 const sc_fxnum_fast_subref operator () (int, int) const;
1097 sc_fxnum_fast_subref operator () (int, int);
1099 const sc_fxnum_fast_subref range(int, int) const;
1100 sc_fxnum_fast_subref range(int, int);
1103 const sc_fxnum_fast_subref operator () () const;
1104 sc_fxnum_fast_subref operator () ();
1106 const sc_fxnum_fast_subref range() const;
1107 sc_fxnum_fast_subref range();
1622 sc_fxnum_subref::operator = (const sc_fxnum_fast_subref &a)
1683 sc_fxnum_subref::operator op ## = (const sc_fxnum_fast_subref &a) \
1725 operator op (const sc_fxnum_subref &a, const sc_fxnum_fast_subref &b) \
1872 // CLASS : sc_fxnum_fast_subref
1880 inline sc_fxnum_fast_subref::sc_fxnum_fast_subref(
1888 inline sc_fxnum_fast_subref::sc_fxnum_fast_subref(
1889 const sc_fxnum_fast_subref &a) :
1896 inline sc_fxnum_fast_subref::~sc_fxnum_fast_subref()
1903 inline sc_fxnum_fast_subref &
1904 sc_fxnum_fast_subref::operator = (const sc_fxnum_subref &a)
1912 inline sc_fxnum_fast_subref &
1913 sc_fxnum_fast_subref::operator = (const sc_fxnum_fast_subref &a)
1924 inline sc_fxnum_fast_subref & \
1925 sc_fxnum_fast_subref::operator = (tp a) \
1953 inline sc_fxnum_fast_subref & \
1954 sc_fxnum_fast_subref::operator op ## = (tp a) \
1965 inline sc_fxnum_fast_subref & \
1966 sc_fxnum_fast_subref::operator op ## = (const sc_fxnum_subref &a) \
1976 inline sc_fxnum_fast_subref & \
1977 sc_fxnum_fast_subref::operator op ## = (const sc_fxnum_fast_subref &a) \
2002 operator op (const sc_fxnum_fast_subref &a, tp b) \
2008 operator op (tp a, const sc_fxnum_fast_subref &b) \
2015 operator op (const sc_fxnum_fast_subref &a, const sc_fxnum_fast_subref &b) \
2021 operator op (const sc_fxnum_fast_subref &a, const sc_fxnum_subref &b) \
2046 sc_fxnum_fast_subref::fnc() const \
2064 sc_fxnum_fast_subref::length() const
2071 sc_fxnum_fast_subref::to_int() const
2079 sc_fxnum_fast_subref::to_int64() const
2087 sc_fxnum_fast_subref::to_uint() const
2095 sc_fxnum_fast_subref::to_uint64() const
2103 sc_fxnum_fast_subref::to_long() const
2111 sc_fxnum_fast_subref::to_ulong() const
2119 sc_fxnum_fast_subref::to_string() const
2126 sc_fxnum_fast_subref::to_string(sc_numrep numrep) const
2133 sc_fxnum_fast_subref::to_string(sc_numrep numrep, bool w_prefix) const
2141 inline sc_fxnum_fast_subref::operator sc_bv_base () const
2149 operator << (::std::ostream &os, const sc_fxnum_fast_subref &a)
2156 operator >> (::std::istream &is, sc_fxnum_fast_subref &a)
3805 inline const sc_fxnum_fast_subref
3811 return sc_fxnum_fast_subref(const_cast<sc_fxnum_fast &>(*this),
3815 inline sc_fxnum_fast_subref
3821 return sc_fxnum_fast_subref(*this, i - m_params.fwl(), j - m_params.fwl());
3824 inline const sc_fxnum_fast_subref
3830 return sc_fxnum_fast_subref(const_cast<sc_fxnum_fast &>(*this),
3834 inline sc_fxnum_fast_subref
3840 return sc_fxnum_fast_subref(*this, i - m_params.fwl(), j - m_params.fwl());
3843 inline const sc_fxnum_fast_subref
3849 inline sc_fxnum_fast_subref
3855 inline const sc_fxnum_fast_subref
3861 inline sc_fxnum_fast_subref