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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/x86/rtasm/
x86sse.h 58 cc_NAE, /* not above or equal / carry */
59 cc_AE, /* above or equal / not carry */
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_sqr.c 188 /* There will not be a carry */
271 * c1 holds the carry bits
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 188 /// like ADDC/SUBC, which indicate the carry result is always false.
191 /// Carry-setting nodes for multiple precision addition and subtraction.
194 /// result is the carry flag result.
197 /// Carry-using nodes for multiple precision addition and subtraction. These
199 /// the add or sub, and the third is the input carry flag. These nodes
201 /// carry flag. These nodes both read and write a carry flag to allow them
526 /// of a call sequence, and carry arbitrary information that target might
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 277 SDNode *Carry = CurDAG->getMachineNode(Sltu_op, DL, VT, Ops);
280 SDValue(Carry,0), RHS);
  /external/mesa3d/src/mesa/x86/rtasm/
x86sse.h 58 cc_NAE, /* not above or equal / carry */
59 cc_AE, /* above or equal / not carry */
  /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/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aesni-x86.pl 1076 &pand ($twres,$twmask); # isolate carry and residue
    [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/libc/upstream-freebsd/lib/libc/stdio/
mktemp.c 179 /* carry to next position? */
  /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 918 milliseconds

1 2 3 4 5 6 7 8 91011>>