Lines Matching defs:bool

101     bool get() const;
102 void set( bool );
125 DECL_ASN_OP_T(op,bool)
139 operator bool() const;
172 bool get() const;
173 void set( bool );
196 DECL_ASN_OP_T(op,bool)
210 operator bool() const;
243 bool get() const;
244 bool set();
273 DECL_ASN_OP_T(const bool*)
308 friend bool operator op ( const sc_fxnum_subref&, tp ); \
309 friend bool operator op ( tp, const sc_fxnum_subref& );
312 friend bool operator op ( const sc_fxnum_subref&, \
314 friend bool operator op ( const sc_fxnum_subref&, \
319 DECL_REL_OP_T(op,const bool*) \
336 bool and_reduce() const;
337 bool nand_reduce() const;
338 bool or_reduce() const;
339 bool nor_reduce() const;
340 bool xor_reduce() const;
341 bool xnor_reduce() const;
365 const std::string to_string( sc_numrep, bool ) const;
406 bool get() const;
407 bool set();
436 DECL_ASN_OP_T(const bool*)
471 friend bool operator op ( const sc_fxnum_fast_subref&, tp ); \
472 friend bool operator op ( tp, const sc_fxnum_fast_subref& );
475 friend bool operator op ( const sc_fxnum_fast_subref&, \
477 friend bool operator op ( const sc_fxnum_fast_subref&, \
482 DECL_REL_OP_T(op,const bool*) \
499 bool and_reduce() const;
500 bool nand_reduce() const;
501 bool or_reduce() const;
502 bool nor_reduce() const;
503 bool xor_reduce() const;
504 bool xnor_reduce() const;
528 const std::string to_string( sc_numrep, bool ) const;
758 friend bool operator op ( const sc_fxnum&, tp ); \
759 friend bool operator op ( tp, const sc_fxnum& );
774 friend bool operator op ( const sc_fxnum&, const sc_fxnum& ); \
902 const std::string to_string( sc_numrep, bool ) const;
905 const std::string to_string( sc_numrep, bool, sc_fmt ) const;
915 bool is_neg() const;
916 bool is_zero() const;
919 bool is_normal() const;
921 bool quantization_flag() const;
922 bool overflow_flag() const;
952 bool get_bit( int ) const;
956 bool set_bit( int, bool );
959 bool get_slice( int, int, sc_bv_base& ) const;
960 bool set_slice( int, int, const sc_bv_base& );
971 bool m_q_flag;
972 bool m_o_flag;
1184 friend bool operator op ( const sc_fxnum_fast&, tp ); \
1185 friend bool operator op ( tp, const sc_fxnum_fast& );
1200 friend bool operator op ( const sc_fxnum_fast&, const sc_fxnum_fast& ); \
1326 const std::string to_string( sc_numrep, bool ) const;
1329 const std::string to_string( sc_numrep, bool, sc_fmt ) const;
1339 bool is_neg() const;
1340 bool is_zero() const;
1343 bool is_normal() const;
1345 bool quantization_flag() const;
1346 bool overflow_flag() const;
1376 bool get_bit( int ) const;
1380 bool set_bit( int, bool );
1383 bool get_slice( int, int, sc_bv_base& ) const;
1384 bool set_slice( int, int, const sc_bv_base& );
1395 bool m_q_flag;
1396 bool m_o_flag;
1461 set( static_cast<bool>( a ) );
1468 sc_fxnum_bitref::operator = ( bool a )
1503 set( get() && static_cast<bool>( b ) );
1510 sc_fxnum_bitref::operator &= ( bool b )
1546 set( get() || static_cast<bool>( b ) );
1553 sc_fxnum_bitref::operator |= ( bool b )
1589 set( get() != static_cast<bool>( b ) );
1596 sc_fxnum_bitref::operator ^= ( bool b )
1608 sc_fxnum_bitref::operator bool() const
1683 set( static_cast<bool>( a ) );
1690 sc_fxnum_fast_bitref::operator = ( bool a )
1725 set( get() && static_cast<bool>( b ) );
1732 sc_fxnum_fast_bitref::operator &= ( bool b )
1768 set( get() || static_cast<bool>( b ) );
1775 sc_fxnum_fast_bitref::operator |= ( bool b )
1811 set( get() != static_cast<bool>( b ) );
1818 sc_fxnum_fast_bitref::operator ^= ( bool b )
1830 sc_fxnum_fast_bitref::operator bool() const
1928 DEFN_ASN_OP_T(const bool*)
1997 bool \
2004 bool \
2012 bool \
2019 bool \
2028 DEFN_REL_OP_T(op,const bool*) \
2047 bool \
2052 return static_cast<bool>( m_bv.fnc() ); \
2169 sc_fxnum_subref::to_string( sc_numrep numrep, bool w_prefix ) const
2279 DEFN_ASN_OP_T(const bool*)
2348 bool \
2355 bool \
2363 bool \
2370 bool \
2379 DEFN_REL_OP_T(op,const bool*) \
2398 bool \
2403 return static_cast<bool>( m_bv.fnc() ); \
2520 sc_fxnum_fast_subref::to_string( sc_numrep numrep, bool w_prefix ) const
3029 bool \
3039 bool \
3062 bool \
3072 bool \
3081 bool \
3514 bool
3522 bool
3531 bool
3539 bool
3546 bool
3627 bool
3637 bool
3638 sc_fxnum::set_bit( int i, bool high )
3648 bool
3655 bool
4146 bool \
4155 bool \
4177 bool \
4186 bool \
4194 bool \
4633 bool
4642 bool
4652 bool
4662 bool
4669 bool
4871 bool \
4881 bool \