Home
last modified time | relevance | path

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

/external/u-boot/post/lib_powerpc/fpu/
Dcompare-fp-1.c28 #define UNGT(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()
92 TEST (UNGT (x, y)); in iungt()
98 TEST (ORD (x, y) && UNGT (x, y)); /* Not optimized */ in igt()