Searched refs:isless (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dmath.h68 using std::isless;
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h77 #undef isless macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h124 __DEVICE__ bool isless(double, double);
127 __DEVICE__ bool isless(float, float);
256 using ::isless;
H A D__clang_cuda_cmath.h111 __DEVICE__ bool isless(float __x, float __y) { function
114 __DEVICE__ bool isless(double __x, double __y) { function
242 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isless);
370 using ::isless;
H A Dopencl-c.h10711 int __ovld __cnfn isless(float x, float y);
10712 int2 __ovld __cnfn isless(float2 x, float2 y);
10713 int3 __ovld __cnfn isless(float3 x, float3 y);
10714 int4 __ovld __cnfn isless(float4 x, float4 y);
10715 int8 __ovld __cnfn isless(float8 x, float8 y);
10716 int16 __ovld __cnfn isless(float16 x, float16 y);
10718 int __ovld __cnfn isless(double x, double y);
10719 long2 __ovld __cnfn isless(double2 x, double2 y);
10720 long3 __ovld __cnfn isless(double3 x, double3 y);
10721 long4 __ovld __cnfn isless(double
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-ldouble.c57 #define isless(x, y) __builtin_isless (x, y) macro
62 #define nonfinite(a) unlikely (! isless (fabs (a), inf ()))
/freebsd-11-stable/lib/msun/src/
H A Dmath.h119 #define isless(x, y) __builtin_isless((x), (y)) macro
126 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h502 __capture_isless(_Tp __f1, _Tp __f2) { return isless(__f1, __f2); }
530 #undef isless macro
573 isless(_Tp __f1, _Tp __f2) function
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h147 bool isless(arithmetic x, arithmetic y);
642 // isless
644 #ifdef isless
651 return isless(__lcpp_x, __lcpp_y);
654 #undef isless macro
664 isless(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
670 #endif // isless
/freebsd-11-stable/lib/libc/gen/
H A DMakefile.inc424 isgreater.3 isless.3 \
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7224 isless(0.0,0.0);
[all...]

Completed in 308 milliseconds