Searched defs:Emax (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Modules/_decimal/tests/ |
D | deccheck.py | 253 Emax = property(getemax, setemax) variable in Context
|
/external/python/cpython3/Python/ |
D | dtoa.c | 248 #define Emax 1023 macro
|
/external/python/cpython2/Python/ |
D | dtoa.c | 253 #define Emax 1023 macro
|
/external/python/cpython3/Lib/test/ |
D | test_decimal.py | 4116 def __init__(self, prec=None, rounding=None, Emin=None, Emax=None, argument
|
/external/python/cpython3/Lib/ |
D | _pydecimal.py | 3888 def __init__(self, prec=None, rounding=None, Emin=None, Emax=None, argument
|
/external/python/cpython2/Lib/ |
D | decimal.py | 3784 Emin=None, Emax=None, argument
|