HomeSort by relevance Sort by last modified time
    Searched full:carry (Results 126 - 150 of 1679) sorted by null

1 2 3 4 56 7 8 91011>>

  /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 30 * 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>
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
wmmintrin.h 100 /* Performs carry-less integer multiplication of 64-bit halves of
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
wmmintrin.h 100 /* Performs carry-less integer multiplication of 64-bit halves of
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
wmmintrin.h 100 /* Performs carry-less integer multiplication of 64-bit halves of
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
wmmintrin.h 100 /* Performs carry-less integer multiplication of 64-bit halves of
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
wmmintrin.h 100 /* Performs carry-less integer multiplication of 64-bit halves of
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
wmmintrin.h 100 /* Performs carry-less integer multiplication of 64-bit halves of
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
wmmintrin.h 100 /* Performs carry-less integer multiplication of 64-bit halves of
  /libcore/luni/src/main/java/java/math/
BigInteger.java     [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 277 * that W[ix-1] have the carry cleared (see after the inner loop)
289 * inner loop In this case we fix the carry from the previous
292 * handled by fixing up one carry after the inner loop. The
293 * carry fixups are done in order so after these loops the
313 /* now fix carry for next digit, W[ix+1] */
330 /* alias for next word, where the carry goes */
430 /* clear the carry */
459 /* make next carry */
471 /* now extract the previous digit [below the carry] */
560 /* make next carry */
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
adler32.c 72 outside this range to carry special meanings.
77 way that values reserved by applications to carry special meanings now
  /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/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/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/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.

Completed in 1201 milliseconds

1 2 3 4 56 7 8 91011>>