Lines Matching defs:bool

102     bool get() const;
103 void set(bool);
120 DECL_ASN_OP_T(op, bool)
132 operator bool() const;
160 bool get() const;
161 void set(bool);
177 DECL_ASN_OP_T(op, bool)
189 operator bool() const;
218 bool get() const;
219 bool set();
240 DECL_ASN_OP_T(const bool *)
273 friend bool operator op (const sc_fxnum_subref &, tp); \
274 friend bool operator op (tp, const sc_fxnum_subref &);
277 friend bool operator op (const sc_fxnum_subref &, \
279 friend bool operator op (const sc_fxnum_subref &, \
284 DECL_REL_OP_T(op, const bool *) \
299 bool and_reduce() const;
300 bool nand_reduce() const;
301 bool or_reduce() const;
302 bool nor_reduce() const;
303 bool xor_reduce() const;
304 bool xnor_reduce() const;
319 const std::string to_string(sc_numrep, bool) const;
354 bool get() const;
355 bool set();
376 DECL_ASN_OP_T(const bool *)
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 &, \
414 friend bool operator op (const sc_fxnum_fast_subref &, \
419 DECL_REL_OP_T(op, const bool *) \
434 bool and_reduce() const;
435 bool nand_reduce() const;
436 bool or_reduce() const;
437 bool nor_reduce() const;
438 bool xor_reduce() const;
439 bool xnor_reduce() const;
454 const std::string to_string(sc_numrep, bool) const;
648 friend bool operator op (const sc_fxnum &, tp); \
649 friend bool operator op (tp, const sc_fxnum &);
660 friend bool operator op (const sc_fxnum &, const sc_fxnum &); \
769 const std::string to_string(sc_numrep, bool) const;
772 const std::string to_string(sc_numrep, bool, sc_fmt) const;
780 bool is_neg() const;
781 bool is_zero() const;
784 bool is_normal() const;
786 bool quantization_flag() const;
787 bool overflow_flag() const;
811 bool get_bit(int) const;
814 bool set_bit(int, bool);
816 bool get_slice(int, int, sc_bv_base &) const;
817 bool set_slice(int, int, const sc_bv_base &);
826 bool m_q_flag;
827 bool m_o_flag;
1008 friend bool operator op (const sc_fxnum_fast &, tp); \
1009 friend bool operator op (tp, const sc_fxnum_fast &);
1020 friend bool operator op (const sc_fxnum_fast &, const sc_fxnum_fast &); \
1127 const std::string to_string(sc_numrep, bool) const;
1130 const std::string to_string(sc_numrep, bool, sc_fmt) const;
1138 bool is_neg() const;
1139 bool is_zero() const;
1142 bool is_normal() const;
1144 bool quantization_flag() const;
1145 bool overflow_flag() const;
1169 bool get_bit(int) const;
1172 bool set_bit(int, bool);
1174 bool get_slice(int, int, sc_bv_base &) const;
1175 bool set_slice(int, int, const sc_bv_base &);
1184 bool m_q_flag;
1185 bool m_o_flag;
1240 set(static_cast<bool>(a));
1246 sc_fxnum_bitref::operator = (bool a)
1277 set(get() && static_cast<bool>(b));
1283 sc_fxnum_bitref::operator &= (bool b)
1316 set(get() || static_cast<bool>(b));
1322 sc_fxnum_bitref::operator |= (bool b)
1355 set(get() != static_cast<bool>(b));
1361 sc_fxnum_bitref::operator ^= (bool b)
1370 inline sc_fxnum_bitref::operator bool() const
1431 set(static_cast<bool>(a));
1437 sc_fxnum_fast_bitref::operator = (bool a)
1469 set(get() && static_cast<bool>(b));
1475 sc_fxnum_fast_bitref::operator &= (bool b)
1508 set(get() || static_cast<bool>(b));
1514 sc_fxnum_fast_bitref::operator |= (bool b)
1547 set(get() != static_cast<bool>(b));
1553 sc_fxnum_fast_bitref::operator ^= (bool b)
1563 inline sc_fxnum_fast_bitref::operator bool() const
1643 DEFN_ASN_OP_T(const bool *)
1705 inline bool \
1711 inline bool \
1718 inline bool \
1724 inline bool \
1733 DEFN_REL_OP_T(op, const bool *) \
1751 inline bool \
1756 return static_cast<bool>(m_bv.fnc()); \
1840 sc_fxnum_subref::to_string(sc_numrep numrep, bool w_prefix) const
1936 DEFN_ASN_OP_T(const bool *)
2001 inline bool \
2007 inline bool \
2014 inline bool \
2020 inline bool \
2029 DEFN_REL_OP_T(op, const bool *) \
2045 inline bool \
2050 return static_cast<bool>(m_bv.fnc()); \
2133 sc_fxnum_fast_subref::to_string(sc_numrep numrep, bool w_prefix) const
2571 inline bool \
2580 inline bool \
2598 inline bool \
2607 inline bool \
2615 inline bool \
2993 inline bool
3000 inline bool
3008 inline bool
3015 inline bool
3021 inline bool
3086 inline bool
3093 inline bool
3094 sc_fxnum::set_bit(int i, bool high)
3102 inline bool
3108 inline bool
3526 inline bool \
3534 inline bool \
3551 inline bool \
3559 inline bool \
3566 inline bool \
3962 inline bool
3970 inline bool
3979 inline bool
3987 inline bool
3993 inline bool
4162 inline bool \
4171 inline bool \