Home
last modified time | relevance | path

Searched refs:_NegativeInfinity (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Ddecimal.py3099 return _NegativeInfinity
3179 return _NegativeInfinity
3402 return _NegativeInfinity
6208 _NegativeInfinity = Decimal('-Inf') variable
6215 _SignedInfinity = (_Infinity, _NegativeInfinity)
/external/python/cpython3/Lib/
D_pydecimal.py3205 return _NegativeInfinity
3285 return _NegativeInfinity
3508 return _NegativeInfinity
6392 _NegativeInfinity = Decimal('-Inf') variable
6399 _SignedInfinity = (_Infinity, _NegativeInfinity)