Searched defs:isgreaterequal (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/ |
H A D | math_c99.h | 68 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/ |
H A D | math_c99.h | 68 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 63 __DEVICE__ bool isgreaterequal(float __x, float __y) { in isgreaterequal() function 66 __DEVICE__ bool isgreaterequal(double __x, double __y) { in isgreaterequal() function
|
H A D | __clang_cuda_cmath.h | 123 __DEVICE__ bool isgreaterequal(float __x, float __y) { in isgreaterequal() function 126 __DEVICE__ bool isgreaterequal(double __x, double __y) { in isgreaterequal() function
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
H A D | math.h | 140 #define isgreaterequal(x, y) __builtin_isgreaterequal((x),(y)) macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | math.d | 1615 pure int isgreaterequal(float x, float y) { return x >= y; } in isgreaterequal() function 1617 pure int isgreaterequal(double x, double y) { return x >= y; } in isgreaterequal() function 1619 pure int isgreaterequal(real x, real y) { return x >= y; } in isgreaterequal() function
|
/netbsd-src/include/ |
H A D | math.h | 467 #define isgreaterequal( global() macro
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 653 isgreaterequal(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isgreaterequal() function
|