Home
last modified time | relevance | path

Searched refs:_clamp (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
Ddecimal.py1632 max_payload_len = context.prec - context._clamp
1661 exp_max = [context.Emax, Etop][context._clamp]
1722 if context._clamp == 1 and self._exp > Etop:
2412 exp_max = [context.Emax, context.Etop()][context._clamp]
3785 capitals=None, _clamp=0, argument
3799 self._clamp = _clamp if _clamp is not None else dc._clamp
3841 self.capitals, self._clamp, self._ignored_flags)
3848 self.capitals, self._clamp, self._ignored_flags)
3934 if d._isnan() and len(d._int) > self.prec - self._clamp:
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c60 static int _clamp(int a, int min, int max) in _clamp() function
115 _clamp(screen->get_param(screen, PIPE_CAP_MAX_RENDER_TARGETS), in st_init_limits()
119 _clamp(screen->get_param(screen, in st_init_limits()
/external/python/cpython2/Lib/test/
Dtest_decimal.py406 self.context._clamp = clamp
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2435 * The deprecated ``Context._clamp`` attribute has been removed from the
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp4065 builtin_builder::_clamp(builtin_available_predicate avail, in _clamp() function in builtin_builder
/external/python/cpython3/Misc/
DHISTORY9112 - Issue #8540: Remove deprecated Context._clamp attribute in Decimal module.
13365 - Issue #8540: Decimal module: rename the Context._clamp attribute to