Lines Matching defs:sc_bv_base

235 //  behaves like sc_bv_base.
270 DECL_ASN_OP_T(const sc_bv_base&)
294 DECL_ASN_OP_T_A(op,const sc_bv_base&) \
316 DECL_REL_OP_T(op,const sc_bv_base&) \
370 operator sc_bv_base() const;
385 sc_bv_base& m_bv;
398 // behaves like sc_bv_base.
433 DECL_ASN_OP_T(const sc_bv_base&)
457 DECL_ASN_OP_T_A(op,const sc_bv_base&) \
479 DECL_REL_OP_T(op,const sc_bv_base&) \
533 operator sc_bv_base() const;
548 sc_bv_base& m_bv;
959 bool get_slice( int, int, sc_bv_base& ) const;
960 bool set_slice( int, int, const sc_bv_base& );
1383 bool get_slice( int, int, sc_bv_base& ) const;
1384 bool set_slice( int, int, const sc_bv_base& );
1858 // behaves like sc_bv_base.
1866 m_bv( *new sc_bv_base( sc_max( m_from, m_to ) -
1876 m_bv( *new sc_bv_base( a.m_bv ) )
1897 m_bv = static_cast<sc_bv_base>( a );
1908 m_bv = static_cast<sc_bv_base>( a );
1925 DEFN_ASN_OP_T(const sc_bv_base&)
1964 m_bv = m_bv op static_cast<sc_bv_base>( a ); \
1976 m_bv = m_bv op static_cast<sc_bv_base>( a ); \
1982 DEFN_ASN_OP_T(op,const sc_bv_base&) \
2000 return ( static_cast<sc_bv_base>( a ) op b ); \
2007 return ( static_cast<sc_bv_base>( b ) op a ); \
2015 return ( static_cast<sc_bv_base>( a ) op static_cast<sc_bv_base>( b ) ); \
2022 return ( static_cast<sc_bv_base>( a ) op static_cast<sc_bv_base>( b ) ); \
2025 DEFN_REL_OP_T(op,const sc_bv_base&) \
2179 sc_fxnum_subref::operator sc_bv_base () const
2208 // behaves like sc_bv_base.
2217 m_bv( *new sc_bv_base( sc_max( m_from, m_to ) -
2227 m_bv( *new sc_bv_base( a.m_bv ) )
2246 m_bv = static_cast<sc_bv_base>( a );
2258 m_bv = static_cast<sc_bv_base>( a );
2276 DEFN_ASN_OP_T(const sc_bv_base&)
2315 m_bv = m_bv op static_cast<sc_bv_base>( a ); \
2327 m_bv = m_bv op static_cast<sc_bv_base>( a ); \
2333 DEFN_ASN_OP_T(op,const sc_bv_base&) \
2351 return ( static_cast<sc_bv_base>( a ) op b ); \
2358 return ( static_cast<sc_bv_base>( b ) op a ); \
2366 return ( static_cast<sc_bv_base>( a ) op static_cast<sc_bv_base>( b ) ); \
2373 return ( static_cast<sc_bv_base>( a ) op static_cast<sc_bv_base>( b ) ); \
2376 DEFN_REL_OP_T(op,const sc_bv_base&) \
2530 sc_fxnum_fast_subref::operator sc_bv_base () const
3649 sc_fxnum::get_slice( int i, int j, sc_bv_base& bv ) const
3656 sc_fxnum::set_slice( int i, int j, const sc_bv_base& bv )