Searched defs:b_not (Results 1 - 12 of 12) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fix.h1042 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 Dsc_ufix.h1045 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 Dsc_fix.hh699 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 Dsc_ufix.hh711 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 Dsc_bit.h249 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 Dsc_logic.h252 sc_logic& b_not() function in class:sc_dt::sc_logic
H A Dsc_bit_proxies.h2318 sc_bitref<X>::b_not() function in class:sc_dt::sc_bitref
H A Dsc_proxy.h1048 sc_proxy<X>::b_not() function in class:sc_dt::sc_proxy
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bit.hh233 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 Dsc_logic.hh229 b_not() function in class:sc_dt::sc_logic
H A Dsc_bit_proxies.hh2058 sc_bitref<X>::b_not() function in class:sc_dt::sc_bitref
H A Dsc_proxy.hh920 sc_proxy<X>::b_not() function in class:sc_dt::sc_proxy

Completed in 63 milliseconds