HomeSort by relevance Sort by last modified time
    Searched full:carry (Results 101 - 125 of 1567) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/main/native/
cbigint.cpp 135 * do the temp1 + temp2 + carry addition correct. carry is 64 bit because gcc has
138 uint64_t carry; local
150 carry = 0;
157 arg1[index] = temp3 + carry;
159 carry = 0;
161 carry = 1;
164 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
  /bionic/libm/src/
k_rem_pio2.c 158 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
203 n += 1; carry = 0;
206 if(carry==0) {
208 carry = 1; iq[i] = 0x1000000- j;
222 if(carry!=0) z -= scalbn(one,q0);
s_ceill.c 94 if (u.bits.manl < o) /* got a carry */
s_floorl.c 94 if (u.bits.manl < o) /* got a 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/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 222 unsigned char carry = 0; local
226 pCounter[i] = part + carry;
227 carry = (part < pNonce[i] || pCounter[i] < part) ? 1 : 0;
230 pCounter[i] = pNonce[i] + carry;
231 carry = (pCounter[i] < pNonce[i]) ? 1 : 0;
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_inline.h 50 x7 = x7 ^ src1; /* only odd bytes need to add carry */
53 src1 = src1 + (x7 >> 7); /* add 0xFF to the negative byte, add back carry */
196 ADD src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */
211 EOR x7, x7, src1; /* only odd bytes need to add carry */
214 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 75 SRL_FLAG, // V,Flag = srl_flag X -> srl X, 1 + save carry out.
76 SRA_FLAG, // V,Flag = sra_flag X -> sra X, 1 + save carry out.
77 RRX, // V = RRX X, Flag -> srl X, 1 + shift in carry flag.
79 ADDC, // Add with carry
80 ADDE, // Add using carry
81 SUBC, // Sub with carry
82 SUBE, // Sub using carry
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
IntArray.java 243 boolean carry = false;
249 if (carry)
254 carry = nextCarry;
  /build/tools/
diff_package_overlays.py 27 from a full build to a partial build with mm/mmm), and we should carry on 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/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
  /external/tremolo/Tremolo/
ivorbiscodec.h 57 Combinations of the three values carry the following implications:
  /frameworks/base/core/java/com/android/internal/net/
VpnConfig.java 28 * A simple container used to carry information in VpnBuilder, VpnDialogs,
  /frameworks/base/docs/html/tools/debugging/
debugging-projects.jd 51 <li>Emulator Control - Lets you carry out device functions.</li>

Completed in 2491 milliseconds

1 2 3 45 6 7 8 91011>>