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

1 2 34 5 6 7 8 91011>>

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ceil.c 64 if(j<i1) i0+=1; /* got a carry */
s_floor.c 65 if(j<i1) i0 +=1 ; /* got a carry */
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_defs_ext.h 88 Mnemonic_ADC, // Add with Carry
98 Mnemonic_CMC, // Complement Carry Flag
297 Mnemonic_RCR, // Rotate right through CARRY flag
299 Mnemonic_RCL, // Rotate left through CARRY flag
  /external/chromium/base/memory/
ref_counted_memory.h 18 // of its two subclasses own the data they carry, and we need to have
  /external/fdlibm/
s_ceil.c 68 if(j<i1) i0+=1; /* got a carry */
s_floor.c 69 if(j<i1) i0 +=1 ; /* got a carry */
  /external/llvm/utils/Target/ARM/
analyze-match-table.py 25 # For every mnemonic, compute whether or not it can have a carry setting
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PPreferredIdentityHeader.java 41 * . is used from a user agent to a trusted proxy to carry the identity the
  /external/openssl/crypto/bn/asm/x86/
add.pl 23 &xor($c,$c); # clear carry
sub.pl 23 &xor($c,$c); # clear carry
  /external/srec/tools/grxmlcompile/
sub_supp.cpp 124 /* Now carry out some checks
197 /* Now carry out some checks
302 /* Now carry out some checks
538 /* Now carry out some checks
  /frameworks/av/media/libstagefright/include/
LiveSession.h 58 // Posted notification's "what" field will carry one of the following:
  /frameworks/base/core/java/com/android/internal/net/
LegacyVpnInfo.java 26 * A simple container used to carry information of the ongoing legacy VPN.
  /packages/apps/Browser/src/com/android/browser/
PreloadedTabControl.java 60 // carry on
  /system/core/toolbox/
chmod.c 18 // not a directory, carry on
  /external/bison/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.
rawmemchr.c 90 and step 3 transforms it into 0x80. A carry can also be propagated
96 step 3, the result is 0. And no carry is produced.
strchrnul.c 93 and step 3 transforms it into 0x80. A carry can also be propagated
99 step 3, the result is 0. And no carry is produced.
  /external/compiler-rt/lib/
fp_lib.h 79 // Sum terms that contribute to lo in a way that allows us to get the carry
83 // Sum terms contributing to hi with the carry from lo
  /external/llvm/lib/Target/Sparc/
Sparc.h 48 ICC_CC = 13 , // Carry Clear/Great or Equal Unsigned
49 ICC_CS = 5 , // Carry Set/Less Unsigned
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 245 // ; %carry_1 = phi i32 [ 0, %preheader ], [ %carry, %do-while ]
256 // ; %carry = and i32 %tmp10, 1
274 Value *Carry = Builder.CreateAnd(Tmp10, One);
282 // ; %carry_2 = phi i32 [ 0, %bb1 ], [ %carry, %do-while ]
301 // ; %carry_1 = phi i32 [ 0, %preheader ], [ %carry, %do-while ]
303 Carry_1->addIncoming(Carry, DoWhile);
313 // ; %carry_2 = phi i32 [ 0, %bb1 ], [ %carry, %do-while ]
315 Carry_2->addIncoming(Carry, DoWhile);
  /external/llvm/test/CodeGen/PowerPC/
2009-09-18-carrybit.ll 18 %carry.0274 = phi i32 [ 0, %entry ], [%tmp122, %bb40 ] ; <i32> [#uses=1]
44 %tmp118 = or i32 %tmp117, %carry.0274 ; <i32> [#uses=1]
  /external/openssl/crypto/bn/asm/
x86_64-gcc.c 73 #define mul_add(r,a,word,carry) do { \
80 : "+r"(carry),"+d"(high)\
85 : "r"(carry),"g"(0) \
87 carry=high; \
90 #define mul(r,a,word,carry) do { \
97 : "+r"(carry),"+d"(high)\
100 (r)=carry, carry=high; \
  /external/openssl/crypto/bn/
bn_mont.c 180 BN_ULONG *ap,*np,*rp,n0,v,carry; local
187 max=(2*nl); /* carry is stored separately */
208 for (carry=0, i=0; i<nl; i++, rp++)
226 v = (v+carry+rp[nl])&BN_MASK2;
227 carry |= (v != rp[nl]);
228 carry &= (v <= rp[nl]);
245 v=bn_sub_words(rp,ap,np,nl)-carry;
269 if (bn_sub_words (rp,ap,np,nl)-carry)
  /external/tcpdump/
sctpHeader.h 227 * we must carry the init tag in the common header. Just the
246 /* For the graceful shutdown we must carry

Completed in 327 milliseconds

1 2 34 5 6 7 8 91011>>