Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py700 def _isnan(self): member in Decimal
738 self_is_nan = self._isnan()
742 other_is_nan = other._isnan()
1589 if self._isnan():
1645 if self._isnan():
1861 self_is_nan = self._isnan()
1862 other_is_nan = other._isnan()
1863 modulo_is_nan = modulo._isnan()
2698 sn = self._isnan()
2699 on = other._isnan()
[all …]