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

/openbsd-current/gnu/gcc/fixincludes/tests/base/iso/
H A Dmath_c99.h102 #undef isgreaterequal macro
103 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
H A Dc99_classification_macros_c.cc49 void isgreaterequal() { } function
H A Dc99_classification_macros_c++.cc48 void isgreaterequal() { } function
/openbsd-current/gnu/llvm/libcxx/include/
H A Dmath.h348 # undef isgreaterequal macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cmath.h76 #undef isgreaterequal macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h529 #undef isgreaterequal macro
568 isgreaterequal(_Tp __f1, _Tp __f2) function
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cmath.h76 #undef isgreaterequal macro
/openbsd-current/include/
H A Dmath.h105 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h123 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
126 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
H A D__clang_hip_cmath.h113 __DEVICE__ __CONSTEXPR__ bool isgreaterequal(float __x, float __y) { function
116 __DEVICE__ __CONSTEXPR__ bool isgreaterequal(double __x, double __y) { function
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h757 #undef isgreaterequal macro
795 isgreaterequal(_Tp __f1, _Tp __f2) function in namespace:__gnu_cxx

Completed in 219 milliseconds