/external/valgrind/main/VEX/switchback/ |
test_emfloat.c | 531 static void Add16Bits(u16 *carry,u16 *a,u16 b,u16 c); 533 static void ShiftMantLeft1(u16 *carry,u16 *mantissa); 534 static void ShiftMantRight1(u16 *carry,u16 *mantissa); 768 ** Add b, c, and carry. Retult in a. New carry in carry. 770 static void Add16Bits(u16 *carry, 779 ** the carry. 783 accum+=(u32)*carry; 784 *carry=(u16)((accum & 0x00010000) ? 1 : 0); /* New carry * 872 u16 carry; \/* Self-explanatory *\/ local 916 u16 carry; local 1075 u16 carry; local 1283 u16 carry; local 1445 u16 carry; local [all...] |
/external/llvm/test/CodeGen/Generic/ |
add-with-overflow-128.ll | 14 br i1 %obit, label %carry, label %normal 20 carry:
|
/external/llvm/test/CodeGen/X86/ |
umul-with-carry.ll | 14 br i1 %obit, label %carry, label %normal 20 carry:
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
x86_cliptest.S | 172 ADD_L( EBP, EBP ) /* ebp = abs(S(3))*2 ; carry = sign of S(3) */ 175 ADD_L( EBX, EBX ) /* ebx = abs(S(2))*2 ; carry = sign of S(2) */ 178 CMP_L( EBX, EBP ) /* carry = abs(S(2))*2 > abs(S(3))*2 */ 183 ADD_L( EBX, EBX ) /* ebx = abs(S(1))*2 ; carry = sign of S(1) */ 186 CMP_L( EBX, EBP ) /* carry = abs(S(1))*2 > abs(S(3))*2 */ 191 ADD_L( EBX, EBX ) /* ebx = abs(S(0))*2 ; carry = sign of S(0) */ 194 CMP_L( EBX, EBP ) /* carry = abs(S(0))*2 > abs(S(3))*2 */ 338 ADD_L( EBP, EBP ) /* ebp = abs(S(3))*2 ; carry = sign of S(3) */ 341 ADD_L( EBX, EBX ) /* ebx = abs(S(2))*2 ; carry = sign of S(2) */ 344 CMP_L( EBX, EBP ) /* carry = abs(S(2))*2 > abs(S(3))*2 * [all...] |
/external/mesa3d/src/mesa/x86/ |
x86_cliptest.S | 172 ADD_L( EBP, EBP ) /* ebp = abs(S(3))*2 ; carry = sign of S(3) */ 175 ADD_L( EBX, EBX ) /* ebx = abs(S(2))*2 ; carry = sign of S(2) */ 178 CMP_L( EBX, EBP ) /* carry = abs(S(2))*2 > abs(S(3))*2 */ 183 ADD_L( EBX, EBX ) /* ebx = abs(S(1))*2 ; carry = sign of S(1) */ 186 CMP_L( EBX, EBP ) /* carry = abs(S(1))*2 > abs(S(3))*2 */ 191 ADD_L( EBX, EBX ) /* ebx = abs(S(0))*2 ; carry = sign of S(0) */ 194 CMP_L( EBX, EBP ) /* carry = abs(S(0))*2 > abs(S(3))*2 */ 338 ADD_L( EBP, EBP ) /* ebp = abs(S(3))*2 ; carry = sign of S(3) */ 341 ADD_L( EBX, EBX ) /* ebx = abs(S(2))*2 ; carry = sign of S(2) */ 344 CMP_L( EBX, EBP ) /* carry = abs(S(2))*2 > abs(S(3))*2 * [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
ppc64-mont.pl | 99 $carry="r0"; 274 li $carry,0 504 add $t0,$t0,$carry ; can not overflow 509 srdi $carry,$t0,16 510 add $t1,$t1,$carry 511 srdi $carry,$t1,16 518 add $t2,$t2,$carry 521 srdi $carry,$t2,16 525 add $t3,$t3,$carry 526 srdi $carry,$t3,1 [all...] |
/external/openssl/crypto/bn/asm/ |
ppc64-mont.pl | 99 $carry="r0"; 274 li $carry,0 504 add $t0,$t0,$carry ; can not overflow 509 srdi $carry,$t0,16 510 add $t1,$t1,$carry 511 srdi $carry,$t1,16 518 add $t2,$t2,$carry 521 srdi $carry,$t2,16 525 add $t3,$t3,$carry 526 srdi $carry,$t3,1 [all...] |
/external/kernel-headers/original/asm-mips/ |
checksum.h | 106 int carry; local 110 carry = (csum < word[1]); 111 csum += carry; 114 carry = (csum < word[2]); 115 csum += carry; 118 carry = (csum < word[3]); 119 csum += carry; 124 carry = (csum < *word); 125 csum += carry; 251 " addu %0, $1 # Add final carry\n [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn_add.c | 108 BN_ULONG *ap,*bp,*rp,carry,t1,t2; local 130 carry=bn_add_words(rp,ap,bp,min); 135 if (carry) 145 carry=0; 149 if (carry) 151 /* carry != 0 => dif == 0 */ 170 int i,carry; local 195 carry=0; 200 if (carry) 202 carry=(t1 <= t2) [all...] |
/external/openssl/crypto/bn/ |
bn_add.c | 108 BN_ULONG *ap,*bp,*rp,carry,t1,t2; local 130 carry=bn_add_words(rp,ap,bp,min); 135 if (carry) 145 carry=0; 149 if (carry) 151 /* carry != 0 => dif == 0 */ 170 int i,carry; local 195 carry=0; 200 if (carry) 202 carry=(t1 <= t2) [all...] |
/external/valgrind/main/none/tests/s390x/ |
cksm.c | 69 easy to see whether there was a carry-out. */ 72 /* If there was a carry-out, add 1 to the sum. */ 102 /* If there was a carry-out, add 1 to the sum. */ 185 /* Add one word to an initial sum; no carry */ 193 /* Add one word to an initial sum; with carry */ 201 /* Add 15 words to an initial sum; no carry */ 223 /* Add some words such that every addition generates a carry. 247 /* Add 1 byte; no carry */ 255 /* Add 1 byte; carry */ 263 /* Add 2 bytes; no carry */ [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/ |
dsa.rst | 44 The operation to carry out if the stencil test fails. One of 47 The operation to carry out if the stencil test passes but the depth test 50 The operation to carry out if the stencil test and depth test both pass.
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/x86/ |
mul.pl | 19 &xor($c,$c); # clear carry 38 &adc("edx",0); # H(t)+=carry 65 &adc("edx",0); # H(t)+=carry
|
/external/dropbear/libtommath/ |
bn_s_mp_mul_high_digs.c | 46 /* clear the carry */ 67 /* carry the carry */
|
bn_fast_mp_montgomery_reduce.c | 73 * that W[ix-1] have the carry cleared (see after the inner loop) 85 * inner loop In this case we fix the carry from the previous 88 * handled by fixing up one carry after the inner loop. The 89 * carry fixups are done in order so after these loops the 109 /* now fix carry for next digit, W[ix+1] */ 126 /* alias for next word, where the carry goes */
|
/external/mesa3d/src/gallium/docs/source/cso/ |
dsa.rst | 44 The operation to carry out if the stencil test fails. One of 47 The operation to carry out if the stencil test passes but the depth test 50 The operation to carry out if the stencil test and depth test both pass.
|
/external/openssl/crypto/bn/asm/x86/ |
mul.pl | 19 &xor($c,$c); # clear carry 38 &adc("edx",0); # H(t)+=carry 65 &adc("edx",0); # H(t)+=carry
|
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
bignum.cc | 191 // In both cases we might need a carry bigit. 194 Chunk carry = 0; local 198 Chunk sum = bigits_[bigit_pos] + other.bigits_[i] + carry; 200 carry = sum >> kBigitSize; 204 while (carry != 0) { 205 Chunk sum = bigits_[bigit_pos] + carry; 207 carry = sum >> kBigitSize; 260 // Assert that this number + 1 (for the carry) fits into double chunk. 262 DoubleChunk carry = 0; local 264 DoubleChunk product = static_cast<DoubleChunk>(factor) * bigits_[i] + carry; [all...] |
/external/chromium_org/v8/src/ |
bignum.cc | 190 // In both cases we might need a carry bigit. 193 Chunk carry = 0; local 197 Chunk sum = bigits_[bigit_pos] + other.bigits_[i] + carry; 199 carry = sum >> kBigitSize; 203 while (carry != 0) { 204 Chunk sum = bigits_[bigit_pos] + carry; 206 carry = sum >> kBigitSize; 259 // Assert that this number + 1 (for the carry) fits into double chunk. 261 DoubleChunk carry = 0; local 263 DoubleChunk product = static_cast<DoubleChunk>(factor) * bigits_[i] + carry; [all...] |
/external/v8/src/ |
bignum.cc | 189 // In both cases we might need a carry bigit. 192 Chunk carry = 0; local 196 Chunk sum = bigits_[bigit_pos] + other.bigits_[i] + carry; 198 carry = sum >> kBigitSize; 202 while (carry != 0) { 203 Chunk sum = bigits_[bigit_pos] + carry; 205 carry = sum >> kBigitSize; 258 // Assert that this number + 1 (for the carry) fits into double chunk. 260 DoubleChunk carry = 0; local 262 DoubleChunk product = static_cast<DoubleChunk>(factor) * bigits_[i] + carry; [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
entenc.c | 72 /*Outputs a symbol, with a carry bit. 73 If there is a potential to propagate a carry over several symbols, they are 74 buffered until it can be determined whether or not an actual carry will 80 The alternative is to truncate the range in order to force a carry, but 81 requires similar carry tracking in the decoder, needlessly slowing it down.*/ 84 /*No further carry propagation possible, flush buffer.*/ 85 int carry; local 86 carry=_c>>EC_SYM_BITS; 89 if(_this->rem>=0)_this->error|=ec_write_byte(_this,_this->rem+carry); 92 sym=(EC_SYM_MAX+carry)&EC_SYM_MAX [all...] |
/external/llvm/test/CodeGen/ARM/ |
carry.ll | 23 ; add with live carry 33 ; ch == carry bit
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
MessageProtocol.java | 60 private Byte carry; field in class:MessageProtocol 114 // If we have a left over carry then we need to 116 if( carry != null ) { 117 byte high = carry; 121 carry = null; 130 carry = buffer.get();
|
/external/srec/srec/cfront/ |
himul32.h | 128 asr_uint32_t oldlo, carry; 165 // Note that folding mid into lo can cause a carry. An old trick 166 // for portable carry-detection applies: if a and b are unsigned, 173 carry = lo < oldlo; 175 hi += carry + (mid >> 16); 181 // complement and adding 1. So there's a carry out of the low
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
dtoa.cpp | 163 unsigned long long carry; local 165 uint32_t carry; 171 carry = a; 174 unsigned long long y = *x * (unsigned long long)m + carry; 175 carry = y >> 32; 179 uint32_t y = (xi & 0xffff) * m + carry; 181 carry = z >> 16; 186 if (carry) 187 b.append((uint32_t)carry); 282 unsigned long long carry, z local 284 uint32_t carry, z; local 619 unsigned long long borrow, carry, y, ys; local 621 uint32_t borrow, carry, y, ys; local [all...] |