| /openbsd/src/gnu/llvm/clang/lib/Headers/ |
| D | __clang_hip_cmath.h | 90 __DEVICE__ __CONSTEXPR__ int isnan(float __x) { return ::__isnanf(__x); } in isnan() function 91 __DEVICE__ __CONSTEXPR__ int isnan(double __x) { return ::__isnan(__x); } in isnan() function 100 __DEVICE__ __CONSTEXPR__ bool isnan(float __x) { return ::__isnanf(__x); } in isnan() function 101 __DEVICE__ __CONSTEXPR__ bool isnan(double __x) { return ::__isnan(__x); } in isnan() function
|
| D | __clang_cuda_cmath.h | 94 __DEVICE__ int isnan(float __x) { return ::__isnanf(__x); } in isnan() function 95 __DEVICE__ int isnan(double __x) { return ::__isnan(__x); } in isnan() function 108 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); } in isnan() function 109 __DEVICE__ bool isnan(double __x) { return ::__isnan(__x); } in isnan() function
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/internal/ |
| D | math_core.h | 16 #define isnan(x) (sizeof(x) == sizeof(double) ? _isnan(x) \ macro
|
| /openbsd/src/gnu/gcc/fixincludes/tests/base/internal/ |
| D | math_core.h | 16 #define isnan(x) (sizeof(x) == sizeof(double) ? _isnan(x) \ macro
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/ |
| D | c99_classification_macros_c.cc | 41 void isnan() { } in isnan() function
|
| D | c99_classification_macros_c++.cc | 40 void isnan() { } in isnan() function
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | math.h | 445 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnan(_A1 __x) _NOEX… in isnan() function 450 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnan(_A1) _NOEXCEPT… in isnan() function 455 _LIBCPP_NODISCARD_EXT inline _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnan(float _… in isnan() function 459 …NSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD bool isnan(double __x) _NOEXC… in isnan() function 463 _LIBCPP_NODISCARD_EXT inline _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnan(long do… in isnan() function
|
| /openbsd/src/include/ |
| D | math.h | 119 #define isnan(x) \ macro
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/ |
| D | config.h.in | 821 # define isnan _isnan macro
|
| D | acconfig.h | 163 # define isnan _isnan macro
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/ |
| D | std_cmath.h | 551 isnan(_Tp __f) { return ::__gnu_cxx::__capture_isnan(__f); } in isnan() function
|
| /openbsd/src/gnu/lib/libstdc++-v3/ |
| D | config.h | 952 # define isnan _isnan macro
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
| D | std_cmath.h | 779 isnan(_Tp __f) { return __capture_isnan(__f); } in isnan() function
|
| /openbsd/src/gnu/usr.bin/perl/win32/ |
| D | win32.h | 326 #define isnan _isnan /* ...same libraries as MSVC */ macro
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | libgcc2.c | 1769 #define isnan(x) __builtin_expect ((x) != (x), 0) macro
|