Searched defs:isunordered (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h75 #undef isunordered macro
76 #define isunordered(x, y) __builtin_isunordered(x, y) macro
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h75 #undef isunordered macro
76 #define isunordered(x, y) __builtin_isunordered(x, y) macro
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h763 #undef isunordered macro
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dmath.h143 #define isunordered(x, y) __builtin_isunordered((x),(y)) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_cmath.h93 __DEVICE__ bool isunordered(float __x, float __y) { function
96 __DEVICE__ bool isunordered(double __x, double __y) { function
H A D__clang_cuda_cmath.h149 __DEVICE__ bool isunordered(float __x, float __y) { function
152 __DEVICE__ bool isunordered(double __x, double __y) { function
/netbsd-current/include/
H A Dmath.h465 #define isunordered(x, y) (isnan(x) || isnan(y)) macro

Completed in 139 milliseconds