Home
last modified time | relevance | path

Searched defs:Etiny (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Python/
Ddtoa.c255 #define Etiny (-1074) /* smallest denormal is 2**Etiny */ macro
/external/python/cpython3/Python/
Ddtoa.c250 #define Etiny (-1074) /* smallest denormal is 2**Etiny */ macro
/external/python/cpython2/Lib/
Ddecimal.py3895 def Etiny(self): member in Context
/external/python/cpython3/Lib/
D_pydecimal.py4067 def Etiny(self): member in Context