HomeSort by relevance Sort by last modified time
    Searched full:carry (Results 326 - 350 of 2018) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fpformat.py 74 if nextdigit >= '5': # Hard case: increment last digit, may have carry!
  /system/core/adb/
OVERVIEW.TXT 136 Each transport can carry one or more multiplexed streams between clients
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_mul.c 516 /* Might have a carry */
523 * c1 holds the carry bits
692 /* Might have a carry */
699 * c1 holds the carry bits
869 /* R[1]=t[3]+l[0]+r[0](+-)t[0] (have carry/borrow)
870 * R[2]=r[0]+t[3]+r[1](+-)t[1] (have carry/borrow)
871 * R[3]=r[1]+(carry/borrow)
  /external/openssl/crypto/bn/
bn_mul.c 516 /* Might have a carry */
523 * c1 holds the carry bits
692 /* Might have a carry */
699 * c1 holds the carry bits
869 /* R[1]=t[3]+l[0]+r[0](+-)t[0] (have carry/borrow)
870 * R[2]=r[0]+t[3]+r[1](+-)t[1] (have carry/borrow)
871 * R[3]=r[1]+(carry/borrow)
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
modexp512-x86_64.pl 446 # check for carry ;; carry stored in rax
534 #accumulate the final carry to rbp
555 # if there is a carry: rsi = 0xFFFFFFFFFFFFFFFF
556 # if carry is clear: rsi = 0x0000000000000000
559 # if carry is clear, subtract 0. Otherwise, subtract 256 bits of m
585 # if carry is clear, subtract 0. Otherwise, subtract 256 bits of m
591 # if rbp = 0, there was a borrow before, it is moved to the carry flag
592 # if rbp = 1, there was not a borrow before, carry flag is cleared
1337 # if Carry is clear, replace result with differenc
    [all...]
s390x-mont.pl 111 lghi $rp,-$stdframe-8 # leave room for carry bit
247 slbgr $AHI,$ahi # handle upmost carry
  /external/llvm/include/llvm/ADT/
APInt.h     [all...]
  /external/openssl/crypto/bn/asm/
modexp512-x86_64.pl 446 # check for carry ;; carry stored in rax
534 #accumulate the final carry to rbp
555 # if there is a carry: rsi = 0xFFFFFFFFFFFFFFFF
556 # if carry is clear: rsi = 0x0000000000000000
559 # if carry is clear, subtract 0. Otherwise, subtract 256 bits of m
585 # if carry is clear, subtract 0. Otherwise, subtract 256 bits of m
591 # if rbp = 0, there was a borrow before, it is moved to the carry flag
592 # if rbp = 1, there was not a borrow before, carry flag is cleared
1337 # if Carry is clear, replace result with differenc
    [all...]
  /external/valgrind/main/coregrind/
m_syscall.c 52 unlike most Unices, which use the condition codes' carry flag.
454 * UNIX: the carry flag indicates success or failure
466 // error indicated by carry flag: clear=good, set=bad
520 * UNIX: the carry flag indicates success or failure
533 // error indicated by carry flag: clear=good, set=bad
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aesni-x86_64.pl     [all...]
  /external/openssl/crypto/aes/asm/
aesni-x86_64.pl     [all...]
  /external/llvm/lib/Support/
APFloat.cpp 856 integerPart carry;
858 carry = APInt::tcIncrement(significandParts(), partCount());
861 assert(carry == 0);
862 (void)carry;
865 /* Add the significand of the RHS. Returns the carry flag. */
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemastypes.c 3549 long carry, mon, day; local
3746 long carry, tempdays, temp; local
    [all...]
  /external/libxml2/
xmlschemastypes.c 3556 long carry, mon, day; local
3753 long carry, tempdays, temp; local
    [all...]
  /art/compiler/dex/quick/mips/
int_mips.cc 458 // carry-set/clear flipped?
471 // carry-set/clear flipped?
  /external/bluetooth/bluedroid/stack/include/
gap_api.h 252 ** GAP_ERR_PROCESSING if not enough resources to carry out request
389 ** GAP_ERR_PROCESSING if not enough resources to carry out request
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
GCMBlockCipher.java 337 * Then we carry this difference forward by multiplying by H^c, where c is the number of (full or
365 // Carry the difference forward
  /external/chromium_org/third_party/freetype/include/freetype/config/
ftconfig.h 331 adc t, t, #0 /* t += carry */
361 "adc %2, %2, #0\n\t" /* %2 += carry */
  /external/chromium_org/third_party/libwebp/utils/
bit_writer.c 64 if (bits & 0x100) { // overflow -> propagate carry over pending 0xff's
74 bw->run_++; // delay writing of bytes 0xff, pending eventual carry.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 102 cc_NAE, /* not above or equal / carry */
103 cc_AE, /* above or equal / not carry */
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prlong.h 262 _y1 += _hi16(_y0); /* can't carry */ \
263 _y1 += _y2; /* might carry */ \
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_int.c 103 * complement and 0 by the add one (due to carry) so just copy as many trailing
104 * zeros to the destination as there are in the source. The carry will add one
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-armv4.S 376 vsli.8 d2,d3,#1 @ compose the "carry" byte
379 vmull.p8 q11,d2,d5 @ "carry"·0xe1
  /external/freetype/include/freetype/config/
ftconfig.h 358 adc t, t, #0 /* t += carry */
388 "adc %2, %2, #0\n\t" /* %2 += carry */
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 32 HS, // Carry set >, ==, or unordered
33 LO, // Carry clear Less than

Completed in 1961 milliseconds

<<11121314151617181920>>