Home
last modified time | relevance | path

Searched defs:isunordered (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h76 #define isunordered(x, y) __builtin_isunordered(x, y) macro
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h76 #define isunordered(x, y) __builtin_isunordered(x, y) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_cmath.h93 __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.h149 __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 Dmath.h144 #define isunordered(x, y) __builtin_isunordered((x),(y)) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dmath.d1647 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 Dmath.h465 #define isunordered( global() macro
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h773 isunordered(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isunordered() function