Searched defs:xnor_reduce (Results 1 - 16 of 16) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_proxy.h458 sc_logic_value_t xnor_reduce() const function in class:sc_dt::sc_proxy
1580 xnor_reduce( const sc_proxy<X>& a ) function in namespace:sc_dt
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.h392 bool xnor_reduce() const function in class:sc_dt::sc_int_subref_r
809 bool xnor_reduce() const function in class:sc_dt::sc_int_base
1171 xnor_reduce( const sc_int_subref_r& a ) function in namespace:sc_dt
1354 xnor_reduce( const sc_int_base& a ) function in namespace:sc_dt
H A Dsc_signed.h1346 bool xnor_reduce() const function in class:sc_dt::sc_signed
2288 inline bool sc_signed_subref_r::xnor_reduce() const function in class:sc_dt::sc_signed_subref_r
H A Dsc_uint_base.h376 bool xnor_reduce() const function in class:sc_dt::sc_uint_subref_r
789 bool xnor_reduce() const function in class:sc_dt::sc_uint_base
1141 xnor_reduce( const sc_uint_subref_r& a ) function in namespace:sc_dt
1324 xnor_reduce( const sc_uint_base& a ) function in namespace:sc_dt
H A Dsc_unsigned.h1246 bool xnor_reduce() const function in class:sc_dt::sc_unsigned
2099 inline bool sc_unsigned_subref_r::xnor_reduce() const function in class:sc_dt::sc_unsigned_subref_r
/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h425 bool xnor_reduce() const function in class:sc_dt::sc_concatref
502 xnor_reduce( const sc_concatref& a ) function in namespace:sc_dt
/gem5/src/systemc/ext/dt/bit/
H A Dsc_proxy.hh401 xnor_reduce() const function in class:sc_dt::sc_proxy
1370 xnor_reduce(const sc_proxy<X> &a) function in namespace:sc_dt
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh346 bool xnor_reduce() const { return !xor_reduce(); } function in class:sc_dt::sc_int_subref_r
902 bool xnor_reduce() const { return !xor_reduce(); } function in class:sc_dt::sc_int_base
1198 xnor_reduce(const sc_int_subref_r &a) function in namespace:sc_dt
1363 xnor_reduce(const sc_int_base &a) function in namespace:sc_dt
H A Dsc_signed.hh1232 bool xnor_reduce() const { return !xor_reduce(); } function in class:sc_dt::sc_signed
2419 sc_signed_subref_r::xnor_reduce() const function in class:sc_dt::sc_signed_subref_r
H A Dsc_uint_base.hh328 bool xnor_reduce() const { return !xor_reduce(); } function in class:sc_dt::sc_uint_subref_r
827 bool xnor_reduce() const { return !xor_reduce(); } function in class:sc_dt::sc_uint_base
1088 xnor_reduce(const sc_uint_subref_r &a) function in namespace:sc_dt
1237 xnor_reduce(const sc_uint_base &a) function in namespace:sc_dt
H A Dsc_unsigned.hh1136 bool xnor_reduce() const { return !xor_reduce(); } function in class:sc_dt::sc_unsigned
2118 inline bool sc_unsigned_subref_r::xnor_reduce() const { return !xor_reduce(); } function in class:sc_dt::sc_unsigned_subref_r
/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh416 bool xnor_reduce() const { return value().xnor_reduce(); } function in class:sc_dt::sc_concatref
458 inline bool xnor_reduce(const sc_concatref &a) { return a.xnor_reduce(); } function in namespace:sc_dt
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h917 inline bool xnor_reduce() const function in class:sc_core::sc_in
1175 inline bool xnor_reduce() const function in class:sc_core::sc_inout
H A Dscx_signal_signed.h1099 inline bool xnor_reduce() const function in class:sc_core::sc_in
1357 inline bool xnor_reduce() const function in class:sc_core::sc_inout
H A Dscx_signal_uint.h973 inline bool xnor_reduce() const function in class:sc_core::sc_in
1233 inline bool xnor_reduce() const function in class:sc_core::sc_inout
H A Dscx_signal_unsigned.h1095 inline bool xnor_reduce() const function in class:sc_core::sc_in
1353 inline bool xnor_reduce() const function in class:sc_core::sc_inout

Completed in 103 milliseconds