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

/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h75 #undef isunordered macro
76 #define isunordered(x, y) __builtin_isunordered(x, y) macro
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h75 #undef isunordered macro
76 #define isunordered(x, y) __builtin_isunordered(x, y) macro
/netbsd-current/include/
H A Dmath.h465 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
466 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y))
467 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y))
468 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y))
469 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y))
470 #define islessgreater(x, y) (!isunordered((x), (y)) && \
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dmath.h143 #define isunordered(x, y) __builtin_isunordered((x),(y)) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h114 __DEVICE__ bool isunordered(double, double);
115 __DEVICE__ bool isunordered(float, float);
238 using ::isunordered;
H A D__clang_cuda_cmath.h149 __DEVICE__ bool isunordered(float __x, float __y) { function
152 __DEVICE__ bool isunordered(double __x, double __y) { function
276 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isunordered);
403 using ::isunordered;
H A D__clang_hip_cmath.h93 __DEVICE__ bool isunordered(float __x, float __y) { function
96 __DEVICE__ bool isunordered(double __x, double __y) { function
462 __HIP_OVERLOAD2(bool, isunordered)
626 using ::isunordered;
H A Dopencl-c.h10830 * Test if arguments are unordered. isunordered()
10834 int __ovld __cnfn isunordered(float x, float y);
10835 int2 __ovld __cnfn isunordered(float2 x, float2 y);
10836 int3 __ovld __cnfn isunordered(float3 x, float3 y);
10837 int4 __ovld __cnfn isunordered(float4 x, float4 y);
10838 int8 __ovld __cnfn isunordered(float8 x, float8 y);
10839 int16 __ovld __cnfn isunordered(float16 x, float16 y);
10841 int __ovld __cnfn isunordered(double x, double y);
10842 long2 __ovld __cnfn isunordered(double2 x, double2 y);
10843 long3 __ovld __cnfn isunordered(double
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h74 using std::isunordered;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h74 using std::isunordered;
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h150 bool isunordered(arithmetic x, arithmetic y);
751 // isunordered
753 #ifdef isunordered
760 return isunordered(__lcpp_x, __lcpp_y);
763 #undef isunordered macro
773 isunordered(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
779 #endif // isunordered
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_math.h1049 // where(isunordered(__x, __y), __r) = __quiet_NaN_v<_Tp>;
1056 where(isunordered(__x, __y), __fixup) = __quiet_NaN_v<_Tp>;
1058 where(!(__lo == 0 || isunordered(__x, __y)
1117 else if (isunordered(__absx[0], __absy[0] + __absz[0]))
1222 where(isunordered(__x, __y + __z), __fixup)
1233 where(!(__lo == 0 || isunordered(__x, __y + __z)
1349 _GLIBCXX_SIMD_MATH_CALL2_(isunordered, _Tp)
H A Dsimd_scalar.h571 { return std::isunordered(__x, __y); }
/netbsd-current/external/bsd/file/dist/src/
H A Dsoftmagic.c2170 matched = isunordered(fl, fv) ? 1 : fv != fl;
2174 matched = isunordered(fl, fv) ? 0 : fv == fl;
2203 matched = isunordered(dv, dl) ? 1 : dv != dl;
2207 matched = isunordered(dv, dl) ? 0 : dv == dl;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure17183 i = isunordered(d1, d2);
17219 i = isunordered(d1, d2);
17864 i = isunordered(d1, d2);
17900 i = isunordered(d1, d2);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure17313 i = isunordered(d1, d2);
17349 i = isunordered(d1, d2);
17989 i = isunordered(d1, d2);
18025 i = isunordered(d1, d2);
[all...]

Completed in 492 milliseconds