Searched refs:isunordered (Results 1 – 2 of 2) sorted by relevance
523 #define isunordered(x, y) __builtin_isunordered(x, y) macro542 #define isunordered(x, y) ((__fp_unordered_compare(x, y) & 0x4500) == 0x4500) macro
289 #define isunordered(x, y) (_FPCOMPARE(x, y) == 0) macro459 _Check_return_ inline bool isunordered(_In_ _Ty1 _X, _In_ _Ty2 _Y) throw()