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 */