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

  /external/compiler-rt/lib/builtins/
comparetf2.c 84 GE_EQUAL = 0,
97 if ((aAbs | bAbs) == 0) return GE_EQUAL;
100 else if (aInt == bInt) return GE_EQUAL;
104 else if (aInt == bInt) return GE_EQUAL;
comparedf2.c 85 GE_EQUAL = 0,
99 if ((aAbs | bAbs) == 0) return GE_EQUAL;
102 else if (aInt == bInt) return GE_EQUAL;
106 else if (aInt == bInt) return GE_EQUAL;
comparesf2.c 85 GE_EQUAL = 0,
99 if ((aAbs | bAbs) == 0) return GE_EQUAL;
102 else if (aInt == bInt) return GE_EQUAL;
106 else if (aInt == bInt) return GE_EQUAL;

Completed in 53 milliseconds