Searched defs:isgreater (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/ |
H A D | math_c99.h | 66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/ |
H A D | math_c99.h | 66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 57 __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.h | 117 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater() function 120 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater() function
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
H A D | math.h | 139 #define isgreater(x, y) __builtin_isgreater((x),(y)) macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | math.d | 1607 pure int isgreater(float x, float y) { return x > y; } in isgreater() function 1609 pure int isgreater(double x, double y) { return x > y; } in isgreater() function 1611 pure int isgreater(real x, real y) { return x > y; } in isgreater() function
|
/netbsd-src/include/ |
H A D | math.h | 466 #define isgreater( global() macro
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 623 isgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isgreater() function
|