Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Dcomparedf2.c89 GE_LESS = -1, enumerator
106 if (aInt < bInt) return GE_LESS; in __gedf2()
110 if (aInt > bInt) return GE_LESS; in __gedf2()
Dcomparesf2.c89 GE_LESS = -1, enumerator
106 if (aInt < bInt) return GE_LESS; in __gesf2()
110 if (aInt > bInt) return GE_LESS; in __gesf2()
Dcomparetf2.c88 GE_LESS = -1, enumerator
104 if (aInt < bInt) return GE_LESS; in __getf2()
108 if (aInt > bInt) return GE_LESS; in __getf2()