Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c30 #define UNGE(a, b) (__builtin_isunordered ((a), (b)) || ((a) >= (b))) macro
41 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()