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

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

Completed in 710 milliseconds