Searched refs:isgreater (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h65 #undef isgreater macro
66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h65 #undef isgreater macro
66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dmath.h138 #define isgreater(x, y) __builtin_isgreater((x),(y)) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h92 __DEVICE__ bool isgreater(double, double);
95 __DEVICE__ bool isgreater(float, float);
230 using ::isgreater;
H A D__clang_cuda_cmath.h117 __DEVICE__ bool isgreater(float __x, float __y) { function
120 __DEVICE__ bool isgreater(double __x, double __y) { function
268 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreater);
397 using ::isgreater;
H A D__clang_hip_cmath.h57 __DEVICE__ bool isgreater(float __x, float __y) { function
60 __DEVICE__ bool isgreater(double __x, double __y) { function
454 __HIP_OVERLOAD2(bool, isgreater)
620 using ::isgreater;
H A Dopencl-c.h10569 int __ovld __cnfn isgreater(float x, float y);
10570 int2 __ovld __cnfn isgreater(float2 x, float2 y);
10571 int3 __ovld __cnfn isgreater(float3 x, float3 y);
10572 int4 __ovld __cnfn isgreater(float4 x, float4 y);
10573 int8 __ovld __cnfn isgreater(float8 x, float8 y);
10574 int16 __ovld __cnfn isgreater(float16 x, float16 y);
10576 int __ovld __cnfn isgreater(double x, double y);
10577 long2 __ovld __cnfn isgreater(double2 x, double2 y);
10578 long3 __ovld __cnfn isgreater(double3 x, double3 y);
10579 long4 __ovld __cnfn isgreater(double
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h69 using std::isgreater;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h69 using std::isgreater;
/netbsd-current/include/
H A Dmath.h466 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h145 bool isgreater(arithmetic x, arithmetic y);
601 // isgreater
603 #ifdef isgreater
610 return isgreater(__lcpp_x, __lcpp_y);
613 #undef isgreater macro
623 isgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
629 #endif // isgreater
/netbsd-current/lib/libc/gen/
H A DMakefile.inc70 isdigit.3 isfinite.3 isgraph.3 isgreater.3 isinf.3 islower.3 isnan.3 \
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_scalar.h548 { return std::isgreater(__x, __y); }
/netbsd-current/external/bsd/file/dist/src/
H A Dsoftmagic.c2178 matched = isgreater(fv, fl);
2211 matched = isgreater(dv, dl);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure17177 i = isgreater(d1, d2);
17213 i = isgreater(d1, d2);
17858 i = isgreater(d1, d2);
17894 i = isgreater(d1, d2);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure17307 i = isgreater(d1, d2);
17343 i = isgreater(d1, d2);
17983 i = isgreater(d1, d2);
18019 i = isgreater(d1, d2);
[all...]

Completed in 341 milliseconds