Home
last modified time | relevance | path

Searched refs:theInt (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGenObjC/
Dmessages-2.m38 printf("(CLASS) theInt: %d, theFloat: %f, theDouble: %f, thePoint: { %d, %d }\n",
61 printf("theInt: %d, theFloat: %f, theDouble: %f, thePoint: { %d, %d }\n",
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java800 int theInt = n >>> 6; in testBit() local
804 return (buf[off + theInt] & tester) != 0; in testBit()
810 int theInt = n >>> 6; in flipBit() local
814 buf[off + theInt] ^= flipper; in flipBit()
/external/icu/icu4c/source/i18n/
DdecNumber.c7588 Int theInt; /* result accumulator */ local
7605 theInt=0; /* ready to accumulate */
7622 theInt=QUOT10(*up, count);
7623 rem=*up-theInt*powers[count];
7626 theInt=*up/powers[count];
7637 if (got==0) {theInt=*up; got+=DECDPUN; up++;} /* ensure lsu is there */
7640 Int save=theInt;
7643 theInt+=*up*powers[got];
7647 if (theInt/(Int)powers[got-DECDPUN]!=(Int)*(up-1)) ilength=11;
7649 else if (neg && theInt>1999999997) ilength=11;
[all …]