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