Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Dcomparetf2.c83 GE_LESS = -1, enumerator
99 if (aInt < bInt) return GE_LESS; in __getf2()
103 if (aInt > bInt) return GE_LESS; in __getf2()
Dcomparedf2.c84 GE_LESS = -1, enumerator
101 if (aInt < bInt) return GE_LESS; in __gedf2()
105 if (aInt > bInt) return GE_LESS; in __gedf2()
Dcomparesf2.c84 GE_LESS = -1, enumerator
101 if (aInt < bInt) return GE_LESS; in __gesf2()
105 if (aInt > bInt) return GE_LESS; in __gesf2()