Searched defs:isunordered (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/ |
H A D | c99_classification_macros_c.cc | 57 void isunordered() { } in isunordered() function
|
H A D | c99_classification_macros_c++.cc | 56 void isunordered() { } in isunordered() function
|
/openbsd-src/gnu/gcc/fixincludes/tests/base/iso/ |
H A D | math_c99.h | 111 #define isunordered(x, y) __builtin_isunordered(x, y) macro
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 143 __DEVICE__ __CONSTEXPR__ bool isunordered(float __x, float __y) { in isunordered() function 146 __DEVICE__ __CONSTEXPR__ 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
|
/openbsd-src/include/ |
H A D | math.h | 110 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cmath.h | 588 isunordered(_Tp __f1, _Tp __f2) in isunordered() function
|
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/ |
H A D | POSIX.xs | 430 # define isunordered(x, y) (Perl_isnan(x) || Perl_isnan(y)) macro 432 # define isunordered(x, y) unordered(x, y) macro [all...] |
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cmath.h | 814 isunordered(_Tp __f1, _Tp __f2) in isunordered() function
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | math.h | 535 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isunordered(_A1 __x, _A2 __y) _NOEXCEPT { in isunordered() function
|