Home
last modified time | relevance | path

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

/openbmc/u-boot/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c27 #define UNLE(a, b) (__builtin_isunordered ((a), (b)) || ((a) <= (b))) macro
40 TEST (UNLE (x, y) && UNGE (x,y)); in iuneq()
77 TEST (UNLE (x, y)); in iunle()
83 TEST (ORD (x, y) && UNLE (x, y)); /* Not optimized */ in ile()