Home
last modified time | relevance | path

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

/external/u-boot/post/lib_powerpc/fpu/
Dcompare-fp-1.c25 #define UNEQ(a, b) (__builtin_isunordered ((a), (b)) || ((a) == (b))) macro
38 TEST (UNEQ (x, y)); in iuneq()
45 TEST (ORD (x, y) && UNEQ (x, y)); in ieq()
50 TEST (!UNEQ (x, y)); /* Not optimizable. */ in iltgt()