Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddecimal.py727 def _check_nans(self, other=None, context=None): member in Decimal
867 if self._check_nans(other, context):
875 if self._check_nans(other, context):
928 ans = self._check_nans(other, context)
1065 ans = self._check_nans(context=context)
1087 ans = self._check_nans(context=context)
1113 ans = self._check_nans(context=context)
1137 ans = self._check_nans(other, context)
1219 ans = self._check_nans(other, context=context)
1249 ans = self._check_nans(other, context)
[all …]
/external/python/cpython3/Lib/
D_pydecimal.py745 def _check_nans(self, other=None, context=None): member in Decimal
885 if self._check_nans(other, context):
937 ans = self._check_nans(other, context)
1098 ans = self._check_nans(context=context)
1120 ans = self._check_nans(context=context)
1146 ans = self._check_nans(context=context)
1170 ans = self._check_nans(other, context)
1252 ans = self._check_nans(other, context=context)
1282 ans = self._check_nans(other, context)
1336 ans = self._check_nans(other, context)
[all …]