Home
last modified time | relevance | path

Searched refs:borrow (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium_org/v8/src/
Dbignum.cc201 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/
Dbignum.cc224 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/
Ddtoa.cpp514 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/
Ddtoa.cc1079 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/
Dcomment-cplus11-specific.cpp13 namespace borrow { namespace
/external/valgrind/main/VEX/switchback/
Dtest_emfloat.c532 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/
Dmips-mont.S230 li $11,0 # clear borrow bit
254 or $5,$5,$6 # ap=borrow?tp:rp
Darmv4-mont.S152 orr r1,r1,r3 @ ap=borrow?tp:rp
/external/llvm/lib/Support/
DAPInt.cpp267 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()
DAPFloat.cpp900 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/
Darmv4-mont.S153 orr r1,r1,r3 @ ap=borrow?tp:rp
/external/iproute2/doc/actions/
Dactions-general155 # 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/
DREADME.txt81 need to produce a borrow. (Note that there are no memory forms of
/external/valgrind/main/coregrind/
Dm_main.c3339 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/
Ds390-opcodes.csv504 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/
Darm64-arithmetic.txt4 # Add/Subtract with carry/borrow
/external/valgrind/main/VEX/priv/
Dguest_x86_helpers.c2055 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()
Dhost_mips_isel.c2400 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/
Dbsaes-armv7.S1350 add r8, r6, #.LREVM0SR-.LM0 @ borrow r8
1369 adrl r8, .LREVM0SR @ borrow r8
Daesv8-armx.S88 vmov.i8 q10,#8 @ borrow q10
/external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
Dbsaes-armv7.S1353 add r8, r6, #.LREVM0SR-.LM0 @ borrow r8
1372 adrl r8, .LREVM0SR @ borrow r8
/external/llvm/test/MC/AArch64/
Darm64-arithmetic-encoding.s5 ; Add/Subtract with carry/borrow
/external/antlr/antlr-3.4/runtime/C/
DChangeLog173 we borrow its string factroy adn use it in our EOF token in case
/external/chromium_org/third_party/sqlite/src/test/
Dfts1porter.test2395 borrow borrow
2396 borrowed borrow
2397 borrower borrow
2398 borrowing borrow
2399 borrows borrow
/external/openssl/patches/
D0014-arm_asm.patch482 + vmov.i8 $key,#8 // borrow $key
2726 + add $ctr, $const, #.LREVM0SR-.LM0 @ borrow $ctr
2745 + adrl $ctr, .LREVM0SR @ borrow $ctr

12