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

  /external/compiler-rt/lib/builtins/
comparetf2.c 46 LE_EQUAL = 0,
62 if ((aAbs | bAbs) == 0) return LE_EQUAL;
68 else if (aInt == bInt) return LE_EQUAL;
77 else if (aInt == bInt) return LE_EQUAL;
comparedf2.c 45 LE_EQUAL = 0,
62 if ((aAbs | bAbs) == 0) return LE_EQUAL;
68 else if (aInt == bInt) return LE_EQUAL;
78 else if (aInt == bInt) return LE_EQUAL;
comparesf2.c 45 LE_EQUAL = 0,
62 if ((aAbs | bAbs) == 0) return LE_EQUAL;
68 else if (aInt == bInt) return LE_EQUAL;
78 else if (aInt == bInt) return LE_EQUAL;

Completed in 169 milliseconds