Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
H A Dc99_classification_macros_c.cc57 void isunordered() { } in isunordered() function
H A Dc99_classification_macros_c++.cc56 void isunordered() { } in isunordered() function
/openbsd-src/gnu/gcc/fixincludes/tests/base/iso/
H A Dmath_c99.h111 #define isunordered(x, y) __builtin_isunordered(x, y) macro
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_hip_cmath.h143 __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.h149 __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 Dmath.h110 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h588 isunordered(_Tp __f1, _Tp __f2) in isunordered() function
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs430 # 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 Dstd_cmath.h814 isunordered(_Tp __f1, _Tp __f2) in isunordered() function
/openbsd-src/gnu/llvm/libcxx/include/
H A Dmath.h535 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isunordered(_A1 __x, _A2 __y) _NOEXCEPT { in isunordered() function