Home
last modified time | relevance | path

Searched refs:_rescale (Results 1 – 5 of 5) sorted by relevance

/external/libvncserver/webclients/novnc/include/
Ddisplay.js305 this._rescale(this._scale);
479 this._rescale(scale);
497 _rescale: function (factor) { method in Display
/external/python/cpython2/Lib/
Ddecimal.py1164 ans = other._rescale(exp, context.rounding)
1169 ans = self._rescale(exp, context.rounding)
1365 self._rescale(ideal_exp, context.rounding))
1515 ans = self._rescale(ideal_exponent, context.rounding)
2445 ans = self._rescale(exp._exp, rounding)
2470 ans = self._rescale(exp._exp, rounding)
2506 def _rescale(self, exp, rounding): member in Decimal
2554 ans = self._rescale(self.adjusted()+1-places, rounding)
2560 ans = ans._rescale(ans.adjusted()+1-places, rounding)
2586 ans = self._rescale(0, rounding)
[all …]
/external/python/cpython2/Lib/lib-tk/
Dturtle.py768 def _rescale(self, xscalefactor, yscalefactor): member in TurtleScreenBase
1051 self._rescale(self.xscale/oldxscale, self.yscale/oldyscale)
/external/python/cpython2/Lib/test/decimaltestdata/
Dextra.decTest131 -- a bug in _rescale caused the following to fail in Python 2.5.1
/external/python/cpython2/Doc/library/
Ddecimal.rst1540 x._rescale( non-integer )