Searched refs:UNEQ (Results 1 – 1 of 1) sorted by relevance
26 #define UNEQ(a, b) (__builtin_isunordered ((a), (b)) || ((a) == (b))) macro39 TEST (UNEQ (x, y)); in iuneq()46 TEST (ORD (x, y) && UNEQ (x, y)); in ieq()51 TEST (!UNEQ (x, y)); /* Not optimizable. */ in iltgt()