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