Searched refs:or_reduce (Results 26 - 34 of 34) sorted by relevance

12

/gem5/src/systemc/tests/systemc/misc/unit/data/user_guide/ch9/std_ulogic_vector_datatype/
H A Dstd_ulogic_vector_datatype.cpp418 // and_reduce() or_reduce() xor_reduce()
599 r43 = or_reduce(op1); // OR reduction
647 << "\n" << op1 << "\t or_reduce() \t = " << r43
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed.h971 bool or_reduce() const;
1339 bool or_reduce() const;
1342 { return ( ! or_reduce() ); }
2265 inline bool sc_signed_subref_r::or_reduce() const function in class:sc_dt::sc_signed_subref_r
2275 return !or_reduce();
H A Dsc_unsigned.h876 bool or_reduce() const;
1239 bool or_reduce() const;
1242 { return ( ! or_reduce() ); }
2076 inline bool sc_unsigned_subref_r::or_reduce() const function in class:sc_dt::sc_unsigned_subref_r
2086 return !or_reduce();
H A Dsc_unsigned.cpp72 // Andy Goodrich: fixed and_reduce and optimized or_reduce.
435 bool sc_unsigned::or_reduce() const function in class:sc_dt::sc_unsigned
H A Dsc_signed.cpp450 bool sc_signed::or_reduce() const function in class:sc_dt::sc_signed
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.h338 bool or_reduce() const;
501 bool or_reduce() const;
2057 DEFN_RED_FNC(or_reduce)
2408 DEFN_RED_FNC(or_reduce)
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum.hh301 bool or_reduce() const;
436 bool or_reduce() const;
1761 DEFN_RED_FNC(or_reduce)
2055 DEFN_RED_FNC(or_reduce)
/gem5/src/systemc/dt/int/
H A Dsc_unsigned.cc72 // Andy Goodrich: fixed and_reduce and optimized or_reduce.
414 sc_unsigned::or_reduce() const function in class:sc_dt::sc_unsigned
H A Dsc_signed.cc414 sc_signed::or_reduce() const function in class:sc_dt::sc_signed

Completed in 97 milliseconds

12