Home
last modified time | relevance | path

Searched refs:islessgreater (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Dmath.h350 # ifdef islessgreater
351 # undef islessgreater
425 using std::__math::islessgreater;
H A Dcmath152 bool islessgreater(arithmetic x, arithmetic y);
357 using ::islessgreater _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h105 __DEVICE__ bool islessgreater(double, double);
106 __DEVICE__ bool islessgreater(float, float);
235 using ::islessgreater;
H A D__clang_cuda_cmath.h141 __DEVICE__ bool islessgreater(float __x, float __y) { in islessgreater() function
144 __DEVICE__ bool islessgreater(double __x, double __y) { in islessgreater() function
273 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, islessgreater);
401 using ::islessgreater;
H A D__clang_hip_cmath.h131 __DEVICE__ __CONSTEXPR__ bool islessgreater(float __x, float __y) { in islessgreater() function
134 __DEVICE__ __CONSTEXPR__ bool islessgreater(double __x, double __y) { in islessgreater() function
515 __HIP_OVERLOAD2(bool, islessgreater)
684 using ::islessgreater;
H A Dopencl-c.h10669 int __ovld __cnfn islessgreater(float, float);
10670 int2 __ovld __cnfn islessgreater(float2, float2);
10671 int3 __ovld __cnfn islessgreater(float3, float3);
10672 int4 __ovld __cnfn islessgreater(float4, float4);
10673 int8 __ovld __cnfn islessgreater(float8, float8);
10674 int16 __ovld __cnfn islessgreater(float16, float16);
10676 int __ovld __cnfn islessgreater(double, double);
10677 long2 __ovld __cnfn islessgreater(double2, double2);
10678 long3 __ovld __cnfn islessgreater(double3, double3);
10679 long4 __ovld __cnfn islessgreater(double4, double4);
[all …]
/freebsd/lib/msun/src/
H A Dmath.h104 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro
111 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dtraits.h171 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI bool islessgreater(_A1 __x, _A2 __y) _NOEXCEPT { in islessgreater() function
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc261 using ::islessgreater _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c311 MFUNC(at_d, rt_i, islessgreater, 0),
1097 case m_islessgreater: intres = islessgreater(d_arg1.f, d_arg2.f); break; in runtest()
1110 case m_islessgreaterf: intres = islessgreater(s_arg1.f, s_arg2.f); break; in runtest()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc259 using std::islessgreater _LIBCPP_USING_IF_EXISTS;
/freebsd/lib/libc/gen/
H A DMakefile.inc446 isgreater.3 islessgreater.3 \
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc554 SYMBOL(islessgreater, None, <math.h>)
H A DStdSymbolMap.inc1820 SYMBOL(islessgreater, std::, <cmath>)
1821 SYMBOL(islessgreater, None, <cmath>)
1822 SYMBOL(islessgreater, None, <math.h>)
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td547 defm : DemangledNativeBuiltin<"islessgreater", OpenCL_std, Relational, 2, 2, OpFOrdNotEqual>;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td817 "isless", "islessequal", "islessgreater", "isordered",