Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c28 #define UNLE(a, b) (__builtin_isunordered ((a), (b)) || ((a) <= (b))) macro
41 TEST (UNLE (x, y) && UNGE (x,y)); in iuneq()
78 TEST (UNLE (x, y)); in iunle()
84 TEST (ORD (x, y) && UNLE (x, y)); /* Not optimized */ in ile()