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

  /external/compiler-rt/lib/builtins/
comparetf2.c 45 LE_LESS = -1,
67 if (aInt < bInt) return LE_LESS;
76 if (aInt > bInt) return LE_LESS;
comparedf2.c 44 LE_LESS = -1,
67 if (aInt < bInt) return LE_LESS;
77 if (aInt > bInt) return LE_LESS;
comparesf2.c 44 LE_LESS = -1,
67 if (aInt < bInt) return LE_LESS;
77 if (aInt > bInt) return LE_LESS;

Completed in 246 milliseconds