/external/v8/src/ |
D | bignum.cc | 223 Chunk borrow = 0; in SubtractBignum() local 226 ASSERT((borrow == 0) || (borrow == 1)); in SubtractBignum() 227 Chunk difference = bigits_[i + offset] - other.bigits_[i] - borrow; in SubtractBignum() 229 borrow = difference >> (kChunkSize - 1); in SubtractBignum() 231 while (borrow != 0) { in SubtractBignum() 232 Chunk difference = bigits_[i + offset] - borrow; in SubtractBignum() 234 borrow = difference >> (kChunkSize - 1); in SubtractBignum() 652 Chunk borrow = 0; in PlusCompare() local 660 if (sum > chunk_c + borrow) { in PlusCompare() 663 borrow = chunk_c + borrow - sum; in PlusCompare() [all …]
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | dtoa.cpp | 583 unsigned long long borrow = 0; in diff() local 585 unsigned long long y = (unsigned long long)*xa++ - *xb++ - borrow; in diff() 586 borrow = y >> 32 & (uint32_t)1; in diff() 590 unsigned long long y = *xa++ - borrow; in diff() 591 borrow = y >> 32 & (uint32_t)1; in diff() 595 uint32_t borrow = 0; in diff() local 597 uint32_t y = (*xa & 0xffff) - (*xb & 0xffff) - borrow; in diff() 598 borrow = (y & 0x10000) >> 16; in diff() 599 uint32_t z = (*xa++ >> 16) - (*xb++ >> 16) - borrow; in diff() 600 borrow = (z & 0x10000) >> 16; in diff() [all …]
|
/external/chromium/base/third_party/dmg_fp/ |
D | dtoa.cc | 1070 ULLong borrow, y; variable 1072 ULong borrow, y; variable 1102 borrow = 0; 1105 y = (ULLong)*xa++ - *xb++ - borrow; 1106 borrow = y >> 32 & (ULong)1; 1111 y = *xa++ - borrow; 1112 borrow = y >> 32 & (ULong)1; 1118 y = (*xa & 0xffff) - (*xb & 0xffff) - borrow; 1119 borrow = (y & 0x10000) >> 16; 1120 z = (*xa++ >> 16) - (*xb++ >> 16) - borrow; [all …]
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 263 bool borrow = false; in sub() local 265 uint64_t x_tmp = borrow ? x[i] - 1 : x[i]; in sub() 266 borrow = y[i] > x_tmp || (borrow && x[i] == 0); in sub() 269 return borrow; in sub() 1662 bool borrow = subtrahend > u_tmp; in KnuthDiv() local 1665 << ", borrow = " << borrow << '\n'); in KnuthDiv() 1671 while (borrow && k <= m+n) { // deal with borrow to the left in KnuthDiv() 1672 borrow = u[k] == 0; in KnuthDiv() 1676 isNeg |= borrow; in KnuthDiv()
|
D | APFloat.cpp | 854 APFloat::subtractSignificand(const APFloat &rhs, integerPart borrow) in subtractSignificand() argument 863 return APInt::tcSubtract(parts, rhs.significandParts(), borrow, in subtractSignificand()
|
/external/openssl/crypto/bn/asm/ |
D | armv4-mont.s | 128 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/libffi/ |
D | configure.ac | 15 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
|
/external/valgrind/main/coregrind/ |
D | m_main.c | 3194 Int q, uneg, vneg, diff, borrow; in divls() local 3199 borrow = (u0 != 0); in divls() 3200 u1 = -u1 - borrow;} in divls()
|
/external/valgrind/main/VEX/priv/ |
D | guest_x86_helpers.c | 2041 Bool borrow = r_AL < 6; in x86g_calculate_daa_das_aaa_aas() local 2044 if (borrow) r_C = 1; in x86g_calculate_daa_das_aaa_aas()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1750 // assume opposite meanings of the carry flag (i.e., carry == !borrow).
|
D | ARMInstrInfo.td | 2420 // assume opposite meanings of the carry flag (i.e., carry == !borrow).
|
/external/libvpx/examples/includes/geshi/docs/ |
D | geshi-doc.txt | 1734 … a long time, and I don't reccommend doing it this way. And yes, you can borrow the styles if you …
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUInstrInfo.td | 735 // with carry (borrow, in this case)
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 3848 N^V "borrow" :G2P
|
/external/jpeg/ |
D | libjpeg.doc | 1746 scan sequences, you may wish to borrow the scan script reading code found
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 3327 borrow bor]
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 12383 Since we borrow the code for condition variables from other sources,
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-08-23 | 23930 is to borrow a check from the delete algorithm. Though I call caretMaxOffset(),
|
D | ChangeLog-2008-08-10 | 63836 borrow from the Mac and Win ports.
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 5370 http://etext.library.adelaide.edu.au/b/borrow/george/lavengro/chapter67.html
|