Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddecimal.py714 def _isinfinity(self): member in Decimal
806 self_inf = self._isinfinity()
807 other_inf = other._isinfinity()
1141 if self._isinfinity():
1143 if self._sign != other._sign and other._isinfinity():
1146 if other._isinfinity():
1253 if self._isinfinity():
1258 if other._isinfinity():
1307 if self._isinfinity() and other._isinfinity():
1310 if self._isinfinity():
[all …]
/external/python/cpython3/Lib/
D_pydecimal.py732 def _isinfinity(self): member in Decimal
824 self_inf = self._isinfinity()
825 other_inf = other._isinfinity()
1174 if self._isinfinity():
1176 if self._sign != other._sign and other._isinfinity():
1179 if other._isinfinity():
1286 if self._isinfinity():
1291 if other._isinfinity():
1340 if self._isinfinity() and other._isinfinity():
1343 if self._isinfinity():
[all …]