Searched defs:b_not (Results 1 - 12 of 12) sorted by relevance
/gem5/ext/systemc/src/sysc/datatypes/fx/ |
H A D | sc_fix.h | 1042 b_not( sc_fix& c, const sc_fix& a ) function in namespace:sc_dt 1756 b_not( sc_fix_fast& c, const sc_fix_fast& a ) function in namespace:sc_dt
|
H A D | sc_ufix.h | 1045 b_not( sc_ufix& c, const sc_ufix& a ) function in namespace:sc_dt 1759 b_not( sc_ufix_fast& c, const sc_ufix_fast& a ) function in namespace:sc_dt
|
/gem5/src/systemc/ext/dt/fx/ |
H A D | sc_fix.hh | 699 b_not(sc_fix &c, const sc_fix &a) function in namespace:sc_dt 1186 b_not(sc_fix_fast &c, const sc_fix_fast &a) function in namespace:sc_dt
|
H A D | sc_ufix.hh | 711 b_not(sc_ufix &c, const sc_ufix &a) function in namespace:sc_dt 1197 b_not(sc_ufix_fast &c, const sc_ufix_fast &a) function in namespace:sc_dt
|
/gem5/ext/systemc/src/sysc/datatypes/bit/ |
H A D | sc_bit.h | 249 sc_bit& b_not() function in class:sc_dt::sc_bit 318 inline const sc_bit b_not( const sc_bit& a ) function in namespace:sc_dt 324 inline void b_not( sc_bit& r, const sc_bit& a ) function in namespace:sc_dt
|
H A D | sc_logic.h | 252 sc_logic& b_not() function in class:sc_dt::sc_logic
|
H A D | sc_bit_proxies.h | 2318 sc_bitref<X>::b_not() function in class:sc_dt::sc_bitref
|
H A D | sc_proxy.h | 1048 sc_proxy<X>::b_not() function in class:sc_dt::sc_proxy
|
/gem5/src/systemc/ext/dt/bit/ |
H A D | sc_bit.hh | 233 b_not() function in class:sc_dt::sc_bit 298 inline const sc_bit b_not(const sc_bit &a) { return (~a); } function in namespace:sc_dt 301 inline void b_not(sc_bit &r, const sc_bit &a) { r = (~a); } function in namespace:sc_dt
|
H A D | sc_logic.hh | 229 b_not() function in class:sc_dt::sc_logic
|
H A D | sc_bit_proxies.hh | 2058 sc_bitref<X>::b_not() function in class:sc_dt::sc_bitref
|
H A D | sc_proxy.hh | 920 sc_proxy<X>::b_not() function in class:sc_dt::sc_proxy
|
Completed in 76 milliseconds