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