Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDmath.h338 # ifdef isgreaterequal
339 # undef isgreaterequal
421 using std::__math::isgreaterequal;
HDcmath149 bool isgreaterequal(arithmetic x, arithmetic y);
354 using ::isgreaterequal _LIBCPP_USING_IF_EXISTS;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HD__clang_cuda_math_forward_declares.h93 __DEVICE__ bool isgreaterequal(double, double);
94 __DEVICE__ bool isgreaterequal(float, float);
231 using ::isgreaterequal;
HD__clang_cuda_cmath.h123 __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;
HD__clang_hip_cmath.h113 __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;
HDopencl-c.h10590 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-13-stable/lib/msun/src/
HDmath.h108 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
115 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__math/
HDtraits.h147 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI bool isgreaterequal(_A1 __x, _A2 __y) _NOEXCEPT { in isgreaterequal() function
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std.compat/
HDcmath.inc257 using ::isgreaterequal _LIBCPP_USING_IF_EXISTS;
/freebsd-13-stable/lib/libc/gen/
HDMakefile.inc457 MLINKS+=isgreater.3 isgreaterequal.3 \
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/
HDcmath.inc255 using std::isgreaterequal _LIBCPP_USING_IF_EXISTS;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDCSymbolMap.inc550 SYMBOL(isgreaterequal, None, <math.h>)
HDStdSymbolMap.inc1808 SYMBOL(isgreaterequal, std::, <cmath>)
1809 SYMBOL(isgreaterequal, None, <cmath>)
1810 SYMBOL(isgreaterequal, None, <math.h>)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVBuiltins.td541 defm : DemangledNativeBuiltin<"isgreaterequal", OpenCL_std, Relational, 2, 2, OpFOrdGreaterThanEqua…
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDOpenCLBuiltins.td816 foreach name = ["isequal", "isnotequal", "isgreater", "isgreaterequal",