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

/gem5/util/stats/
H A Dinfo.py79 return BinaryProxy(operator.__add__, self, other)
81 return BinaryProxy(operator.__sub__, self, other)
83 return BinaryProxy(operator.__mul__, self, other)
85 return BinaryProxy(operator.__div__, self, other)
87 return BinaryProxy(operator.__truediv__, self, other)
89 return BinaryProxy(operator.__floordiv__, self, other)
92 return BinaryProxy(operator.__add__, other, self)
94 return BinaryProxy(operator.__sub__, other, self)
96 return BinaryProxy(operator.__mul__, other, self)
98 return BinaryProxy(operato
244 class BinaryProxy(ValueProxy): class in inherits:ValueProxy
[all...]

Completed in 5 milliseconds