Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dcomparetf2.c88 GE_LESS = -1, enumerator
104 if (aInt < bInt) return GE_LESS; in __getf2()
108 if (aInt > bInt) return GE_LESS; in __getf2()
H A Dcomparedf2.c89 GE_LESS = -1, enumerator
106 if (aInt < bInt) return GE_LESS; in __gedf2()
110 if (aInt > bInt) return GE_LESS; in __gedf2()
H A Dcomparesf2.c89 GE_LESS = -1, enumerator
106 if (aInt < bInt) return GE_LESS; in __gesf2()
110 if (aInt > bInt) return GE_LESS; in __gesf2()