Searched refs:invert (Results 1 - 11 of 11) sorted by relevance

/gem5/util/stats/
H A Doutput.py36 self.invert = False
57 if self.invert:
H A Dstats.py312 output.invert = command == 'tpp'
325 output.invert = command == 'tpb'
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed_bitref.inc117 m_obj_p->invert( m_index );
H A Dsc_unsigned_bitref.inc117 m_obj_p->invert( m_index );
H A Dsc_signed.h1355 void invert(int i) // Negate the ith bit. function in class:sc_dt::sc_signed
H A Dsc_unsigned.h1256 void invert(int i) // Negate the ith bit. function in class:sc_dt::sc_unsigned
/gem5/src/systemc/dt/int/
H A Dsc_signed_bitref.inc117 m_obj_p->invert(m_index);
H A Dsc_unsigned_bitref.inc117 m_obj_p->invert(m_index);
/gem5/ext/pybind11/include/pybind11/
H A Doperators.h152 PYBIND11_UNARY_OPERATOR(invert, operator~, (~l))
/gem5/src/systemc/ext/dt/int/
H A Dsc_signed.hh1247 invert(int i) // Negate the ith bit. function in class:sc_dt::sc_signed
H A Dsc_unsigned.hh1151 invert(int i) // Negate the ith bit. function in class:sc_dt::sc_unsigned

Completed in 23 milliseconds