/external/llvm/lib/Target/PowerPC/ |
PPCRegisterInfo.td | 216 // Carry bit. In the architecture this is really bit 0 of the XER register 219 def CARRY: SPR<1, "ca">, DwarfRegNum<[76]>; 357 def CARRYRC : RegisterClass<"PPC", [i32], 32, (add CARRY)> {
|
/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)
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_crc.cpp | 145 uint32 carry; local 150 carry = *crc & 0x8000; 152 if (!carry ^ !(data & masking))
|
/frameworks/native/cmds/servicemanager/ |
binder.c | 541 /* Note: The payload will carry 32bit size instead of size_t */ 567 /* Note: The payload will carry 32bit size instead of size_t */ 604 /* Note: The payload will carry 32bit size instead of size_t */
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
GCMBlockCipher.java | 357 * Then we carry this difference forward by multiplying by H^c, where c is the number of (full or 385 // Carry the difference forward
|
/external/bzip2/ |
README | 27 complete ok, carry on to installation: 140 to carry out a patent search. Therefore I cannot give any
|
/external/compiler-rt/lib/builtins/ |
fp_lib.h | 92 // Sum terms that contribute to lo in a way that allows us to get the carry 96 // Sum terms contributing to hi with the carry from lo
|
/external/freetype/include/internal/ |
ftcalc.h | 59 adc t, t, #0 /* t += carry */ 95 "adc %2, %2, #0\n\t" /* %2 += carry */
|
/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 198 /// like ADDC/SUBC, which indicate the carry result is always false. 201 /// Carry-setting nodes for multiple precision addition and subtraction. 204 /// result is the carry flag result. 207 /// Carry-using nodes for multiple precision addition and subtraction. These 209 /// the add or sub, and the third is the input carry flag. These nodes 211 /// carry flag. These nodes both read and write a carry flag to allow them 579 /// of a call sequence, and carry arbitrary information that target might [all...] |
/external/llvm/lib/Target/Mips/ |
Mips16ISelDAGToDAG.cpp | 283 SDNode *Carry = CurDAG->getMachineNode(Sltu_op, DL, VT, Ops); 286 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/pdfium/third_party/freetype/include/internal/ |
ftcalc.h | 59 adc t, t, #0 /* t += carry */ 95 "adc %2, %2, #0\n\t" /* %2 += carry */
|
/external/valgrind/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 */
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
perf_unittest.c | 33 { /* we carry microseconds */ 48 { /* we only carry seconds */
|
/external/boringssl/src/crypto/aes/asm/ |
aesni-x86.pl | [all...] |
/art/compiler/dex/ |
compiler_enums.h | 455 kCondCs, // carry set 456 kCondCc, // carry clear 501 kX86CondC = kX86CondB, // carry 505 kX86CondNc = kX86CondNb, // not-carry
|
/art/runtime/ |
common_runtime_test.h | 158 // Sets a CheckJni abort hook to catch failures. Note that this will cause CheckJNI to carry on
|
/bionic/libc/arch-arm64/generic/bionic/ |
strcmp.S | 99 as carry-propagation can corrupt the upper bits if the trailing
|
strlen.S | 92 /* For big-endian, carry propagation (if the final byte in the
|
strnlen.S | 121 /* For big-endian, carry propagation (if the final byte in the
|
/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. */
|