Home
last modified time | relevance | path

Searched defs:isgreater (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
/netbsd/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
/netbsd/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_cmath.h57 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater() function
60 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater() function
H A D__clang_cuda_cmath.h117 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater() function
120 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater() function
/netbsd/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dmath.h138 #define isgreater(x, y) __builtin_isgreater((x),(y)) macro
/netbsd/include/
H A Dmath.h466 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h623 isgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isgreater() function