| /src/external/apache2/llvm/dist/libcxx/include/ |
| math.h | 149 bool islessgreater(arithmetic x, arithmetic y); 721 // islessgreater 723 #ifdef islessgreater 730 return islessgreater(__lcpp_x, __lcpp_y); 733 #undef islessgreater macro 743 islessgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT 749 #endif // islessgreater
|
| /src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/ |
| math_c99.h | 73 #undef islessgreater macro 74 #define islessgreater(x, y) __builtin_islessgreater(x, y) macro
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/ |
| math_c99.h | 73 #undef islessgreater macro 74 #define islessgreater(x, y) __builtin_islessgreater(x, y) macro
|
| /src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
| math.h | 143 #define islessgreater(x, y) __builtin_islessgreater((x),(y)) macro
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/ |
| math.h | 143 #define islessgreater(x, y) __builtin_islessgreater((x),(y)) macro
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_cmath.h | 141 __DEVICE__ bool islessgreater(float __x, float __y) { function 144 __DEVICE__ bool islessgreater(double __x, double __y) { function 273 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, islessgreater); 401 using ::islessgreater;
|
| __clang_hip_cmath.h | 83 __DEVICE__ bool islessgreater(float __x, float __y) { function 86 __DEVICE__ bool islessgreater(double __x, double __y) { function 459 __HIP_OVERLOAD2(bool, islessgreater) 624 using ::islessgreater;
|
| /src/include/ |
| math.h | 483 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
|