Home
last modified time | relevance | path

Searched refs:isunordered (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/crt/
H A Dmingw_math.h523 #define isunordered(x, y) __builtin_isunordered(x, y) macro
542 #define isunordered(x, y) ((__fp_unordered_compare(x, y) & 0x4500) == 0x4500) macro
/reactos/sdk/include/ucrt/
H A Dcorecrt_math.h289 #define isunordered(x, y) (_FPCOMPARE(x, y) == 0) macro
459 _Check_return_ inline bool isunordered(_In_ _Ty1 _X, _In_ _Ty2 _Y) throw()