HomeSort by relevance Sort by last modified time
    Searched full:carry (Results 201 - 225 of 2018) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/open-vcdiff/src/zlib/
adler32.c 72 outside this range to carry special meanings.
77 way that values reserved by applications to carry special meanings now
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
arith_routines_hist.c 55 /* handle carry */
58 /* propagate carry */
arith_routines_logist.c 140 /* handle carry */
143 /* propagate carry */
  /external/tcpdump/
print-ip.c 286 * back all the carry bits from the top 16 bits into the lower
297 * add back carry outs from top 16 bits to low 16 bits
300 sum += (sum >> 16); /* add carry */
330 * addition must include an end-around carry; we do this by
333 * the carry, to the lower 16 bits of the sum, and then do it
334 * again in case *that* sum produced a carry.
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_asm.c 177 BN_ULONG carry=0; local
189 mul(rp[0],ap[0],bl,bh,carry);
190 mul(rp[1],ap[1],bl,bh,carry);
191 mul(rp[2],ap[2],bl,bh,carry);
192 mul(rp[3],ap[3],bl,bh,carry);
198 mul(rp[0],ap[0],bl,bh,carry);
201 return(carry);
  /external/openssl/crypto/bn/
bn_asm.c 177 BN_ULONG carry=0; local
189 mul(rp[0],ap[0],bl,bh,carry);
190 mul(rp[1],ap[1],bl,bh,carry);
191 mul(rp[2],ap[2],bl,bh,carry);
192 mul(rp[3],ap[3],bl,bh,carry);
198 mul(rp[0],ap[0],bl,bh,carry);
201 return(carry);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
pa-risc2.s 394 COPY ht_1,%ret1 ; carry = ht
436 COPY ht_0,%ret1 ; copy carry
611 ADD,DC %r0,%r0,%ret1 ; set c to carry
613 ADD,DC %ret1,%r0,%ret1 ; c+= carry
619 ADD,DC %r0,%r0,%ret1 ; set c to carry
621 ADD,DC %ret1,%r0,%ret1 ; c+= carry
638 ADD,DC %r0,%r0,%ret1 ; set c to carry (could use CMPCLR??)
640 ADD,DC %ret1,%r0,%ret1 ; c+= carry
    [all...]
pa-risc2W.s 384 COPY ht_1,%ret0 ; carry = ht
426 COPY ht_0,%ret0 ; copy carry
600 ADD,DC %r0,%r0,%ret0 ; set c to carry
602 ADD,DC %ret0,%r0,%ret0 ; c+= carry
608 ADD,DC %r0,%r0,%ret0 ; set c to carry
610 ADD,DC %ret0,%r0,%ret0 ; c+= carry
627 ADD,DC %r0,%r0,%ret0 ; set c to carry (could use CMPCLR??)
629 ADD,DC %ret0,%r0,%ret0 ; c+= carry
1062 ADD,DC C3,%r0,C3 ; add in carry (c3++)
1065 ADD,DC ht,%r0,ht ; add in carry (ht++
    [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2.s 394 COPY ht_1,%ret1 ; carry = ht
436 COPY ht_0,%ret1 ; copy carry
611 ADD,DC %r0,%r0,%ret1 ; set c to carry
613 ADD,DC %ret1,%r0,%ret1 ; c+= carry
619 ADD,DC %r0,%r0,%ret1 ; set c to carry
621 ADD,DC %ret1,%r0,%ret1 ; c+= carry
638 ADD,DC %r0,%r0,%ret1 ; set c to carry (could use CMPCLR??)
640 ADD,DC %ret1,%r0,%ret1 ; c+= carry
    [all...]
pa-risc2W.s 384 COPY ht_1,%ret0 ; carry = ht
426 COPY ht_0,%ret0 ; copy carry
600 ADD,DC %r0,%r0,%ret0 ; set c to carry
602 ADD,DC %ret0,%r0,%ret0 ; c+= carry
608 ADD,DC %r0,%r0,%ret0 ; set c to carry
610 ADD,DC %ret0,%r0,%ret0 ; c+= carry
627 ADD,DC %r0,%r0,%ret0 ; set c to carry (could use CMPCLR??)
629 ADD,DC %ret0,%r0,%ret0 ; c+= carry
1062 ADD,DC C3,%r0,C3 ; add in carry (c3++)
1065 ADD,DC ht,%r0,ht ; add in carry (ht++
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_rem_pio2.c 296 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
341 n += 1; carry = 0;
344 if(carry==0) {
346 carry = 1; iq[i] = 0x1000000- j;
360 if(carry!=0) z -= scalbn(one,q0);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
intnum.c 424 boolean carry = 0; local
446 BitVector_add(result, op1, op2, &carry);
449 BitVector_sub(result, op1, op2, &carry);
521 carry = BitVector_msb_(op1);
524 BitVector_shift_right(result, carry);
  /external/stlport/src/
num_get_float.cpp 240 * would cause carry to create
420 if (value == (ULL(1) << (limits::digits - 1))) { /* carry created normal number */
444 if ((value >> 53) != 0) { /* carry all the way across */
548 if ( (vv.i64 >> (limits::digits < 64 ? limits::digits : 0)) != 0 ) { /* carry all the way across */
621 if (vv.i64 == (ULL(1) << (limits::digits - 1))) { /* carry created normal number */
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 240 * would cause carry to create
420 if (value == (ULL(1) << (limits::digits - 1))) { /* carry created normal number */
444 if ((value >> 53) != 0) { /* carry all the way across */
548 if ( (vv.i64 >> (limits::digits < 64 ? limits::digits : 0)) != 0 ) { /* carry all the way across */
621 if (vv.i64 == (ULL(1) << (limits::digits - 1))) { /* carry created normal number */
  /external/bison/lib/
vasnprintf.c 387 mp_twolimb_t carry = 0; local
391 carry += (mp_twolimb_t) digit1 * (mp_twolimb_t) digit2;
392 carry += dp[i + j];
393 dp[i + j] = (mp_limb_t) carry;
394 carry = carry >> GMP_LIMB_BITS;
396 dp[i + len2] = (mp_limb_t) carry;
451 r[j+i]:=r[j+i]-(u mod beta) (+ beta, if carry),
452 u:=u div beta (+ 1, if carry in subtraction)
456 the carry u does not overflow.
729 mp_twolimb_t carry = 0; local
754 mp_limb_t carry = 0; local
1132 mp_twolimb_t carry = 0; local
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_win_unittest.cc 164 // task to notify us that it's safe to carry on with the test.
273 // task to notify us that it's safe to carry on with the test.
428 // task to notify us that it's safe to carry on with the test.
  /external/chromium_org/sync/internal_api/public/base/
ordinal.h 173 // necessary. Returns the left-most carry.
442 // maintaining a "forward carry" which is either 0 or
451 // AddDigitValue returning a non-zero carry would imply that
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-armv4-large.pl 190 cmn sp,#0 @ [+3], clear carry to denote 20_39
197 teq $Xi,sp @ preserve carry
214 cmp sp,#0 @ set carry to denote 60_79
  /external/opencv/cxcore/src/
cxrand.cpp 54 Multiply-with-carry generator is used here:
55 temp = ( A*X(n) + carry )
57 carry = temp / (2^32)
  /external/openssl/crypto/sha/asm/
sha1-armv4-large.pl 190 cmn sp,#0 @ [+3], clear carry to denote 20_39
197 teq $Xi,sp @ preserve carry
214 cmp sp,#0 @ set carry to denote 60_79
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_crc.cpp 145 uint32 carry; local
150 carry = *crc & 0x8000;
152 if (!carry ^ !(data & masking))
  /external/chromium_org/crypto/
p224.cc 234 // carry down to a[0].
310 // We may just have made out[0] negative. So we carry down. If we made
320 // carry chain.
334 // 2**28. In this case, the partial carry chain didn't change any values
339 // overflowing and being reduced by the second carry chain, out[3] <=
343 // Again, we may just have made out[0] negative, so do the same carry down.
  /external/bzip2/
README 27 complete ok, carry on to installation:
140 to carry out a patent search. Therefore I cannot give any
  /external/chromium_org/chrome/browser/password_manager/
password_store_win_unittest.cc 189 // task to notify us that it's safe to carry on with the test.
285 // task to notify us that it's safe to carry on with the test.
  /external/chromium_org/net/base/
int128.h 296 // terms c96 and c64 are safe to ignore carry bit
301 // add terms after this one at a time to capture carry

Completed in 738 milliseconds

1 2 3 4 5 6 7 891011>>