Searched refs:and_reduce (Results 26 - 33 of 33) sorted by relevance

12

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed.h969 bool and_reduce() const;
1334 bool and_reduce() const;
1337 { return ( ! and_reduce() ); }
2252 inline bool sc_signed_subref_r::and_reduce() const function in class:sc_dt::sc_signed_subref_r
2262 return !and_reduce();
H A Dsc_unsigned.h874 bool and_reduce() const;
1234 bool and_reduce() const;
1237 { return ( ! and_reduce() ); }
2063 inline bool sc_unsigned_subref_r::and_reduce() const function in class:sc_dt::sc_unsigned_subref_r
2073 return !and_reduce();
H A Dsc_unsigned.cpp72 // Andy Goodrich: fixed and_reduce and optimized or_reduce.
422 bool sc_unsigned::and_reduce() const function in class:sc_dt::sc_unsigned
H A Dsc_signed.cpp429 bool sc_signed::and_reduce() const function in class:sc_dt::sc_signed
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.h336 bool and_reduce() const;
499 bool and_reduce() const;
2055 DEFN_RED_FNC(and_reduce)
2406 DEFN_RED_FNC(and_reduce)
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum.hh299 bool and_reduce() const;
434 bool and_reduce() const;
1759 DEFN_RED_FNC(and_reduce)
2053 DEFN_RED_FNC(and_reduce)
/gem5/src/systemc/dt/int/
H A Dsc_unsigned.cc72 // Andy Goodrich: fixed and_reduce and optimized or_reduce.
397 sc_unsigned::and_reduce() const function in class:sc_dt::sc_unsigned
H A Dsc_signed.cc393 sc_signed::and_reduce() const function in class:sc_dt::sc_signed

Completed in 84 milliseconds

12