Searched refs:UNLE (Results 1 – 1 of 1) sorted by relevance
27 #define UNLE(a, b) (__builtin_isunordered ((a), (b)) || ((a) <= (b))) macro40 TEST (UNLE (x, y) && UNGE (x,y)); in iuneq()77 TEST (UNLE (x, y)); in iunle()83 TEST (ORD (x, y) && UNLE (x, y)); /* Not optimized */ in ile()