| /src/external/apache2/llvm/dist/libcxx/include/ |
| math.h | 145 bool isgreater(arithmetic x, arithmetic y); 601 // isgreater 603 #ifdef isgreater 610 return isgreater(__lcpp_x, __lcpp_y); 613 #undef isgreater macro 623 isgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT 629 #endif // isgreater
|
| /src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/ |
| math_c99.h | 65 #undef isgreater macro 66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/ |
| math_c99.h | 65 #undef isgreater macro 66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
|
| /src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
| math.h | 139 #define isgreater(x, y) __builtin_isgreater((x),(y)) macro
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/ |
| math.h | 139 #define isgreater(x, y) __builtin_isgreater((x),(y)) macro
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_cmath.h | 117 __DEVICE__ bool isgreater(float __x, float __y) { function 120 __DEVICE__ bool isgreater(double __x, double __y) { function 268 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreater); 397 using ::isgreater;
|
| __clang_hip_cmath.h | 57 __DEVICE__ bool isgreater(float __x, float __y) { function 60 __DEVICE__ bool isgreater(double __x, double __y) { function 454 __HIP_OVERLOAD2(bool, isgreater) 620 using ::isgreater;
|
| /src/include/ |
| math.h | 479 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
|