Lines Matching defs:sc_bv_base

210 // behaves like sc_bv_base.
237 DECL_ASN_OP_T(const sc_bv_base &)
261 DECL_ASN_OP_T_A(op, const sc_bv_base &) \
281 DECL_REL_OP_T(op, const sc_bv_base &) \
322 operator sc_bv_base() const;
334 sc_bv_base &m_bv;
346 // behaves like sc_bv_base.
373 DECL_ASN_OP_T(const sc_bv_base &)
396 DECL_ASN_OP_T_A(op, const sc_bv_base &) \
416 DECL_REL_OP_T(op, const sc_bv_base &) \
457 operator sc_bv_base() const;
469 sc_bv_base &m_bv;
816 bool get_slice(int, int, sc_bv_base &) const;
817 bool set_slice(int, int, const sc_bv_base &);
1174 bool get_slice(int, int, sc_bv_base &) const;
1175 bool set_slice(int, int, const sc_bv_base &);
1588 // behaves like sc_bv_base.
1594 m_bv(*new sc_bv_base(sc_max(m_from, m_to) - sc_min(m_from, m_to) + 1))
1600 m_bv(*new sc_bv_base(a.m_bv))
1614 m_bv = static_cast<sc_bv_base>(a);
1624 m_bv = static_cast<sc_bv_base>(a);
1640 DEFN_ASN_OP_T(const sc_bv_base &)
1676 m_bv = m_bv op static_cast<sc_bv_base>(a); \
1687 m_bv = m_bv op static_cast<sc_bv_base>(a); \
1693 DEFN_ASN_OP_T(op, const sc_bv_base &) \
1708 return (static_cast<sc_bv_base>(a) op b); \
1714 return (static_cast<sc_bv_base>(b) op a); \
1721 return (static_cast<sc_bv_base>(a) op static_cast<sc_bv_base>(b)); \
1727 return (static_cast<sc_bv_base>(a) op static_cast<sc_bv_base>(b)); \
1730 DEFN_REL_OP_T(op, const sc_bv_base &) \
1848 inline sc_fxnum_subref::operator sc_bv_base () const
1875 // behaves like sc_bv_base.
1883 m_bv(*new sc_bv_base(sc_max(m_from, m_to) - sc_min(m_from, m_to) + 1))
1891 m_bv(*new sc_bv_base(a.m_bv))
1906 m_bv = static_cast<sc_bv_base>(a);
1916 m_bv = static_cast<sc_bv_base>(a);
1933 DEFN_ASN_OP_T(const sc_bv_base &)
1970 m_bv = m_bv op static_cast<sc_bv_base>(a); \
1981 m_bv = m_bv op static_cast<sc_bv_base>(a); \
1987 DEFN_ASN_OP_T(op, const sc_bv_base &) \
2004 return (static_cast<sc_bv_base>(a) op b); \
2010 return (static_cast<sc_bv_base>(b) op a); \
2017 return (static_cast<sc_bv_base>(a) op static_cast<sc_bv_base>(b)); \
2023 return (static_cast<sc_bv_base>(a) op static_cast<sc_bv_base>(b)); \
2026 DEFN_REL_OP_T(op, const sc_bv_base &) \
2141 inline sc_fxnum_fast_subref::operator sc_bv_base () const
3103 sc_fxnum::get_slice(int i, int j, sc_bv_base &bv) const
3109 sc_fxnum::set_slice(int i, int j, const sc_bv_base &bv)