| /freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | __clang_cuda_math_forward_declares.h | 116 __DEVICE__ bool isgreaterequal(double, double); 117 __DEVICE__ bool isgreaterequal(float, float); 254 using ::isgreaterequal;
|
| HD | __clang_cuda_cmath.h | 105 __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;
|
| HD | opencl-c.h | 10685 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/ |
| D | math.h | 67 using std::isgreaterequal;
|
| /freebsd-11-stable/contrib/libstdc++/include/c_std/ |
| D | std_cmath.h | 498 { 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/ |
| HD | math.h | 118 #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/ |
| D | std_cmath.h | 76 #undef isgreaterequal
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/include/ |
| HD | math.h | 614 #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
|
| HD | cmath | 149 bool isgreaterequal(arithmetic x, arithmetic y); 324 using ::isgreaterequal;
|
| /freebsd-11-stable/lib/libc/gen/ |
| HD | Makefile.inc | 423 MLINKS+=isgreater.3 isgreaterequal.3 \
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/include/experimental/ |
| HD | simd | 572 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/ |
| D | cmath | 320 using std::isgreaterequal;
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | builtins.def | 655 DEF_GCC_BUILTIN (BUILT_IN_ISGREATEREQUAL, "isgreaterequal", BT_FN_INT_VAR, ATTR_CONST_NOTHRO…
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | OpenCLBuiltins.td | 674 foreach name = ["isequal", "isnotequal", "isgreater", "isgreaterequal",
|
| /freebsd-11-stable/contrib/libstdc++/ |
| D | acinclude.m4 | 824 isgreaterequal(0.0,0.0);
|
| D | configure | 7223 isgreaterequal(0.0,0.0);
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | extend.texi | 5864 @code{isgreaterequal}, @code{isless}, @code{islessequal},
|