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

/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h73 #undef islessgreater macro
74 #define islessgreater(x, y) __builtin_islessgreater(x, y) macro
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h73 #undef islessgreater macro
74 #define islessgreater(x, y) __builtin_islessgreater(x, y) macro
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dmath.h142 #define islessgreater(x, y) __builtin_islessgreater((x),(y)) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h105 __DEVICE__ bool islessgreater(double, double);
106 __DEVICE__ bool islessgreater(float, float);
235 using ::islessgreater;
H A D__clang_cuda_cmath.h141 __DEVICE__ bool islessgreater(float __x, float __y) { function
144 __DEVICE__ bool islessgreater(double __x, double __y) { function
273 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, islessgreater);
401 using ::islessgreater;
H A D__clang_hip_cmath.h83 __DEVICE__ bool islessgreater(float __x, float __y) { function
86 __DEVICE__ bool islessgreater(double __x, double __y) { function
459 __HIP_OVERLOAD2(bool, islessgreater)
624 using ::islessgreater;
H A Dopencl-c.h10674 int __ovld __cnfn islessgreater(float x, float y);
10675 int2 __ovld __cnfn islessgreater(float2 x, float2 y);
10676 int3 __ovld __cnfn islessgreater(float3 x, float3 y);
10677 int4 __ovld __cnfn islessgreater(float4 x, float4 y);
10678 int8 __ovld __cnfn islessgreater(float8 x, float8 y);
10679 int16 __ovld __cnfn islessgreater(float16 x, float16 y);
10681 int __ovld __cnfn islessgreater(double x, double y);
10682 long2 __ovld __cnfn islessgreater(double2 x, double2 y);
10683 long3 __ovld __cnfn islessgreater(double3 x, double3 y);
10684 long4 __ovld __cnfn islessgreater(double
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h73 using std::islessgreater;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h73 using std::islessgreater;
/netbsd-current/include/
H A Dmath.h470 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h149 bool islessgreater(arithmetic x, arithmetic y);
721 // islessgreater
723 #ifdef islessgreater
730 return islessgreater(__lcpp_x, __lcpp_y);
733 #undef islessgreater macro
743 islessgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
749 #endif // islessgreater
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_scalar.h566 { return std::islessgreater(__x, __y); }
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure17181 i = islessgreater(d1, d2);
17182 i = islessgreater(d1, d2);
17217 i = islessgreater(d1, d2);
17218 i = islessgreater(d1, d2);
17862 i = islessgreater(d1, d2);
17863 i = islessgreater(d1, d2);
17898 i = islessgreater(d1, d2);
17899 i = islessgreater(d1, d2);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure17311 i = islessgreater(d1, d2);
17312 i = islessgreater(d1, d2);
17347 i = islessgreater(d1, d2);
17348 i = islessgreater(d1, d2);
17987 i = islessgreater(d1, d2);
17988 i = islessgreater(d1, d2);
18023 i = islessgreater(d1, d2);
18024 i = islessgreater(d1, d2);
[all...]

Completed in 448 milliseconds