Home
last modified time | relevance | path

Searched refs:isgreaterequal (Results 1 – 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
HD__clang_cuda_math_forward_declares.h116 __DEVICE__ bool isgreaterequal(double, double);
117 __DEVICE__ bool isgreaterequal(float, float);
254 using ::isgreaterequal;
HD__clang_cuda_cmath.h105 __DEVICE__ bool isgreaterequal(float __x, float __y) { in isgreaterequal() function
108 __DEVICE__ bool isgreaterequal(double __x, double __y) { in isgreaterequal() function
240 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreaterequal);
369 using ::isgreaterequal;
HDopencl-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(double4 x, double4 y);
[all …]
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
Dmath.h67 using std::isgreaterequal;
/freebsd-11-stable/contrib/libstdc++/include/c_std/
Dstd_cmath.h498 { return isgreaterequal(__f1, __f2); } in __capture_isgreaterequal()
529 #undef isgreaterequal
568 isgreaterequal(_Tp __f1, _Tp __f2) in isgreaterequal() function
/freebsd-11-stable/lib/msun/src/
HDmath.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/libstdc++/include/c/
Dstd_cmath.h76 #undef isgreaterequal
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDmath.h614 #ifdef isgreaterequal
621 return isgreaterequal(__lcpp_x, __lcpp_y); in __libcpp_isgreaterequal()
624 #undef isgreaterequal
634 isgreaterequal(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isgreaterequal() function
HDcmath149 bool isgreaterequal(arithmetic x, arithmetic y);
324 using ::isgreaterequal;
/freebsd-11-stable/lib/libc/gen/
HDMakefile.inc423 MLINKS+=isgreater.3 isgreaterequal.3 \
/freebsd-11-stable/contrib/llvm-project/libcxx/include/experimental/
HDsimd572 template <class Abi> simd_mask<float, Abi> isgreaterequal(floatv<Abi> x, floatv<Abi> y);
573 template <class Abi> simd_mask<double, Abi> isgreaterequal(doublev<Abi> x, doublev<Abi> y);
574 template <class Abi> simd_mask<long double, Abi> isgreaterequal(ldoublev<Abi> x, ldoublev<Abi> y);
/freebsd-11-stable/contrib/libstdc++/include/tr1/
Dcmath320 using std::isgreaterequal;
/freebsd-11-stable/contrib/gcc/
HDbuiltins.def655 DEF_GCC_BUILTIN (BUILT_IN_ISGREATEREQUAL, "isgreaterequal", BT_FN_INT_VAR, ATTR_CONST_NOTHRO…
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDOpenCLBuiltins.td674 foreach name = ["isequal", "isnotequal", "isgreater", "isgreaterequal",
/freebsd-11-stable/contrib/libstdc++/
Dacinclude.m4824 isgreaterequal(0.0,0.0);
Dconfigure7223 isgreaterequal(0.0,0.0);
/freebsd-11-stable/contrib/gcc/doc/
HDextend.texi5864 @code{isgreaterequal}, @code{isless}, @code{islessequal},