Searched refs:UNLT (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/post/lib_powerpc/fpu/ |
| H A D | compare-fp-1.c | 27 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro 53 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt() 58 TEST (UNLT (x, y) || UNGT (x, y)); in ine() 63 TEST (UNLT (x, y)); in iunlt() 69 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()
|