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

/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h69 #undef isless macro
70 #define isless(x, y) __builtin_isless(x, y) macro
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h69 #undef isless macro
70 #define isless(x, y) __builtin_isless(x, y) macro
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dmath.h141 #define isless(x, y) __builtin_isless((x),(y)) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h101 __DEVICE__ bool isless(double, double);
104 __DEVICE__ bool isless(float, float);
233 using ::isless;
H A D__clang_cuda_cmath.h129 __DEVICE__ bool isless(float __x, float __y) { function
132 __DEVICE__ bool isless(double __x, double __y) { function
271 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isless);
399 using ::isless;
H A D__clang_hip_cmath.h71 __DEVICE__ bool isless(float __x, float __y) { function
74 __DEVICE__ bool isless(double __x, double __y) { function
457 __HIP_OVERLOAD2(bool, isless)
622 using ::isless;
H A Dopencl-c.h10621 int __ovld __cnfn isless(float x, float y);
10622 int2 __ovld __cnfn isless(float2 x, float2 y);
10623 int3 __ovld __cnfn isless(float3 x, float3 y);
10624 int4 __ovld __cnfn isless(float4 x, float4 y);
10625 int8 __ovld __cnfn isless(float8 x, float8 y);
10626 int16 __ovld __cnfn isless(float16 x, float16 y);
10628 int __ovld __cnfn isless(double x, double y);
10629 long2 __ovld __cnfn isless(double2 x, double2 y);
10630 long3 __ovld __cnfn isless(double3 x, double3 y);
10631 long4 __ovld __cnfn isless(double
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dibm-ldouble.c53 #define isless(x, y) __builtin_isless (x, y) macro
58 #define nonfinite(a) unlikely (! isless (fabs (a), inf ()))
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dibm-ldouble.c53 #define isless(x, y) __builtin_isless (x, y) macro
58 #define nonfinite(a) unlikely (! isless (fabs (a), inf ()))
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h71 using std::isless;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h71 using std::isless;
/netbsd-current/include/
H A Dmath.h468 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h147 bool isless(arithmetic x, arithmetic y);
661 // isless
663 #ifdef isless
670 return isless(__lcpp_x, __lcpp_y);
673 #undef isless macro
683 isless(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
689 #endif // isless
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dmath.d266 //int isless(real-floating x, real-floating y);
267 pure int isless(float x, float y);
268 pure int isless(double x, double y);
269 pure int isless(real x, real y);
1621 //int isless(real-floating x, real-floating y);
1623 pure int isless(float x, float y) { return x < y; }
1625 pure int isless(double x, double y) { return x < y; }
1627 pure int isless(real x, real y) { return x < y; }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_scalar.h617 { return std::isless(__x, __y); }
/netbsd-current/external/bsd/file/dist/src/
H A Dsoftmagic.c2182 matched = isless(fv, fl);
2215 matched = isless(dv, dl);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure17179 i = isless(d1, d2);
17215 i = isless(d1, d2);
17860 i = isless(d1, d2);
17896 i = isless(d1, d2);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure17325 i = isless(d1, d2);
17361 i = isless(d1, d2);
18001 i = isless(d1, d2);
18037 i = isless(d1, d2);
[all...]

Completed in 440 milliseconds