Home
last modified time | relevance | path

Searched defs:Emax (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py236 Emax = property(getemax, setemax) variable in Context
/external/python/cpython3/Python/
Ddtoa.c244 #define Emax 1023 macro
/external/python/cpython2/Python/
Ddtoa.c253 #define Emax 1023 macro
/external/python/cpython3/Lib/test/
Dtest_decimal.py4116 def __init__(self, prec=None, rounding=None, Emin=None, Emax=None, argument
/external/python/cpython2/Lib/
Ddecimal.py3784 Emin=None, Emax=None, argument
/external/python/cpython3/Lib/
D_pydecimal.py3884 def __init__(self, prec=None, rounding=None, Emin=None, Emax=None, argument