Searched refs:to_bool (Results 26 - 41 of 41) sorted by relevance

12

/gem5/src/systemc/dt/fx/
H A Dsc_fxnum.cc827 if (bv[k].to_bool()) {
H A Dscfx_rep.cc2495 if (bv[k].to_bool())
/gem5/src/systemc/dt/int/
H A Dsc_int_base.cc506 set(i, sc_logic(a.get_bit(i)).to_bool());
H A Dsc_uint_base.cc492 set(i, sc_logic(a.get_bit(i)).to_bool());
H A Dsc_unsigned.cc553 safe_set(i, sc_logic(v.get_bit(i)).to_bool(), digit);
H A Dsc_signed.cc565 safe_set(i, sc_logic(v.get_bit(i)).to_bool(), digit);
/gem5/src/systemc/utils/
H A Dvcd.cc412 str += this->value()[i].to_bool() ? '1' : '0';
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bit_proxies.hh73 return static_cast<const sc_bitref_r<T> &>(*this).to_bool();
81 return !static_cast<const sc_bitref_r<T> &>(*this).to_bool();
130 bool to_bool() const { return sc_logic(value()).to_bool(); } function in class:sc_dt::sc_bitref_r
/gem5/src/systemc/ext/dt/int/
H A Dsc_signed.hh706 bool to_bool() const { return operator uint64(); } function in class:sc_dt::sc_signed_bitref_r
748 void print(::std::ostream &os=::std::cout) const { os << to_bool(); }
H A Dsc_unsigned.hh615 bool to_bool() const { return operator uint64(); } function in class:sc_dt::sc_unsigned_bitref_r
656 void print(::std::ostream &os=::std::cout) const { os << to_bool(); }
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp2750 if( bv[k].to_bool() )
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_unsigned.cpp583 safe_set( i, sc_logic( v.get_bit( i ) ).to_bool(), digit );
H A Dsc_signed.h768 bool to_bool() const function in class:sc_dt::sc_signed_bitref_r
806 { os << to_bool(); }
H A Dsc_unsigned.h673 bool to_bool() const function in class:sc_dt::sc_unsigned_bitref_r
711 { os << to_bool(); }
H A Dsc_signed.cpp604 safe_set( i, sc_logic( v.get_bit( i ) ).to_bool(), digit );
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit_proxies.h110 bool to_bool() const function in class:sc_dt::sc_bitref_r
111 { return sc_logic( value() ).to_bool(); }

Completed in 124 milliseconds

12