Home
last modified time | relevance | path

Searched defs:is_subnormal (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Ddecimal.py3049 def is_subnormal(self, context=None): member in Decimal
4447 def is_subnormal(self, a): member in Context
/external/python/cpython3/Lib/
D_pydecimal.py3151 def is_subnormal(self, context=None): member in Decimal
4619 def is_subnormal(self, a): member in Context