/external/chromium_org/v8/src/ |
D | bignum.cc | 201 Chunk borrow = 0; in SubtractBignum() local 204 DCHECK((borrow == 0) || (borrow == 1)); in SubtractBignum() 205 Chunk difference = bigits_[i + offset] - other.bigits_[i] - borrow; in SubtractBignum() 207 borrow = difference >> (kChunkSize - 1); in SubtractBignum() 209 while (borrow != 0) { in SubtractBignum() 210 Chunk difference = bigits_[i + offset] - borrow; in SubtractBignum() 212 borrow = difference >> (kChunkSize - 1); in SubtractBignum() 630 Chunk borrow = 0; in PlusCompare() local 638 if (sum > chunk_c + borrow) { in PlusCompare() 641 borrow = chunk_c + borrow - sum; in PlusCompare() [all …]
|
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
D | bignum.cc | 224 Chunk borrow = 0; in SubtractBignum() local 227 ASSERT((borrow == 0) || (borrow == 1)); in SubtractBignum() 228 Chunk difference = bigits_[i + offset] - other.bigits_[i] - borrow; in SubtractBignum() 230 borrow = difference >> (kChunkSize - 1); in SubtractBignum() 232 while (borrow != 0) { in SubtractBignum() 233 Chunk difference = bigits_[i + offset] - borrow; in SubtractBignum() 235 borrow = difference >> (kChunkSize - 1); in SubtractBignum() 653 Chunk borrow = 0; in PlusCompare() local 661 if (sum > chunk_c + borrow) { in PlusCompare() 664 borrow = chunk_c + borrow - sum; in PlusCompare() [all …]
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | dtoa.cpp | 514 unsigned long long borrow = 0; in diff() local 516 unsigned long long y = (unsigned long long)*xa++ - *xb++ - borrow; in diff() 517 borrow = y >> 32 & (uint32_t)1; in diff() 521 unsigned long long y = *xa++ - borrow; in diff() 522 borrow = y >> 32 & (uint32_t)1; in diff() 526 uint32_t borrow = 0; in diff() local 528 uint32_t y = (*xa & 0xffff) - (*xb & 0xffff) - borrow; in diff() 529 borrow = (y & 0x10000) >> 16; in diff() 530 uint32_t z = (*xa++ >> 16) - (*xb++ >> 16) - borrow; in diff() 531 borrow = (z & 0x10000) >> 16; in diff() [all …]
|
/external/chromium_org/base/third_party/dmg_fp/ |
D | dtoa.cc | 1079 ULLong borrow, y; variable 1081 ULong borrow, y; variable 1111 borrow = 0; 1114 y = (ULLong)*xa++ - *xb++ - borrow; 1115 borrow = y >> 32 & (ULong)1; 1120 y = *xa++ - borrow; 1121 borrow = y >> 32 & (ULong)1; 1127 y = (*xa & 0xffff) - (*xb & 0xffff) - borrow; 1128 borrow = (y & 0x10000) >> 16; 1129 z = (*xa++ >> 16) - (*xb++ >> 16) - borrow; [all …]
|
/external/clang/test/Index/ |
D | comment-cplus11-specific.cpp | 13 namespace borrow { namespace
|
/external/valgrind/main/VEX/switchback/ |
D | test_emfloat.c | 532 static void Sub16Bits(u16 *borrow,u16 *a,u16 b,u16 c); 794 static void Sub16Bits(u16 *borrow, in Sub16Bits() argument 803 accum-=(u32)*borrow; in Sub16Bits() 804 *borrow=(u32)((accum & 0x00010000) ? 1 : 0); /* New borrow */ in Sub16Bits() 1074 u16 borrow; in AddSubInternalFPF() local 1182 borrow = 0; in AddSubInternalFPF() 1184 Sub16Bits(&borrow, in AddSubInternalFPF() 1189 if (borrow) in AddSubInternalFPF() 1198 borrow = 0; in AddSubInternalFPF() 1201 Sub16Bits(&borrow, in AddSubInternalFPF()
|
/external/openssl/crypto/bn/asm/ |
D | mips-mont.S | 230 li $11,0 # clear borrow bit 254 or $5,$5,$6 # ap=borrow?tp:rp
|
D | armv4-mont.S | 152 orr r1,r1,r3 @ ap=borrow?tp:rp
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 267 bool borrow = false; in sub() local 269 uint64_t x_tmp = borrow ? x[i] - 1 : x[i]; in sub() 270 borrow = y[i] > x_tmp || (borrow && x[i] == 0); in sub() 273 return borrow; in sub() 1572 bool borrow = subtrahend > u_tmp; in KnuthDiv() local 1575 << ", borrow = " << borrow << '\n'); in KnuthDiv() 1581 while (borrow && k <= m+n) { // deal with borrow to the left in KnuthDiv() 1582 borrow = u[k] == 0; in KnuthDiv() 1586 isNeg |= borrow; in KnuthDiv()
|
D | APFloat.cpp | 900 APFloat::subtractSignificand(const APFloat &rhs, integerPart borrow) in subtractSignificand() argument 909 return APInt::tcSubtract(parts, rhs.significandParts(), borrow, in subtractSignificand()
|
/external/chromium_org/third_party/boringssl/linux-arm/crypto/bn/ |
D | armv4-mont.S | 153 orr r1,r1,r3 @ ap=borrow?tp:rp
|
/external/iproute2/doc/actions/ |
D | actions-general | 155 # next attempt to borrow b/width from a meter 161 # and then attempt to borrow from a meter used by all devices in the
|
/external/llvm/lib/Target/SystemZ/ |
D | README.txt | 81 need to produce a borrow. (Note that there are no memory forms of
|
/external/valgrind/main/coregrind/ |
D | m_main.c | 3339 Int q, uneg, vneg, diff, borrow; in divls() local 3344 borrow = (u0 != 0); in divls() 3345 u1 = -u1 - borrow;} in divls()
|
/external/valgrind/main/docs/internals/ |
D | s390-opcodes.csv | 504 slbgr,"subtract logical with borrow 64",implemented, 509 slbr,"subtract logical with borrow 32",implemented, 525 slbg,"subtract logical with borrow 64",implemented, 531 slb,"subtract logical with borrow 32",implemented,
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-arithmetic.txt | 4 # Add/Subtract with carry/borrow
|
/external/valgrind/main/VEX/priv/ |
D | guest_x86_helpers.c | 2055 Bool borrow = r_AL < 6; in x86g_calculate_daa_das_aaa_aas() local 2058 if (borrow) r_C = 1; in x86g_calculate_daa_das_aaa_aas()
|
D | host_mips_isel.c | 2400 HReg xLo, xHi, yLo, yHi, borrow; in iselInt64Expr_wrk() local 2407 borrow = newVRegI(env); in iselInt64Expr_wrk() 2415 addInstr(env, MIPSInstr_Cmp(False, size32, borrow, xLo, yLo, cc)); in iselInt64Expr_wrk() 2418 MIPSRH_Reg(borrow))); in iselInt64Expr_wrk()
|
/external/openssl/crypto/aes/asm/ |
D | bsaes-armv7.S | 1350 add r8, r6, #.LREVM0SR-.LM0 @ borrow r8 1369 adrl r8, .LREVM0SR @ borrow r8
|
D | aesv8-armx.S | 88 vmov.i8 q10,#8 @ borrow q10
|
/external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/ |
D | bsaes-armv7.S | 1353 add r8, r6, #.LREVM0SR-.LM0 @ borrow r8 1372 adrl r8, .LREVM0SR @ borrow r8
|
/external/llvm/test/MC/AArch64/ |
D | arm64-arithmetic-encoding.s | 5 ; Add/Subtract with carry/borrow
|
/external/antlr/antlr-3.4/runtime/C/ |
D | ChangeLog | 173 we borrow its string factroy adn use it in our EOF token in case
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts1porter.test | 2395 borrow borrow 2396 borrowed borrow 2397 borrower borrow 2398 borrowing borrow 2399 borrows borrow
|
/external/openssl/patches/ |
D | 0014-arm_asm.patch | 482 + vmov.i8 $key,#8 // borrow $key 2726 + add $ctr, $const, #.LREVM0SR-.LM0 @ borrow $ctr 2745 + adrl $ctr, .LREVM0SR @ borrow $ctr
|