Searched defs:isgreaterequal (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h622 #undef isgreaterequal macro
/freebsd-13-stable/lib/msun/src/
H A Dmath.h118 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
125 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h90 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
93 __DEVICE__ bool isgreaterequal(double __x, double __y) { function

Completed in 84 milliseconds