HomeSort by relevance Sort by last modified time
    Searched refs:GE_LESS (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/builtins/
comparetf2.c 83 GE_LESS = -1,
99 if (aInt < bInt) return GE_LESS;
103 if (aInt > bInt) return GE_LESS;
comparedf2.c 84 GE_LESS = -1,
101 if (aInt < bInt) return GE_LESS;
105 if (aInt > bInt) return GE_LESS;
comparesf2.c 84 GE_LESS = -1,
101 if (aInt < bInt) return GE_LESS;
105 if (aInt > bInt) return GE_LESS;

Completed in 173 milliseconds