Searched refs:islessequal (Results 1 - 10 of 10) sorted by path

/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7225 islessequal(0.0,0.0);
[all...]
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h78 #undef islessequal macro
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dmath.h69 using std::islessequal;
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h507 { return islessequal(__f1, __f2); }
531 #undef islessequal macro
578 islessequal(_Tp __f1, _Tp __f2) function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h117 __DEVICE__ bool islessequal(float __x, float __y) { function
120 __DEVICE__ bool islessequal(double __x, double __y) { function
243 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, islessequal);
371 using ::islessequal;
H A D__clang_cuda_math_forward_declares.h125 __DEVICE__ bool islessequal(double, double);
126 __DEVICE__ bool islessequal(float, float);
257 using ::islessequal;
H A Dopencl-c.h10737 int __ovld __cnfn islessequal(float x, float y);
10738 int2 __ovld __cnfn islessequal(float2 x, float2 y);
10739 int3 __ovld __cnfn islessequal(float3 x, float3 y);
10740 int4 __ovld __cnfn islessequal(float4 x, float4 y);
10741 int8 __ovld __cnfn islessequal(float8 x, float8 y);
10742 int16 __ovld __cnfn islessequal(float16 x, float16 y);
10744 int __ovld __cnfn islessequal(double x, double y);
10745 long2 __ovld __cnfn islessequal(double2 x, double2 y);
10746 long3 __ovld __cnfn islessequal(double3 x, double3 y);
10747 long4 __ovld __cnfn islessequal(double
[all...]
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h148 bool islessequal(arithmetic x, arithmetic y);
672 // islessequal
674 #ifdef islessequal
681 return islessequal(__lcpp_x, __lcpp_y);
684 #undef islessequal macro
694 islessequal(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
700 #endif // islessequal
/freebsd-11-stable/lib/libc/gen/
H A DMakefile.inc425 isgreater.3 islessequal.3 \
/freebsd-11-stable/lib/msun/src/
H A Dmath.h120 #define islessequal(x, y) __builtin_islessequal((x), (y)) macro
127 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) macro

Completed in 409 milliseconds