Home
last modified time | relevance | path

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

/device/google/crosshatch/json-c/
Dmath_compat.h9 #define isnan(x) _isnan(x)
Dconfigure.ac50 AC_CHECK_DECLS([_isnan], [], [], [[#include <float.h>]])
Dconfig.h.in28 /* Define to 1 if you have the declaration of `_isnan', and to 0 if you don't.
/device/google/sunfish/json-c/
Dmath_compat.h9 #define isnan(x) _isnan(x)
Dconfigure.ac50 AC_CHECK_DECLS([_isnan], [], [], [[#include <float.h>]])
Dconfig.h.in28 /* Define to 1 if you have the declaration of `_isnan', and to 0 if you don't.
/device/google/coral/json-c/
Dmath_compat.h9 #define isnan(x) _isnan(x)
Dconfigure.ac50 AC_CHECK_DECLS([_isnan], [], [], [[#include <float.h>]])
Dconfig.h.in28 /* Define to 1 if you have the declaration of `_isnan', and to 0 if you don't.
/device/google/bonito/json-c/
Dmath_compat.h9 #define isnan(x) _isnan(x)
Dconfigure.ac50 AC_CHECK_DECLS([_isnan], [], [], [[#include <float.h>]])
Dconfig.h.in28 /* Define to 1 if you have the declaration of `_isnan', and to 0 if you don't.
/device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
Dint_math.h43 #define crt_isnan(x) _isnan((x))
/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 …]