Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c29 #define UNGT(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()
93 TEST (UNGT (x, y)); in iungt()
99 TEST (ORD (x, y) && UNGT (x, y)); /* Not optimized */ in igt()