Home
last modified time | relevance | path

Searched refs:isgreater (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Dmath.h334 # ifdef isgreater
335 # undef isgreater
420 using std::__math::isgreater;
H A Dcmath148 bool isgreater(arithmetic x, arithmetic y);
353 using ::isgreater _LIBCPP_USING_IF_EXISTS;
/freebsd/lib/libc/gen/
H A DMakefile.inc257 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.h92 __DEVICE__ bool isgreater(double, double);
95 __DEVICE__ bool isgreater(float, float);
230 using ::isgreater;
H A D__clang_cuda_cmath.h117 __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.h107 __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 Dopencl-c.h10564 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 Dmath.h100 #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 Dtraits.h139 _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 Dcmath.inc256 using ::isgreater _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c301 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 Dcmath.cppm
H A Dcmath.inc254 using std::isgreater _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/file/src/
H A Dsoftmagic.c2176 matched = isgreater(fv, fl); in magiccheck()
2209 matched = isgreater(dv, dl); in magiccheck()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc549 SYMBOL(isgreater, None, <math.h>)
H A DStdSymbolMap.inc1805 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 DSPIRVBuiltins.td539 defm : DemangledNativeBuiltin<"isgreater", OpenCL_std, Relational, 2, 2, OpFOrdGreaterThan>;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td816 foreach name = ["isequal", "isnotequal", "isgreater", "isgreaterequal",