Home
last modified time | relevance | path

Searched defs:isgreaterequal (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h68 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h68 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_cmath.h63 __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.h123 __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 Dmath.h140 #define isgreaterequal(x, y) __builtin_isgreaterequal((x),(y)) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dmath.d1615 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 Dmath.h467 #define isgreaterequal( global() macro
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h653 isgreaterequal(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isgreaterequal() function