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

/gem5/util/minorview/
H A Dpoint.py50 def __mul__(self, rhs): member in class:Point
/gem5/src/python/m5/
H A Dproxy.py80 def __mul__(self, other): member in class:BaseProxy
87 __rmul__ = __mul__
H A Dparams.py484 def __mul__(self, other): member in class:NumericParamValue
490 __rmul__ = __mul__
/gem5/src/python/m5/util/
H A Dsmartdict.py95 def __mul__(self, other): member in class:Variable
/gem5/util/stats/
H A Dinfo.py82 def __mul__(self, other): member in class:Value
83 return BinaryProxy(operator.__mul__, self, other)
96 return BinaryProxy(operator.__mul__, other, self)
303 operator.__mul__ : '*',

Completed in 17 milliseconds