Searched refs:UNGE (Results 1 - 1 of 1) sorted by relevance

/u-boot/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c29 #define UNGE(a, b) (__builtin_isunordered ((a), (b)) || ((a) >= (b))) macro
40 TEST (UNLE (x, y) && UNGE (x,y));
107 TEST (UNGE (x, y));
113 TEST (ORD (x, y) && UNGE (x, y)); /* Not optimized */

Completed in 46 milliseconds