Searched defs:isgreaterequal (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-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-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h624 #undef isgreaterequal macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h105 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
108 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h76 #undef isgreaterequal macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h529 #undef isgreaterequal macro
568 isgreaterequal(_Tp __f1, _Tp __f2) function

Completed in 232 milliseconds