Searched refs:isgreater (Results 1 - 10 of 10) sorted by last modified time

/freebsd-11-stable/lib/msun/src/
H A Dmath.h117 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro
124 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
/freebsd-11-stable/lib/libc/gen/
H A DMakefile.inc233 isgreater.3 \
423 MLINKS+=isgreater.3 isgreaterequal.3 \
424 isgreater.3 isless.3 \
425 isgreater.3 islessequal.3 \
426 isgreater.3 islessgreater.3 \
427 isgreater.3 isunordered.3
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h145 bool isgreater(arithmetic x, arithmetic y);
582 // isgreater
584 #ifdef isgreater
591 return isgreater(__lcpp_x, __lcpp_y);
594 #undef isgreater macro
604 isgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
610 #endif // isgreater
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h10659 int __ovld __cnfn isgreater(float x, float y);
10660 int2 __ovld __cnfn isgreater(float2 x, float2 y);
10661 int3 __ovld __cnfn isgreater(float3 x, float3 y);
10662 int4 __ovld __cnfn isgreater(float4 x, float4 y);
10663 int8 __ovld __cnfn isgreater(float8 x, float8 y);
10664 int16 __ovld __cnfn isgreater(float16 x, float16 y);
10666 int __ovld __cnfn isgreater(double x, double y);
10667 long2 __ovld __cnfn isgreater(double2 x, double2 y);
10668 long3 __ovld __cnfn isgreater(double3 x, double3 y);
10669 long4 __ovld __cnfn isgreater(double
[all...]
H A D__clang_cuda_math_forward_declares.h115 __DEVICE__ bool isgreater(double, double);
118 __DEVICE__ bool isgreater(float, float);
253 using ::isgreater;
H A D__clang_cuda_cmath.h99 __DEVICE__ bool isgreater(float __x, float __y) { function
102 __DEVICE__ bool isgreater(double __x, double __y) { function
239 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreater);
368 using ::isgreater;
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7222 isgreater(0.0,0.0);
[all...]
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h75 #undef isgreater macro
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dmath.h66 using std::isgreater;
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h493 { return isgreater(__f1, __f2); }
528 #undef isgreater macro
563 isgreater(_Tp __f1, _Tp __f2) function

Completed in 260 milliseconds