| /src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/ |
| math_c99.h | 69 #undef isless macro 70 #define isless(x, y) __builtin_isless(x, y) macro
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/ |
| math_c99.h | 69 #undef isless macro 70 #define isless(x, y) __builtin_isless(x, y) macro
|
| /src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
| math.h | 141 #define isless(x, y) __builtin_isless((x),(y)) macro
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/ |
| math.h | 141 #define isless(x, y) __builtin_isless((x),(y)) macro
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_math_forward_declares.h | 101 __DEVICE__ bool isless(double, double); 104 __DEVICE__ bool isless(float, float); 233 using ::isless;
|
| __clang_cuda_cmath.h | 129 __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;
|
| __clang_hip_cmath.h | 71 __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;
|
| opencl-c.h | 10621 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(double4 x, double4 y) [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| ibm-ldouble.c | 53 #define isless(x, y) __builtin_isless (x, y) macro 58 #define nonfinite(a) unlikely (! isless (fabs (a), inf ()))
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
| ibm-ldouble.c | 53 #define isless(x, y) __builtin_isless (x, y) macro 58 #define nonfinite(a) unlikely (! isless (fabs (a), inf ()))
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| math.h | 71 using std::isless;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| math.h | 71 using std::isless;
|
| /src/include/ |
| math.h | 481 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
|
| /src/external/apache2/llvm/dist/libcxx/include/ |
| math.h | 147 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
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| math.d | 266 //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; }
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| simd_scalar.h | 617 { return std::isless(__x, __y); }
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| simd_scalar.h | 617 { return std::isless(__x, __y); }
|
| /src/external/bsd/file/dist/src/ |
| softmagic.c | 2182 matched = isless(fv, fl); 2215 matched = isless(dv, dl);
|
| /src/external/gpl3/gcc/dist/fixincludes/ |
| inclhack.def | 4241 "#undef isless\n" 4242 "#define isless(x, y) ((x) __builtin_isless(y))\n" 5400 #define isless(x, y) __builtin_isless((x),(y))
|
| /src/external/gpl3/gcc.old/dist/fixincludes/ |
| inclhack.def | 4108 "#undef isless\n" 4109 "#define isless(x, y) ((x) __builtin_isless(y))\n" 5266 #define isless(x, y) __builtin_isless((x),(y))
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/ |
| configure | 17510 i = isless(d1, d2); 17546 i = isless(d1, d2); 18382 i = isless(d1, d2); 18418 i = isless(d1, d2); [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
| configure | 17325 i = isless(d1, d2); 17361 i = isless(d1, d2); 18001 i = isless(d1, d2); 18037 i = isless(d1, d2); [all...] |