Home
last modified time | relevance | path

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

/openbmc/u-boot/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c30 #define LTGT(a, b) (__builtin_islessgreater ((a), (b))) macro
39 TEST (!LTGT (x, y)); in iuneq()
51 TEST (LTGT (x, y)); /* Same, __builtin_islessgreater does not trap. */ in iltgt()