HomeSort by: relevance | last modified time | path
    Searched defs:LE_LESS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
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;
comparetf2.c 45 LE_LESS = -1,
67 if (aInt < bInt) return LE_LESS;
76 if (aInt > bInt) return LE_LESS;

Completed in 11 milliseconds