Searched refs:_isnan (Results 1 – 8 of 8) sorted by relevance
9 #define isnan(x) _isnan(x)
50 AC_CHECK_DECLS([_isnan], [], [], [[#include <float.h>]])
28 /* Define to 1 if you have the declaration of `_isnan', and to 0 if you don't.
43 #define crt_isnan(x) _isnan((x))
700 def _isnan(self): member in Decimal738 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 …]