/gem5/src/systemc/tests/systemc/datatypes/int/reduce/test01/ |
H A D | test01.cpp | 54 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 D | test02.cpp | 54 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 D | test03.cpp | 54 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 D | reduce.cpp | 45 r = (r << 1) | x.nand_reduce(); 52 r = (r << 1) | nand_reduce(x);
|
/gem5/ext/systemc/src/sysc/datatypes/misc/ |
H A D | sc_concatref.h | 413 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 D | sc_concatref.hh | 412 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 D | sc_int_base.h | 382 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 D | sc_uint_base.h | 366 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 D | sc_signed.h | 970 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 D | sc_unsigned.h | 875 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 D | sc_int_base.hh | 342 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 D | sc_uint_base.hh | 324 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 D | sc_signed.hh | 880 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 D | sc_unsigned.hh | 789 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 D | scx_signal_int.h | 911 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 D | scx_signal_uint.h | 967 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 D | scx_signal_signed.h | 1093 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 D | scx_signal_unsigned.h | 1089 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 D | sc_proxy.hh | 393 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 D | systemc.h | 319 using sc_dt::nand_reduce;
|
/gem5/ext/systemc/src/sysc/datatypes/bit/ |
H A D | sc_proxy.h | 448 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 D | sc_fxnum.h | 337 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 D | sc_fxnum.hh | 300 bool nand_reduce() const; 435 bool nand_reduce() const; 1760 DEFN_RED_FNC(nand_reduce) 2054 DEFN_RED_FNC(nand_reduce)
|