Home
last modified time | relevance | path

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

/external/u-boot/post/lib_powerpc/fpu/
Dcompare-fp-1.c29 #define UNGE(a, b) (__builtin_isunordered ((a), (b)) || ((a) >= (b))) macro
40 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()