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

  /external/compiler-rt/lib/
comparedf2.c 45 LE_EQUAL = 0,
61 if ((aAbs | bAbs) == 0) return LE_EQUAL;
67 else if (aInt == bInt) return LE_EQUAL;
77 else if (aInt == bInt) return LE_EQUAL;
comparesf2.c 45 LE_EQUAL = 0,
61 if ((aAbs | bAbs) == 0) return LE_EQUAL;
67 else if (aInt == bInt) return LE_EQUAL;
77 else if (aInt == bInt) return LE_EQUAL;

Completed in 1684 milliseconds