HomeSort by relevance Sort by last modified time
    Searched full:carry (Results 151 - 175 of 1679) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/opencv/cxcore/src/
cxrand.cpp 54 Multiply-with-carry generator is used here:
55 temp = ( A*X(n) + carry )
57 carry = temp / (2^32)
  /external/openssl/crypto/sha/asm/
sha1-armv4-large.pl 190 cmn sp,#0 @ [+3], clear carry to denote 20_39
197 teq $Xi,sp @ preserve carry
214 cmp sp,#0 @ set carry to denote 60_79
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_crc.cpp 145 uint32 carry; local
150 carry = *crc & 0x8000;
152 if (!carry ^ !(data & masking))
  /external/bzip2/
README 27 complete ok, carry on to installation:
140 to carry out a patent search. Therefore I cannot give any
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 200 /// like ADDC/SUBC, which indicate the carry result is always false.
203 /// Carry-setting nodes for multiple precision addition and subtraction.
206 /// result is the carry flag result.
209 /// Carry-using nodes for multiple precision addition and subtraction. These
211 /// the add or sub, and the third is the input carry flag. These nodes
213 /// carry flag. These nodes both read and write a carry flag to allow them
538 /// of a call sequence, and carry arbitrary information that target might
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 270 SDNode *Carry = CurDAG->getMachineNode(Sltu_op, DL, VT, Ops, 2);
273 SDValue(Carry,0), RHS);
  /external/openssl/crypto/bn/
bn_sqr.c 188 /* There will not be a carry */
271 * c1 holds the carry bits
  /external/valgrind/main/VEX/priv/
guest_s390_defs.h 155 | S390_CC_OP_UNSIGNED_ADDC_32 | Z 1st operand | Z 2nd operand | Z carry in |
156 | S390_CC_OP_UNSIGNED_ADDC_64 | Z 1st operand | Z 2nd operand | Z carry in |
  /external/valgrind/main/coregrind/m_syswrap/
syscall-amd64-darwin.S 144 setc 0(%rsp) /* stash returned carry flag */
151 /* save carry flag to VEX */
syscall-x86-darwin.S 149 setc 0(%esp) /* stash returned carry flag */
154 /* UNIX: save carry flag to vex */
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
arith_routines_hist.c 80 /* handle carry */
83 /* propagate carry */
arith_routines_logist.c 164 /* handle carry */
167 /* propagate carry */
  /frameworks/base/docs/html/design/patterns/
pure-android.jd 21 <p>As you build your app for Android, don't carry over themed UI elements from other platforms and
46 <h4>Don't carry over platform-specific icons</h4>
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c 33 { /* we carry microseconds */
48 { /* we only carry seconds */
  /external/llvm/lib/Support/
APFloat.cpp 802 integerPart carry;
804 carry = APInt::tcIncrement(significandParts(), partCount());
807 assert(carry == 0);
808 (void)carry;
811 /* Add the significand of the RHS. Returns the carry flag. */
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-x86.pl 1076 &pand ($twres,$twmask); # isolate carry and residue
    [all...]
  /bionic/libc/arch-mips/string/
mips-string-ops.h 114 a reverse-carry-set like determination of the zero byte.
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_fmodl.c 68 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */
  /cts/tests/SignatureTest/src/android/tests/sigtest/
SignatureTestActivity.java 181 * @param i The intent to carry the result.
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_defs.h 397 Mnemonic_ADC, // Add with Carry
407 Mnemonic_CMC, // Complement Carry Flag
600 Mnemonic_RCR, // Rotate right through CARRY flag
602 Mnemonic_RCL, // Rotate left through CARRY flag
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryProvider.java 84 * When searching all of the dictionary for matches, the selectionArgs argument must carry
  /external/aac/
NOTICE 46 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
  /external/aac/libAACdec/src/
aacdec_hcr_bit.h 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
debug.h 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
ldfiltbank.h 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software

Completed in 1361 milliseconds

1 2 3 4 5 67 8 91011>>