Searched defs:isnan (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/gnu/gcc/fixincludes/tests/base/internal/
H A Dmath_core.h16 #define isnan(x) (sizeof(x) == sizeof(double) ? _isnan(x) \ macro
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/tests/base/internal/
H A Dmath_core.h16 #define isnan(x) (sizeof(x) == sizeof(double) ? _isnan(x) \ macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
H A Dc99_classification_macros_c.cc41 void isnan() { } function
H A Dc99_classification_macros_c++.cc40 void isnan() { } function
/openbsd-current/gnu/llvm/libcxx/include/
H A Dmath.h336 # undef isnan macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cmath.h72 #undef isnan macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h525 #undef isnan macro
551 isnan(_Tp __f) { return ::__gnu_cxx::__capture_isnan(__f); } function
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cmath.h72 #undef isnan macro
/openbsd-current/include/
H A Dmath.h119 #define isnan(x) \ macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h94 __DEVICE__ int isnan(float __x) { return ::__isnanf(__x); } function
95 __DEVICE__ int isnan(double __x) { return ::__isnan(__x); } function
108 __DEVICE__ bool isnan(float __x) { return ::__isnanf(__x); } function
109 __DEVICE__ bool isnan(double __x) { return ::__isnan(__x); } function
H A D__clang_hip_cmath.h90 __DEVICE__ __CONSTEXPR__ int isnan(float __x) { return ::__isnanf(__x); } function
91 __DEVICE__ __CONSTEXPR__ int isnan(double __x) { return ::__isnan(__x); } function
100 __DEVICE__ __CONSTEXPR__ bool isnan(float __x) { return ::__isnanf(__x); } function
101 __DEVICE__ __CONSTEXPR__ bool isnan(double __x) { return ::__isnan(__x); } function
H A D__clang_hip_math.h1271 #define isnan(__x) _Generic((__x), float : __isnanf, double : __isnan)(__x) macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h753 #undef isnan macro
779 isnan(_Tp __f) { return __capture_isnan(__f); } function in namespace:__gnu_cxx
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dacconfig.h163 # define isnan _isnan macro
/openbsd-current/gnu/gcc/gcc/
H A Dlibgcc2.c1769 #define isnan macro
[all...]
/openbsd-current/gnu/lib/libstdc++-v3/
H A Dconfig.h952 # define isnan _isnan macro
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32.h328 #define isnan _isnan /* ...same libraries as MSVC */ macro

Completed in 216 milliseconds