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

/gem5/util/stats/
H A Dinfo.py105 return UnaryProxy(operator.__neg__, self)
107 return UnaryProxy(operator.__pos__, self)
109 return UnaryProxy(operator.__abs__, self)
210 class UnaryProxy(ValueProxy): class in inherits:ValueProxy

Completed in 7 milliseconds