Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py257 Emax = property(getemax, setemax) variable in Context
/external/python/cpython3/Python/
Ddtoa.c240 #define Emax 1023 macro
/external/python/cpython3/Lib/test/
Dtest_decimal.py4268 def __init__(self, prec=None, rounding=None, Emin=None, Emax=None, argument
/external/python/cpython3/Lib/
D_pydecimal.py3816 def __init__(self, prec=None, rounding=None, Emin=None, Emax=None, argument
/external/python/cpython3/Modules/_decimal/
D_decimal.c1879 PyObject *Emax = Py_None; in ctxmanager_new() local