Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py715 def _isinfinity(self): member in Decimal
807 self_inf = self._isinfinity()
808 other_inf = other._isinfinity()
1143 if self._isinfinity():
1145 if self._sign != other._sign and other._isinfinity():
1148 if other._isinfinity():
1255 if self._isinfinity():
1260 if other._isinfinity():
1309 if self._isinfinity() and other._isinfinity():
1312 if self._isinfinity():
[all …]