Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dmath.h338 # ifdef isgreaterequal
339 # undef isgreaterequal
421 using std::__math::isgreaterequal;
H A Dcmath149 bool isgreaterequal(arithmetic x, arithmetic y);
345 using ::isgreaterequal _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h93 __DEVICE__ bool isgreaterequal(double, double);
94 __DEVICE__ bool isgreaterequal(float, float);
231 using ::isgreaterequal;
H A D__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;
H A D__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;
H A Dopencl-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);
10597 int __ovld __cnfn isgreaterequal(double, double);
10605 int __ovld __cnfn isgreaterequal(half, half);
10606 short2 __ovld __cnfn isgreaterequal(half2, half2);
10607 short3 __ovld __cnfn isgreaterequal(half3, half3);
10608 short4 __ovld __cnfn isgreaterequal(half4, half4);
[all …]
/freebsd/lib/msun/src/
H A Dmath.h106 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
113 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dtraits.h135 _LIBCPP_NODISCARD_EXT 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 Dcmath.inc257 using ::isgreaterequal;
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c301 MFUNC(at_d, rt_i, isgreaterequal, 0),
1093 case m_isgreaterequal: intres = isgreaterequal(d_arg1.f, d_arg2.f); break; in runtest()
1106 case m_isgreaterequalf: intres = isgreaterequal(s_arg1.f, s_arg2.f); break; in runtest()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc255 using std::isgreaterequal;
/freebsd/lib/libc/gen/
H A DMakefile.inc441 MLINKS+=isgreater.3 isgreaterequal.3 \
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc550 SYMBOL(isgreaterequal, None, <math.h>)
H A DStdSymbolMap.inc1808 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 DSPIRVBuiltins.td469 defm : DemangledNativeBuiltin<"isgreaterequal", OpenCL_std, Relational, 2, 2, OpFOrdGreaterThanEqua…
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td816 foreach name = ["isequal", "isnotequal", "isgreater", "isgreaterequal",