/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | math.h | 338 # ifdef isgreaterequal 339 # undef isgreaterequal 421 using std::__math::isgreaterequal;
|
H A D | cmath | 149 bool isgreaterequal(arithmetic x, arithmetic y); 354 using ::isgreaterequal _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_math_forward_declares.h | 93 __DEVICE__ bool isgreaterequal(double, double); 94 __DEVICE__ bool isgreaterequal(float, float); 231 using ::isgreaterequal;
|
H A D | __clang_cuda_cmath.h | 123 __DEVICE__ bool isgreaterequal(float __x, float __y) { in isgreaterequal() function 126 __DEVICE__ bool isgreaterequal(double __x, double __y) { in isgreaterequal() function 269 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreaterequal); 398 using ::isgreaterequal;
|
H A D | __clang_hip_cmath.h | 113 __DEVICE__ __CONSTEXPR__ bool isgreaterequal(float __x, float __y) { in isgreaterequal() function 116 __DEVICE__ __CONSTEXPR__ bool isgreaterequal(double __x, double __y) { in isgreaterequal() function 511 __HIP_OVERLOAD2(bool, isgreaterequal) 681 using ::isgreaterequal;
|
H A D | opencl-c.h | 10590 int __ovld __cnfn isgreaterequal(float, float); 10591 int2 __ovld __cnfn isgreaterequal(float2, float2); 10592 int3 __ovld __cnfn isgreaterequal(float3, float3); 10593 int4 __ovld __cnfn isgreaterequal(float4, float4); 10594 int8 __ovld __cnfn isgreaterequal(float8, float8); 10595 int16 __ovld __cnfn isgreaterequal(float16, float16); 10597 int __ovld __cnfn isgreaterequal(double, double); 10598 long2 __ovld __cnfn isgreaterequal(double2, double2); 10599 long3 __ovld __cnfn isgreaterequal(double3, double3); 10600 long4 __ovld __cnfn isgreaterequal(double4, double4); [all …]
|
/freebsd/lib/msun/src/ |
H A D | math.h | 101 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro 108 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
|
/freebsd/contrib/llvm-project/libcxx/include/__math/ |
H A D | traits.h | 147 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI bool isgreaterequal(_A1 __x, _A2 __y) _NOEXCEPT { in isgreaterequal() function
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 257 using ::isgreaterequal _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | mathtest.c | 302 MFUNC(at_d, rt_i, isgreaterequal, 0), 1094 case m_isgreaterequal: intres = isgreaterequal(d_arg1.f, d_arg2.f); break; in runtest() 1107 case m_isgreaterequalf: intres = isgreaterequal(s_arg1.f, s_arg2.f); break; in runtest()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 255 using std::isgreaterequal _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/libc/gen/ |
H A D | Makefile.inc | 443 MLINKS+=isgreater.3 isgreaterequal.3 \
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 550 SYMBOL(isgreaterequal, None, <math.h>)
|
H A D | StdSymbolMap.inc | 1808 SYMBOL(isgreaterequal, std::, <cmath>) 1809 SYMBOL(isgreaterequal, None, <cmath>) 1810 SYMBOL(isgreaterequal, None, <math.h>)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 541 defm : DemangledNativeBuiltin<"isgreaterequal", OpenCL_std, Relational, 2, 2, OpFOrdGreaterThanEqua…
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 816 foreach name = ["isequal", "isnotequal", "isgreater", "isgreaterequal",
|