Searched refs:isgreaterequal (Results 1 - 10 of 10) 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/lib/libc/gen/
H A DMakefile.inc423 MLINKS+=isgreater.3 isgreaterequal.3 \
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h146 bool isgreaterequal(arithmetic x, arithmetic y);
612 // isgreaterequal
614 #ifdef isgreaterequal
621 return isgreaterequal(__lcpp_x, __lcpp_y);
624 #undef isgreaterequal macro
634 isgreaterequal(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
640 #endif // isgreaterequal
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h10685 int __ovld __cnfn isgreaterequal(float x, float y);
10686 int2 __ovld __cnfn isgreaterequal(float2 x, float2 y);
10687 int3 __ovld __cnfn isgreaterequal(float3 x, float3 y);
10688 int4 __ovld __cnfn isgreaterequal(float4 x, float4 y);
10689 int8 __ovld __cnfn isgreaterequal(float8 x, float8 y);
10690 int16 __ovld __cnfn isgreaterequal(float16 x, float16 y);
10692 int __ovld __cnfn isgreaterequal(double x, double y);
10693 long2 __ovld __cnfn isgreaterequal(double2 x, double2 y);
10694 long3 __ovld __cnfn isgreaterequal(double3 x, double3 y);
10695 long4 __ovld __cnfn isgreaterequal(double
[all...]
H A D__clang_cuda_math_forward_declares.h116 __DEVICE__ bool isgreaterequal(double, double);
117 __DEVICE__ bool isgreaterequal(float, float);
254 using ::isgreaterequal;
H A D__clang_cuda_cmath.h105 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
108 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
240 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreaterequal);
369 using ::isgreaterequal;
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7223 isgreaterequal(0.0,0.0);
[all...]
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h76 #undef isgreaterequal macro
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dmath.h67 using std::isgreaterequal;
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h498 { return isgreaterequal(__f1, __f2); }
529 #undef isgreaterequal macro
568 isgreaterequal(_Tp __f1, _Tp __f2) function

Completed in 277 milliseconds