Searched defs:isunordered (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/ |
H A D | math_c99.h | 76 #define isunordered(x, y) __builtin_isunordered(x, y) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/ |
H A D | math_c99.h | 76 #define isunordered(x, y) __builtin_isunordered(x, y) macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 93 __DEVICE__ bool isunordered(float __x, float __y) { in isunordered() function 96 __DEVICE__ bool isunordered(double __x, double __y) { in isunordered() function
|
H A D | __clang_cuda_cmath.h | 149 __DEVICE__ bool isunordered(float __x, float __y) { in isunordered() function 152 __DEVICE__ bool isunordered(double __x, double __y) { in isunordered() function
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
H A D | math.h | 144 #define isunordered(x, y) __builtin_isunordered((x),(y)) macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | math.d | 1647 pure int isunordered(float x, float y) { return isnan(x) || isnan(y); } in isunordered() function 1649 pure int isunordered(double x, double y) { return isnan(x) || isnan(y); } in isunordered() function 1651 pure int isunordered(real x, real y) { return isnan(x) || isnan(y); } in isunordered() function
|
/netbsd-src/include/ |
H A D | math.h | 465 #define isunordered( global() macro
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 773 isunordered(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isunordered() function
|