Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Dcomparesf2.c44 LE_LESS = -1, enumerator
67 if (aInt < bInt) return LE_LESS; in __lesf2()
77 if (aInt > bInt) return LE_LESS; in __lesf2()
Dcomparetf2.c45 LE_LESS = -1, enumerator
67 if (aInt < bInt) return LE_LESS; in __letf2()
76 if (aInt > bInt) return LE_LESS; in __letf2()
Dcomparedf2.c44 LE_LESS = -1, enumerator
67 if (aInt < bInt) return LE_LESS; in __ledf2()
77 if (aInt > bInt) return LE_LESS; in __ledf2()