Searched defs:aInt (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/
H A Dcomparedf2.c52 const srep_t aInt = toRep(a); local
54 const rep_t aAbs = aInt & absMask;
65 if ((aInt & bInt) >= 0) {
66 if (aInt < bInt) return LE_LESS;
67 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); local
93 const rep_t aAbs = aInt & absMask;
98 if ((aInt
[all...]
H A Dcomparesf2.c52 const srep_t aInt = toRep(a); local
54 const rep_t aAbs = aInt & absMask;
65 if ((aInt & bInt) >= 0) {
66 if (aInt < bInt) return LE_LESS;
67 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); local
93 const rep_t aAbs = aInt & absMask;
98 if ((aInt
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dumsg.cpp530 int32_t* aInt; local
557 aInt = va_arg(ap, int32_t*);
558 if(aInt){
559 *aInt = (int32_t) args[i].getLong();
/external/icu4c/i18n/
H A Dumsg.cpp534 int32_t* aInt; local
561 aInt = va_arg(ap, int32_t*);
562 if(aInt){
563 *aInt = (int32_t) args[i].getLong();

Completed in 100 milliseconds