| /src/external/apache2/llvm/dist/libcxx/include/ |
| math.h | 146 bool isgreaterequal(arithmetic x, arithmetic y); 631 // isgreaterequal 633 #ifdef isgreaterequal 640 return isgreaterequal(__lcpp_x, __lcpp_y); 643 #undef isgreaterequal macro 653 isgreaterequal(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT 659 #endif // isgreaterequal
|
| /src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/ |
| math_c99.h | 67 #undef isgreaterequal macro 68 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/ |
| math_c99.h | 67 #undef isgreaterequal macro 68 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
|
| /src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
| math.h | 140 #define isgreaterequal(x, y) __builtin_isgreaterequal((x),(y)) macro
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/ |
| math.h | 140 #define isgreaterequal(x, y) __builtin_isgreaterequal((x),(y)) macro
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_cmath.h | 123 __DEVICE__ bool isgreaterequal(float __x, float __y) { function 126 __DEVICE__ bool isgreaterequal(double __x, double __y) { function 269 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreaterequal); 398 using ::isgreaterequal;
|
| __clang_hip_cmath.h | 63 __DEVICE__ bool isgreaterequal(float __x, float __y) { function 66 __DEVICE__ bool isgreaterequal(double __x, double __y) { function 455 __HIP_OVERLOAD2(bool, isgreaterequal) 621 using ::isgreaterequal;
|
| /src/include/ |
| math.h | 480 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
|