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/
comparedf2.c 90 GE_EQUAL = 0,
104 if ((aAbs | bAbs) == 0) return GE_EQUAL;
107 else if (aInt == bInt) return GE_EQUAL;
111 else if (aInt == bInt) return GE_EQUAL;
comparesf2.c 90 GE_EQUAL = 0,
104 if ((aAbs | bAbs) == 0) return GE_EQUAL;
107 else if (aInt == bInt) return GE_EQUAL;
111 else if (aInt == bInt) return GE_EQUAL;
comparetf2.c 89 GE_EQUAL = 0,
102 if ((aAbs | bAbs) == 0) return GE_EQUAL;
105 else if (aInt == bInt) return GE_EQUAL;
109 else if (aInt == bInt) return GE_EQUAL;

Completed in 1509 milliseconds