Searched refs:UNGE (Results 1 – 1 of 1) sorted by relevance
29 #define UNGE(a, b) (__builtin_isunordered ((a), (b)) || ((a) >= (b))) macro40 TEST (UNLE (x, y) && UNGE (x,y)); in iuneq()107 TEST (UNGE (x, y)); in iunge()113 TEST (ORD (x, y) && UNGE (x, y)); /* Not optimized */ in ige()