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

/openbsd-current/gnu/gcc/fixincludes/tests/base/iso/
H A Dmath_c99.h100 #undef isgreater macro
101 #define isgreater(x, y) __builtin_isgreater(x, y) macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
H A Dc99_classification_macros_c.cc47 void isgreater() { } function
H A Dc99_classification_macros_c++.cc46 void isgreater() { } function
/openbsd-current/gnu/llvm/libcxx/include/
H A Dmath.h344 # undef isgreater macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cmath.h75 #undef isgreater macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h528 #undef isgreater macro
563 isgreater(_Tp __f1, _Tp __f2) function
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cmath.h75 #undef isgreater macro
/openbsd-current/include/
H A Dmath.h104 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h117 __DEVICE__ bool isgreater(float __x, float __y) { function
120 __DEVICE__ bool isgreater(double __x, double __y) { function
H A D__clang_hip_cmath.h107 __DEVICE__ __CONSTEXPR__ bool isgreater(float __x, float __y) { function
110 __DEVICE__ __CONSTEXPR__ bool isgreater(double __x, double __y) { function
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h756 #undef isgreater macro
791 isgreater(_Tp __f1, _Tp __f2) { return __capture_isgreater(__f1, __f2); } function in namespace:__gnu_cxx

Completed in 248 milliseconds