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

/gem5/src/python/m5/
H A Dparams.py465 def unwrap(v): member in class:NumericParamValue
486 newobj.value *= NumericParamValue.unwrap(other)
494 newobj.value /= NumericParamValue.unwrap(other)
500 newobj.value //= NumericParamValue.unwrap(other)
507 newobj.value += NumericParamValue.unwrap(other)
513 newobj.value -= NumericParamValue.unwrap(other)
518 self.value += NumericParamValue.unwrap(other)
523 self.value -= NumericParamValue.unwrap(other)
528 self.value *= NumericParamValue.unwrap(other)
533 self.value /= NumericParamValue.unwrap(othe
[all...]

Completed in 9 milliseconds