Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py728 def _check_nans(self, other=None, context=None): member in Decimal
868 if self._check_nans(other, context):
876 if self._check_nans(other, context):
929 ans = self._check_nans(other, context)
1067 ans = self._check_nans(context=context)
1089 ans = self._check_nans(context=context)
1115 ans = self._check_nans(context=context)
1139 ans = self._check_nans(other, context)
1221 ans = self._check_nans(other, context=context)
1251 ans = self._check_nans(other, context)
[all …]