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

  /external/compiler-rt/lib/builtins/
comparetf2.c 53 const srep_t aInt = toRep(a);
55 const rep_t aAbs = aInt & absMask;
66 if ((aInt & bInt) >= 0) {
67 if (aInt < bInt) return LE_LESS;
68 else if (aInt == bInt) return LE_EQUAL;
76 if (aInt > bInt) return LE_LESS;
77 else if (aInt == bInt) return LE_EQUAL;
91 const srep_t aInt = toRep(a);
93 const rep_t aAbs = aInt & absMask;
98 if ((aInt & bInt) >= 0)
    [all...]
comparedf2.c 53 const srep_t aInt = toRep(a);
55 const rep_t aAbs = aInt & absMask;
66 if ((aInt & bInt) >= 0) {
67 if (aInt < bInt) return LE_LESS;
68 else if (aInt == bInt) return LE_EQUAL;
77 if (aInt > bInt) return LE_LESS;
78 else if (aInt == bInt) return LE_EQUAL;
93 const srep_t aInt = toRep(a);
95 const rep_t aAbs = aInt & absMask;
100 if ((aInt & bInt) >= 0)
    [all...]
comparesf2.c 53 const srep_t aInt = toRep(a);
55 const rep_t aAbs = aInt & absMask;
66 if ((aInt & bInt) >= 0) {
67 if (aInt < bInt) return LE_LESS;
68 else if (aInt == bInt) return LE_EQUAL;
77 if (aInt > bInt) return LE_LESS;
78 else if (aInt == bInt) return LE_EQUAL;
93 const srep_t aInt = toRep(a);
95 const rep_t aAbs = aInt & absMask;
100 if ((aInt & bInt) >= 0)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
umsg.cpp 534 int32_t* aInt;
561 aInt = va_arg(ap, int32_t*);
562 if(aInt){
563 *aInt = (int32_t) args[i].getLong();
  /external/icu/icu4c/source/i18n/
umsg.cpp 534 int32_t* aInt;
561 aInt = va_arg(ap, int32_t*);
562 if(aInt){
563 *aInt = (int32_t) args[i].getLong();
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 3246 milliseconds