Home
last modified time | relevance | path

Searched refs:theInt (Results 1 – 4 of 4) 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.java805 int theInt = n >>> 6; in testBit() local
809 return (buf[off + theInt] & tester) != 0; in testBit()
815 int theInt = n >>> 6; in flipBit() local
819 buf[off + theInt] ^= flipper; in flipBit()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
DLongArray.java806 int theInt = n >>> 6; in testBit() local
810 return (buf[off + theInt] & tester) != 0; in testBit()
816 int theInt = n >>> 6; in flipBit() local
820 buf[off + theInt] ^= flipper; in flipBit()
/external/icu/icu4c/source/i18n/
DdecNumber.cpp7590 Int theInt; /* result accumulator */ local
7607 theInt=0; /* ready to accumulate */
7624 theInt=QUOT10(*up, count);
7625 rem=*up-theInt*powers[count];
7628 theInt=*up/powers[count];
7639 if (got==0) {theInt=*up; got+=DECDPUN; up++;} /* ensure lsu is there */
7642 Int save=theInt;
7645 theInt+=*up*powers[got];
7649 if (theInt/(Int)powers[got-DECDPUN]!=(Int)*(up-1)) ilength=11;
7651 else if (neg && theInt>1999999997) ilength=11;
[all …]