/external/openssl/crypto/bn/asm/ |
x86_64-mont.pl | 1037 my ($shift,$carry)=($a0,$a1); 1043 xor $carry,$carry 1049 mov $carry,24($tptr) # t[7] 1064 neg $carry # mov $carry,cf 1073 sbb $carry,$carry # mov cf,$carry 1081 neg $carry # mov $carry,c [all...] |
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/chromium/base/third_party/dmg_fp/ |
dtoa.cc | 613 ULLong carry, y; variable 615 ULong carry, *x, y; variable 625 carry = a; 628 y = *x * (ULLong)m + carry; 629 carry = y >> 32; 634 y = (xi & 0xffff) * m + carry; 636 carry = z >> 16; 639 y = *x * m + carry; 640 carry = y >> 16; 646 if (carry) { 808 ULLong carry, z; variable 810 ULong carry, z; variable 2116 ULLong borrow, carry, y, ys; variable 2118 ULong borrow, carry, y, ys; variable [all...] |
/external/llvm/lib/Target/MBlaze/ |
MBlazeRegisterInfo.td | 102 // The carry bit. In the Microblaze this is really bit 29 of the 105 def CARRY : MBlazeSPRReg<0x0000, "rmsr[c]">; 146 def CRC : RegisterClass<"MBlaze", [i32], 32, (add CARRY)> {
|
/external/icu4c/i18n/ |
decNumber.c | 4899 uInt carry; \/* carry (NB not uLong) *\/ local 6365 eInt carry=0; \/* carry integer (could be Long) *\/ local [all...] |
/bionic/libc/bionic/ |
tdelete.c | 32 * compar: function to carry out node comparisons
|
/bionic/libm/src/ |
s_ceil.c | 63 if(j<i1) i0+=1; /* got a carry */
|
s_floor.c | 64 if(j<i1) i0 +=1 ; /* got a carry */
|
/dalvik/vm/mterp/x86-atom/ |
OP_MUL_LONG.S | 68 addl %edx, %ecx # %ecx<- carry + (WZ + XY)
|
OP_MUL_LONG_2ADDR.S | 68 addl %edx, %ecx # %ecx<- carry + (WZ + XY)
|
/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
|
/system/core/toolbox/ |
chmod.c | 18 // not a directory, carry on
|
/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/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/ |
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
|
/external/valgrind/main/coregrind/ |
pub_core_dispatch.h | 78 /* Run a no-redir translation. argblock points to 4 UWords, 2 to carry args 79 and 2 to carry results:
|