Home
last modified time | relevance | path

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

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