Searched refs:isgreaterequal (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h67 #undef isgreaterequal macro
68 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h67 #undef isgreaterequal macro
68 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dmath.h140 #define isgreaterequal(x, y) __builtin_isgreaterequal((x),(y)) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h93 __DEVICE__ bool isgreaterequal(double, double);
94 __DEVICE__ bool isgreaterequal(float, float);
231 using ::isgreaterequal;
H A D__clang_cuda_cmath.h123 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
126 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
269 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreaterequal);
398 using ::isgreaterequal;
H A D__clang_hip_cmath.h63 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
66 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
455 __HIP_OVERLOAD2(bool, isgreaterequal)
621 using ::isgreaterequal;
H A Dopencl-c.h10595 int __ovld __cnfn isgreaterequal(float x, float y);
10596 int2 __ovld __cnfn isgreaterequal(float2 x, float2 y);
10597 int3 __ovld __cnfn isgreaterequal(float3 x, float3 y);
10598 int4 __ovld __cnfn isgreaterequal(float4 x, float4 y);
10599 int8 __ovld __cnfn isgreaterequal(float8 x, float8 y);
10600 int16 __ovld __cnfn isgreaterequal(float16 x, float16 y);
10602 int __ovld __cnfn isgreaterequal(double x, double y);
10603 long2 __ovld __cnfn isgreaterequal(double2 x, double2 y);
10604 long3 __ovld __cnfn isgreaterequal(double3 x, double3 y);
10605 long4 __ovld __cnfn isgreaterequal(double
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h70 using std::isgreaterequal;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h70 using std::isgreaterequal;
/netbsd-current/include/
H A Dmath.h467 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h146 bool isgreaterequal(arithmetic x, arithmetic y);
631 // isgreaterequal
633 #ifdef isgreaterequal
640 return isgreaterequal(__lcpp_x, __lcpp_y);
643 #undef isgreaterequal macro
653 isgreaterequal(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
659 #endif // isgreaterequal
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dmath.d261 //int isgreaterequal(real-floating x, real-floating y);
262 pure int isgreaterequal(float x, float y);
263 pure int isgreaterequal(double x, double y);
264 pure int isgreaterequal(real x, real y);
1613 //int isgreaterequal(real-floating x, real-floating y);
1615 pure int isgreaterequal(float x, float y) { return x >= y; }
1617 pure int isgreaterequal(double x, double y) { return x >= y; }
1619 pure int isgreaterequal(real x, real y) { return x >= y; }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_scalar.h612 { return std::isgreaterequal(__x, __y); }
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure17178 i = isgreaterequal(d1, d2);
17214 i = isgreaterequal(d1, d2);
17859 i = isgreaterequal(d1, d2);
17895 i = isgreaterequal(d1, d2);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure17324 i = isgreaterequal(d1, d2);
17360 i = isgreaterequal(d1, d2);
18000 i = isgreaterequal(d1, d2);
18036 i = isgreaterequal(d1, d2);
[all...]

Completed in 239 milliseconds