Home
last modified time | relevance | path

Searched refs:MIN_ETINY (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_decimal.py1733 etiny = C.MIN_ETINY if C else -1999999997
4242 self.assertEqual(C.MIN_ETINY, P.MIN_ETINY)
5037 MIN_ETINY = C.MIN_ETINY
5049 -int(MIN_ETINY-1))
/external/python/cpython3/Lib/
D_pydecimal.py188 MIN_ETINY = MIN_EMIN - (MAX_PREC-1) variable
/external/python/cpython3/Doc/library/
Ddecimal.rst1475 | .. data:: MIN_ETINY | :const:`-849999999` | :const:`-1999999999999999997` |