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

/openbsd-current/gnu/gcc/fixincludes/tests/base/iso/
H A Dmath_c99.h110 #undef isunordered macro
111 #define isunordered(x, y) __builtin_isunordered(x, y) macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
H A Dc99_classification_macros_c.cc57 void isunordered() { } function
H A Dc99_classification_macros_c++.cc56 void isunordered() { } function
/openbsd-current/gnu/llvm/libcxx/include/
H A Dmath.h364 # undef isunordered macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cmath.h80 #undef isunordered macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h533 #undef isunordered macro
588 isunordered(_Tp __f1, _Tp __f2) function
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cmath.h80 #undef isunordered macro
/openbsd-current/include/
H A Dmath.h110 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h149 __DEVICE__ bool isunordered(float __x, float __y) { function
152 __DEVICE__ bool isunordered(double __x, double __y) { function
H A D__clang_hip_cmath.h143 __DEVICE__ __CONSTEXPR__ bool isunordered(float __x, float __y) { function
146 __DEVICE__ __CONSTEXPR__ bool isunordered(double __x, double __y) { function
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h761 #undef isunordered macro
814 isunordered(_Tp __f1, _Tp __f2) function in namespace:__gnu_cxx

Completed in 203 milliseconds