Searched refs:islessgreater (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dmath.h70 using std::islessgreater;
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h79 #undef islessgreater macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h128 __DEVICE__ bool islessgreater(double, double);
129 __DEVICE__ bool islessgreater(float, float);
258 using ::islessgreater;
H A D__clang_cuda_cmath.h123 __DEVICE__ bool islessgreater(float __x, float __y) { function
126 __DEVICE__ bool islessgreater(double __x, double __y) { function
244 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, islessgreater);
372 using ::islessgreater;
H A Dopencl-c.h10764 int __ovld __cnfn islessgreater(float x, float y);
10765 int2 __ovld __cnfn islessgreater(float2 x, float2 y);
10766 int3 __ovld __cnfn islessgreater(float3 x, float3 y);
10767 int4 __ovld __cnfn islessgreater(float4 x, float4 y);
10768 int8 __ovld __cnfn islessgreater(float8 x, float8 y);
10769 int16 __ovld __cnfn islessgreater(float16 x, float16 y);
10771 int __ovld __cnfn islessgreater(double x, double y);
10772 long2 __ovld __cnfn islessgreater(double2 x, double2 y);
10773 long3 __ovld __cnfn islessgreater(double3 x, double3 y);
10774 long4 __ovld __cnfn islessgreater(double
[all...]
/freebsd-11-stable/lib/msun/src/
H A Dmath.h121 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro
128 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h512 { return islessgreater(__f1, __f2); }
532 #undef islessgreater macro
583 islessgreater(_Tp __f1, _Tp __f2) function
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h149 bool islessgreater(arithmetic x, arithmetic y);
702 // islessgreater
704 #ifdef islessgreater
711 return islessgreater(__lcpp_x, __lcpp_y);
714 #undef islessgreater macro
724 islessgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
730 #endif // islessgreater
/freebsd-11-stable/lib/libc/gen/
H A DMakefile.inc426 isgreater.3 islessgreater.3 \
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7226 islessgreater(0.0,0.0);
7227 islessgreater(0.0,0.0);
[all...]

Completed in 208 milliseconds