/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/v8/third_party/fdlibm/ |
fdlibm.cc | 167 int32_t carry = 0; local 170 if (carry == 0) { 172 carry = 1; 186 if (carry != 0) z -= scalbn(one, q0);
|
/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/Bluetooth/tests/src/com/android/bluetooth/tests/ |
SeqStep.java | 19 * and/or carry test information
|
/packages/apps/Browser/src/com/android/browser/ |
PreloadedTabControl.java | 60 // carry on
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/licenses/mingw-w64-svn-r5861/ |
COPYING | 28 5. If any files are modified, you must cause the modified files to carry
|
/external/boringssl/src/crypto/ec/ |
p256-64.c | 333 /* Carry 2->3 */ 363 /* In order to make space in tmp[3] for the carry from 2 -> 3, we 737 /* subtract_u64 sets *result = *result - v and *carry to one if the 739 static void subtract_u64(u64 *result, u64 *carry, u64 v) { 742 *carry = (r >> 64) & 1; 787 u64 carry; local 788 subtract_u64(&out[0], &carry, result & kPrime[0]); 789 subtract_u64(&out[1], &carry, carry); 790 subtract_u64(&out[2], &carry, carry) [all...] |
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
strtodg.c | 57 ULong carry = 1, y; local 72 y = *x + carry; 73 carry = y >> 16; 75 if (!carry) 78 if (carry) 185 ULong carry, inex, lostbits; local 188 carry = rv = 0; 236 carry = 1; 243 if (carry) { 281 carry = b->x[k1>>kshift] & (1 << (k1 & kmask)) [all...] |
/external/boringssl/src/crypto/bn/ |
generic.c | 341 BN_ULONG carry = 0; local 353 mul(rp[0], ap[0], bl, bh, carry); 354 mul(rp[1], ap[1], bl, bh, carry); 355 mul(rp[2], ap[2], bl, bh, carry); 356 mul(rp[3], ap[3], bl, bh, carry); 362 mul(rp[0], ap[0], bl, bh, carry); 367 return carry; 642 t += c0; /* no carry */ \ 654 BN_ULLONG tt = t + c0; /* no carry */ \ 660 t += c0; /* no carry */ \ [all...] |
/ndk/sources/android/support/src/stdio/ |
strtod.c | 728 ULong carry = 1, y; local 743 y = *x + carry; 744 carry = y >> 16; 746 if (!carry) 749 if (carry) 917 ULong carry, y, z; local 952 carry = 0; 954 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry; 955 carry = z >> 16; 956 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry; 2195 ULong carry, q, ys; local [all...] |
/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/libopus/celt/ |
entcode.h | 79 In the encoder: the number of oustanding carry propagating symbols.*/ 81 /*A buffered input/output symbol, awaiting carry propagation.*/
|
/external/lldb/source/Plugins/Process/Utility/ |
ARMDefines.h | 31 #define COND_CS 0x2 // Carry set >, ==, or unordered C == 1 33 #define COND_CC 0x3 // Carry clear Less than C == 0
|
/external/llvm/lib/Target/Sparc/ |
Sparc.h | 53 ICC_CC = 13 , // Carry Clear/Great or Equal Unsigned 54 ICC_CS = 5 , // Carry Set/Less Unsigned
|
/external/llvm/lib/Target/SystemZ/ |
README.txt | 80 produce a carry. SUBTRACT LOGICAL IMMEDIATE could be useful when we 82 ADD LOGICAL WITH CARRY and SUBTRACT LOGICAL WITH BORROW, so the high
|
/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/tcpdump/ |
sctpHeader.h | 227 * we must carry the init tag in the common header. Just the 246 /* For the graceful shutdown we must carry
|
/libcore/luni/src/main/native/ |
cbigint.cpp | 136 * do the temp1 + temp2 + carry addition correct. carry is 64 bit because gcc has 139 uint64_t carry; local 151 carry = 0; 158 arg1[index] = temp3 + carry; 160 carry = 0; 162 carry = 1; 165 if (!carry)
|
/art/compiler/utils/arm/ |
constants_arm.h | 105 CS = 2, // carry set/unsigned higher or same 106 CC = 3, // carry clear/unsigned lower 133 ADC = 5, // Add with Carry 134 SBC = 6, // Subtract with Carry 135 RSC = 7, // Reverse Subtract with 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/media/libstagefright/codecs/avc/enc/src/ |
sad_inline.h | 52 x7 = x7 ^ src1; /* only odd bytes need to add carry */ 55 src1 = src1 + (x7 >> 7); /* add 0xFF to the negative byte, add back carry */ 198 ADD src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */ 213 EOR x7, x7, src1; /* only odd bytes need to add carry */ 216 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 */
|