Home
last modified time | relevance | path

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

/openbmc/u-boot/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c26 #define UNLT(a, b) (__builtin_isunordered ((a), (b)) || ((a) < (b))) macro
52 TEST (ORD (x, y) && (UNLT (x, y) || UNGT (x,y))); in iltgt()
57 TEST (UNLT (x, y) || UNGT (x, y)); in ine()
62 TEST (UNLT (x, y)); in iunlt()
68 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()