/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | math.h | 334 # ifdef isgreater 335 # undef isgreater 420 using std::__math::isgreater;
|
H A D | cmath | 148 bool isgreater(arithmetic x, arithmetic y); 353 using ::isgreater _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/libc/gen/ |
H A D | Makefile.inc | 257 isgreater.3 \ 443 MLINKS+=isgreater.3 isgreaterequal.3 \ 444 isgreater.3 isless.3 \ 445 isgreater.3 islessequal.3 \ 446 isgreater.3 islessgreater.3 \ 447 isgreater.3 isunordered.3
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_math_forward_declares.h | 92 __DEVICE__ bool isgreater(double, double); 95 __DEVICE__ bool isgreater(float, float); 230 using ::isgreater;
|
H A D | __clang_cuda_cmath.h | 117 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater() function 120 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater() function 268 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreater); 397 using ::isgreater;
|
H A D | __clang_hip_cmath.h | 107 __DEVICE__ __CONSTEXPR__ bool isgreater(float __x, float __y) { in isgreater() function 110 __DEVICE__ __CONSTEXPR__ bool isgreater(double __x, double __y) { in isgreater() function 510 __HIP_OVERLOAD2(bool, isgreater) 680 using ::isgreater;
|
H A D | opencl-c.h | 10564 int __ovld __cnfn isgreater(float, float); 10565 int2 __ovld __cnfn isgreater(float2, float2); 10566 int3 __ovld __cnfn isgreater(float3, float3); 10567 int4 __ovld __cnfn isgreater(float4, float4); 10568 int8 __ovld __cnfn isgreater(float8, float8); 10569 int16 __ovld __cnfn isgreater(float16, float16); 10571 int __ovld __cnfn isgreater(double, double); 10572 long2 __ovld __cnfn isgreater(double2, double2); 10573 long3 __ovld __cnfn isgreater(double3, double3); 10574 long4 __ovld __cnfn isgreater(double4, double4); [all …]
|
/freebsd/lib/msun/src/ |
H A D | math.h | 100 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro 107 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
|
/freebsd/contrib/llvm-project/libcxx/include/__math/ |
H A D | traits.h | 139 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI bool isgreater(_A1 __x, _A2 __y) _NOEXCEPT { in isgreater() function
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 256 using ::isgreater _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | mathtest.c | 301 MFUNC(at_d, rt_i, isgreater, 0), 1093 case m_isgreater: intres = isgreater(d_arg1.f, d_arg2.f); break; in runtest() 1106 case m_isgreaterf: intres = isgreater(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 | 254 using std::isgreater _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/file/src/ |
H A D | softmagic.c | 2176 matched = isgreater(fv, fl); in magiccheck() 2209 matched = isgreater(dv, dl); in magiccheck()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 549 SYMBOL(isgreater, None, <math.h>)
|
H A D | StdSymbolMap.inc | 1805 SYMBOL(isgreater, std::, <cmath>) 1806 SYMBOL(isgreater, None, <cmath>) 1807 SYMBOL(isgreater, None, <math.h>)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 539 defm : DemangledNativeBuiltin<"isgreater", OpenCL_std, Relational, 2, 2, OpFOrdGreaterThan>;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 816 foreach name = ["isequal", "isnotequal", "isgreater", "isgreaterequal",
|