Searched defs:Emax (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Modules/_decimal/tests/ |
D | deccheck.py | 257 Emax = property(getemax, setemax) variable in Context
|
/external/python/cpython3/Python/ |
D | dtoa.c | 240 #define Emax 1023 macro
|
/external/python/cpython3/Lib/test/ |
D | test_decimal.py | 4268 def __init__(self, prec=None, rounding=None, Emin=None, Emax=None, argument
|
/external/python/cpython3/Lib/ |
D | _pydecimal.py | 3816 def __init__(self, prec=None, rounding=None, Emin=None, Emax=None, argument
|
/external/python/cpython3/Modules/_decimal/ |
D | _decimal.c | 1879 PyObject *Emax = Py_None; in ctxmanager_new() local
|