/libcore/luni/src/main/native/ |
cbigint.cpp | 136 * do the temp1 + temp2 + carry addition correct. carry is 64 bit because gcc has 139 uint64_t carry; local 151 carry = 0; 158 arg1[index] = temp3 + carry; 160 carry = 0; 162 carry = 1; 165 if (!carry)
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
memchr.c | 125 and step 3 transforms it into 0x80. A carry can also be propagated 131 step 3, the result is 0. And no carry is produced.
|
/external/openssl/crypto/bn/asm/ |
sparcv9a-mont.pl | 92 $carry="%i4"; # %i4 reused(!) for a carry bit 326 srlx %o3,16,%g1 ! 34-bit carry 425 srlx %o3,16,%g1 ! 34-bit carry 482 srlx %o3,16,%g1 ! 34-bit carry 499 mov %g1,$carry 650 srlx %o3,16,%g1 ! 34-bit carry 726 srlx %o3,16,%g1 ! 34-bit carry 778 srlx %o3,16,%g1 ! 34-bit carry 799 addcc $carry,%o4,%o [all...] |
armv4-mont.pl | 171 subs $tj,$tj,$tj @ "clear" carry flag 176 teq $tp,$num @ preserve carry 178 sbcs $nhi,$nhi,#0 @ upmost carry
|
/external/fdlibm/ |
k_rem_pio2.c | 170 int jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local 215 n += 1; carry = 0; 218 if(carry==0) { 220 carry = 1; iq[i] = 0x1000000- j; 234 if(carry!=0) z -= ieee_scalbn(one,q0);
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
sad_inline.h | 52 x7 = x7 ^ src1; /* only odd bytes need to add carry */ 55 src1 = src1 + (x7 >> 7); /* add 0xFF to the negative byte, add back carry */ 198 ADD src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */ 213 EOR x7, x7, src1; /* only odd bytes need to add carry */ 216 SUB src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad_inline.h | 55 x7 = x7 ^ src1; /* only odd bytes need to add carry */ 58 src1 = src1 + (x7 >> 7); /* add 0xFF to the negative byte, add back carry */ 201 ADD src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */ 216 EOR x7, x7, src1; /* only odd bytes need to add carry */ 219 SUB src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */
|
/bionic/libc/stdlib/ |
strtod.c | 673 ULong carry, y, z; local 708 carry = 0; 710 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry; 711 carry = z >> 16; 712 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry; 713 carry = z2 >> 16; 717 *xc = carry; 722 carry = 0; 725 z = (*x & 0xffff) * y + (*xc >> 16) + carry; 726 carry = z >> 16 1919 ULong carry, q, ys; local [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 76 SRL_FLAG, // V,Flag = srl_flag X -> srl X, 1 + save carry out. 77 SRA_FLAG, // V,Flag = sra_flag X -> sra X, 1 + save carry out. 78 RRX, // V = RRX X, Flag -> srl X, 1 + shift in carry flag. 80 ADDC, // Add with carry 81 ADDE, // Add using carry 82 SUBC, // Sub with carry 83 SUBE, // Sub using carry
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
IntArray.java | 243 boolean carry = false; 249 if (carry) 254 carry = nextCarry;
|
/external/llvm/lib/Target/PowerPC/ |
PPCRegisterInfo.td | 147 // Carry bit. In the architecture this is really bit 0 of the XER register 150 def CARRY: SPR<1, "ca">; 216 def CARRYRC : RegisterClass<"PPC", [i32], 32, (add CARRY)> {
|
/external/skia/include/utils/ |
SkRandom.h | 157 multiply-with-carry "mother of all" algorithm. Unlike rand(), this class holds 293 // multiply-with-carry step will forevermore return zero. 313 // Constants for the multiply-with-carry steps
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_ceill.c | 93 if (u.bits.manl < o) /* got a carry */
|
s_floorl.c | 93 if (u.bits.manl < o) /* got a carry */
|
/build/tools/ |
diff_package_overlays.py | 27 from a full build to a partial build with mm/mmm), and we should carry on the
|
/development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/ |
BitmapAllocation.java | 37 // There are some assumptions in this demo app that don't carry over well to the real world:
|
/external/ceres-solver/internal/ceres/ |
block_structure.h | 31 // Block structure objects are used to carry information about the
|
/external/chromium/chrome/browser/password_manager/ |
password_store_default_unittest.cc | 186 // yet another task to notify us that it's safe to carry on with the test. 281 // task to notify us that it's safe to carry on with the test. 394 // task to notify us that it's safe to carry on with the test. 472 // yet another task to notify us that it's safe to carry on with the test.
|
/external/e2fsprogs/e2fsck/ |
dict.h | 11 * derivative works, as long as the modified versions carry this copyright
|
/external/libxml2/ |
xlink.c | 140 * Check whether it's one of the element able to carry links
|
/external/llvm/lib/Target/MBlaze/ |
MBlazeInstrFSL.td | 127 let Defs = [CARRY] in { 166 let Defs = [CARRY] in { 197 let Defs = [CARRY] in { 220 let Defs = [CARRY] in {
|
/external/qemu/ |
host-utils.c | 37 /* carry test */
|
/external/skia/src/core/ |
SkPictureStateTree.h | 54 * of offsets into the command buffer to carry out those calls with correct matrix/clip state.
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 115 @ carry overflow from fraction to integer portion
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 115 @ carry overflow from fraction to integer portion
|