/external/python/cpython2/Doc/includes/ |
mp_workers.py | 2 # Simple example which uses a pool of workers to carry out some tasks.
|
/external/skia/tests/ |
TextureProxyTest.cpp | 50 // Only budgeted & wrapped external proxies get to carry uniqueKeys 60 // Only budgeted & wrapped external proxies get to carry uniqueKeys 71 // Only budgeted & wrapped external proxies get to carry uniqueKeys 89 // Only budgeted & wrapped external proxies get to carry uniqueKeys
|
/external/skqp/tests/ |
TextureProxyTest.cpp | 50 // Only budgeted & wrapped external proxies get to carry uniqueKeys 60 // Only budgeted & wrapped external proxies get to carry uniqueKeys 71 // Only budgeted & wrapped external proxies get to carry uniqueKeys 89 // Only budgeted & wrapped external proxies get to carry uniqueKeys
|
/external/swiftshader/third_party/LLVM/utils/Target/ARM/ |
analyze-match-table.py | 25 # For every mnemonic, compute whether or not it can have a carry setting
|
/external/syslinux/dosutil/ |
eltorito.txt | 8 on a Dell PC with very buggy BIOS. It does not clear the carry flag after a
|
/external/v8/src/ |
string-builder.cc | 64 // Set the flag and carry on. Delay throwing the exception till the end.
|
/external/valgrind/memcheck/tests/amd64-solaris/ |
context_rflags2.c | 7 the syscall finished. This means that Valgrind had to save a correct carry
|
/frameworks/base/core/java/com/android/internal/net/ |
LegacyVpnInfo.java | 26 * A simple container used to carry information of the ongoing legacy VPN.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/licenses/mingw-w64-svn-r5861/ |
COPYING | 28 5. If any files are modified, you must cause the modified files to carry
|
/toolchain/binutils/binutils-2.27/cpu/ |
ip2k.cpu | 277 (dsh h-cbit "carry bit" () (register BI)) 278 (dsh h-dcbit "digit-carry bit" () (register BI)) 302 (dnop cbit "carry bit" () h-cbit f-nil) 303 (dnop dcbit "digit carry bit" () h-dcbit f-nil) 320 ; "DC" = "digit carry", ie carry between nibbles 569 (dni addcfr_w "Add w/carry fr,W" 601 (dni addcw_fr "Add w/carry W,fr" 723 (dni subcw_fr "Subract w/carry W,fr" 737 (dni subcfr_w "Subtract w/carry fr,W [all...] |
xstormy16.cpu | 462 ; Update the PSW as with set-psw, but also set the carry flag. 463 (define-pmacro (set-psw-carry Rd index value carry ws) 467 (sll (and carry #x1) 2)) 504 ; just using a carry for both). 527 (set-psw-carry (reg HI h-gr index) index (trunc HI tmpfoo) (and (srl tmpfoo 16) 1) 1))) 536 (set-psw-carry (reg HI h-gr index) index (trunc HI tmpfoo) (and (srl tmpfoo 16) 1) 1))) 1226 "ADD carry and general register to general register" 1235 "ADD carry and 4-bit immediate to general register" 1244 "ADD carry and 8-bit immediate [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic4x/ |
addressing.s | 12 bc Type_BI ; Carry branch (00001) 17 bnc Type_BI ; No carry branch (00100) 44 ldic R0,R0 ; Carry load (00001) 49 ldinc R0,R0 ; No carry load (00100)
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
strtodg.c | 57 ULong carry = 1, y; local 72 y = *x + carry; 73 carry = y >> 16; 75 if (!carry) 78 if (carry) 185 ULong carry, inex, lostbits; local 188 carry = rv = 0; 236 carry = 1; 243 if (carry) { 281 carry = b->x[k1>>kshift] & (1 << (k1 & kmask)) [all...] |
/external/boringssl/src/crypto/fipsmodule/bn/ |
montgomery.c | 271 // includes |carry| which is stored separately. 273 BN_ULONG carry = 0; local 276 v += carry + a[i + num_n]; 277 carry |= (v != a[i + num_n]); 278 carry &= (v <= a[i + num_n]); 283 // includes |carry| which is stored separately. 290 BN_ULONG v = bn_sub_words(r, a, n, num_n) - carry; 315 int max = (2 * n->top); // carry is stored separately
|
/external/capstone/include/ |
sparc.h | 39 SPARC_CC_ICC_CC = 13+256, // Carry Clear/Great or Equal Unsigned 40 SPARC_CC_ICC_CS = 5+256, // Carry Set/Less Unsigned
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
processor-flags.h | 11 #define X86_EFLAGS_CF_BIT 0 /* Carry Flag */ 17 #define X86_EFLAGS_AF_BIT 4 /* Auxiliary carry Flag */
|
/external/libopus/celt/ |
entcode.h | 85 In the encoder: the number of oustanding carry propagating symbols.*/ 87 /*A buffered input/output symbol, awaiting carry propagation.*/
|
/external/llvm/lib/Target/SystemZ/ |
README.txt | 58 produce a carry. SUBTRACT LOGICAL IMMEDIATE could be useful when we 60 ADD LOGICAL WITH CARRY and SUBTRACT LOGICAL WITH BORROW, so the high
|
/external/llvm/test/CodeGen/PowerPC/ |
2009-09-18-carrybit.ll | 18 %carry.0274 = phi i32 [ 0, %entry ], [%tmp122, %bb40 ] ; <i32> [#uses=1] 44 %tmp118 = or i32 %tmp117, %carry.0274 ; <i32> [#uses=1]
|
/external/python/cpython2/Doc/library/ |
fpectl.rst | 20 Most computers carry out floating point operations in conformance with the 34 nothing special happened when you asked Python to carry out those calculations.
|
/external/python/cpython3/Doc/library/ |
fpectl.rst | 21 Most computers carry out floating point operations in conformance with the 35 nothing special happened when you asked Python to carry out those calculations.
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
difradix2.c | 42 * Generate index pairs (x, bitreverse(x)) and carry out the permutation. 61 * that absorbs a possible carry. */
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
Sparc.h | 49 ICC_CC = 13 , // Carry Clear/Great or Equal Unsigned 50 ICC_CS = 5 , // Carry Set/Less Unsigned
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
2009-09-18-carrybit.ll | 18 %carry.0274 = phi i32 [ 0, %entry ], [%tmp122, %bb40 ] ; <i32> [#uses=1] 44 %tmp118 = or i32 %tmp117, %carry.0274 ; <i32> [#uses=1]
|
/external/swiftshader/third_party/subzero/src/ |
IceInstARM32.def | 110 X(CS, 2, CC, "cs") /* carry set/unsigned (AKA hs: higher or same) */ \ 111 X(CC, 3, CS, "cc") /* carry clear/unsigned (AKA lo: lower) */ \
|