Searched refs:nand_reduce (Results 1 - 23 of 23) sorted by relevance

/gem5/src/systemc/tests/systemc/datatypes/int/reduce/test01/
H A Dtest01.cpp54 cout << a.nand_reduce() << endl;
63 cout << a( 7, 0 ).nand_reduce() << endl;
72 cout << ( a( 7, 0 ), a( 15, 8 ) ).nand_reduce() << endl;
83 cout << b.nand_reduce() << endl;
92 cout << b( 7, 0 ).nand_reduce() << endl;
101 cout << ( b( 7, 0 ), b( 15, 8 ) ).nand_reduce() << endl;
/gem5/src/systemc/tests/systemc/datatypes/int/reduce/test02/
H A Dtest02.cpp54 cout << nand_reduce( a ) << endl;
63 cout << nand_reduce( a( 7, 0 ) ) << endl;
72 cout << nand_reduce( ( a( 7, 0 ), a( 15, 8 ) ) ) << endl;
83 cout << nand_reduce( b ) << endl;
92 cout << nand_reduce( b( 7, 0 ) ) << endl;
101 cout << nand_reduce( ( b( 7, 0 ), b( 15, 8 ) ) ) << endl;
/gem5/src/systemc/tests/systemc/datatypes/int/reduce/test03/
H A Dtest03.cpp54 cout << a.nand_reduce() << endl;
63 cout << a( 7, 0 ).nand_reduce() << endl;
72 cout << ( a( 7, 0 ), a( 15, 8 ) ).nand_reduce() << endl;
83 cout << b.nand_reduce() << endl;
92 cout << b( 7, 0 ).nand_reduce() << endl;
101 cout << ( b( 7, 0 ), b( 15, 8 ) ).nand_reduce() << endl;
/gem5/src/systemc/tests/systemc/misc/synth/reduce/
H A Dreduce.cpp45 r = (r << 1) | x.nand_reduce();
52 r = (r << 1) | nand_reduce(x);
/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h413 bool nand_reduce() const function in class:sc_dt::sc_concatref
414 { return value().nand_reduce(); }
474 nand_reduce( const sc_concatref& a ) function in namespace:sc_dt
476 return a.nand_reduce();
/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh412 bool nand_reduce() const { return value().nand_reduce(); } function in class:sc_dt::sc_concatref
454 inline bool nand_reduce(const sc_concatref &a) { return a.nand_reduce(); } function in namespace:sc_dt
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.h382 bool nand_reduce() const function in class:sc_dt::sc_int_subref_r
799 bool nand_reduce() const function in class:sc_dt::sc_int_base
1143 nand_reduce( const sc_int_subref_r& a ) function in namespace:sc_dt
1145 return a.nand_reduce();
1326 nand_reduce( const sc_int_base& a ) function in namespace:sc_dt
1328 return a.nand_reduce();
H A Dsc_uint_base.h366 bool nand_reduce() const function in class:sc_dt::sc_uint_subref_r
779 bool nand_reduce() const function in class:sc_dt::sc_uint_base
1113 nand_reduce( const sc_uint_subref_r& a ) function in namespace:sc_dt
1115 return a.nand_reduce();
1296 nand_reduce( const sc_uint_base& a ) function in namespace:sc_dt
1298 return a.nand_reduce();
H A Dsc_signed.h970 bool nand_reduce() const;
1336 bool nand_reduce() const function in class:sc_dt::sc_signed
2260 inline bool sc_signed_subref_r::nand_reduce() const function in class:sc_dt::sc_signed_subref_r
H A Dsc_unsigned.h875 bool nand_reduce() const;
1236 bool nand_reduce() const function in class:sc_dt::sc_unsigned
2071 inline bool sc_unsigned_subref_r::nand_reduce() const function in class:sc_dt::sc_unsigned_subref_r
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh342 bool nand_reduce() const { return !and_reduce(); } function in class:sc_dt::sc_int_subref_r
898 bool nand_reduce() const { return !and_reduce(); } function in class:sc_dt::sc_int_base
1174 nand_reduce(const sc_int_subref_r &a) function in namespace:sc_dt
1176 return a.nand_reduce();
1339 nand_reduce(const sc_int_base &a) function in namespace:sc_dt
1341 return a.nand_reduce();
H A Dsc_uint_base.hh324 bool nand_reduce() const { return !and_reduce(); } function in class:sc_dt::sc_uint_subref_r
823 bool nand_reduce() const { return !and_reduce(); } function in class:sc_dt::sc_uint_base
1068 nand_reduce(const sc_uint_subref_r &a) function in namespace:sc_dt
1070 return a.nand_reduce();
1217 nand_reduce(const sc_uint_base &a) function in namespace:sc_dt
1219 return a.nand_reduce();
H A Dsc_signed.hh880 bool nand_reduce() const;
1228 bool nand_reduce() const { return !and_reduce(); } function in class:sc_dt::sc_signed
2386 sc_signed_subref_r::nand_reduce() const function in class:sc_dt::sc_signed_subref_r
H A Dsc_unsigned.hh789 bool nand_reduce() const;
1132 bool nand_reduce() const { return !and_reduce(); } function in class:sc_dt::sc_unsigned
2086 sc_unsigned_subref_r::nand_reduce() const function in class:sc_dt::sc_unsigned_subref_r
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h911 inline bool nand_reduce() const function in class:sc_core::sc_in
912 { return (*this)->read().nand_reduce(); }
1169 inline bool nand_reduce() const function in class:sc_core::sc_inout
1170 { return (*this)->read().nand_reduce(); }
H A Dscx_signal_uint.h967 inline bool nand_reduce() const function in class:sc_core::sc_in
968 { return (*this)->read().nand_reduce(); }
1227 inline bool nand_reduce() const function in class:sc_core::sc_inout
1228 { return (*this)->read().nand_reduce(); }
H A Dscx_signal_signed.h1093 inline bool nand_reduce() const function in class:sc_core::sc_in
1094 { return (*this)->read().nand_reduce(); }
1351 inline bool nand_reduce() const function in class:sc_core::sc_inout
1352 { return (*this)->read().nand_reduce(); }
H A Dscx_signal_unsigned.h1089 inline bool nand_reduce() const function in class:sc_core::sc_in
1090 { return (*this)->read().nand_reduce(); }
1347 inline bool nand_reduce() const function in class:sc_core::sc_inout
1348 { return (*this)->read().nand_reduce(); }
/gem5/src/systemc/ext/dt/bit/
H A Dsc_proxy.hh393 nand_reduce() const function in class:sc_dt::sc_proxy
1342 nand_reduce(const sc_proxy<X> &a) function in namespace:sc_dt
1344 return a.nand_reduce();
/gem5/ext/systemc/src/
H A Dsystemc.h319 using sc_dt::nand_reduce;
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_proxy.h448 sc_logic_value_t nand_reduce() const function in class:sc_dt::sc_proxy
1548 nand_reduce( const sc_proxy<X>& a ) function in namespace:sc_dt
1550 return a.nand_reduce();
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.h337 bool nand_reduce() const;
500 bool nand_reduce() const;
2056 DEFN_RED_FNC(nand_reduce)
2407 DEFN_RED_FNC(nand_reduce)
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum.hh300 bool nand_reduce() const;
435 bool nand_reduce() const;
1760 DEFN_RED_FNC(nand_reduce)
2054 DEFN_RED_FNC(nand_reduce)

Completed in 133 milliseconds