Searched
full:carry (Results
426 -
450 of
2129) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
ratio | 127 (__lo1 + __lo2 < __lo1)); // carry 138 (__lo1 < __lo2)); // carry 155 static constexpr uintmax_t __mix = __x0y1 + __x1y0; // possible carry...
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
ratio | 124 (__lo1 + __lo2 < __lo1)); // carry 135 (__lo1 < __lo2)); // carry 152 static constexpr uintmax_t __mix = __x0y1 + __x1y0; // possible carry...
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
ratio | 124 (__lo1 + __lo2 < __lo1)); // carry 135 (__lo1 < __lo2)); // carry 152 static constexpr uintmax_t __mix = __x0y1 + __x1y0; // possible carry...
|
/external/tcpdump/ |
print-snmp.c | 740 int j, carry; local 764 for (carry = 0, cpf = first+strlen(first)-1, cpl = last+4; 767 j = carry + (*cpf - '0') + (*cpl - '0'); 770 carry = 1; 772 carry = 0; [all...] |
/external/valgrind/coregrind/ |
m_syscall.c | 52 unlike most Unices, which use the condition codes' carry flag. 570 * UNIX: the carry flag indicates success or failure 582 // error indicated by carry flag: clear=good, set=bad 636 * UNIX: the carry flag indicates success or failure 649 // error indicated by carry flag: clear=good, set=bad
|
/external/llvm/include/llvm/ADT/ |
APInt.h | [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 752 SDValue Carry(Lo.getNode(), 1); 755 LHSH, RHSH, Carry); [all...] |
/libcore/luni/src/main/java/java/math/ |
BigDecimal.java | [all...] |
/external/boringssl/src/crypto/sha/asm/ |
sha1-armv4-large.pl | 231 cmn sp,#0 @ [+3], clear carry to denote 20_39 238 teq $Xi,sp @ preserve carry 255 cmp sp,#0 @ set carry to denote 60_79
|
/external/dnsmasq/src/ |
dnsmasq.c | 272 /* Use a pipe to carry signals and other events back to the event loop 273 in a race-free manner and another to carry errors to daemon-invoking process */ 300 /* pipe to carry errors back to original process. [all...] |
/external/iputils/ |
rdisc.c | 931 * back all the carry bits from the top 16 bits into the lower 944 * add back carry outs from top 16 bits to low 16 bits 947 sum += (sum >> 16); /* add carry */ [all...] |
/external/lldb/test/unittest2/test/ |
test_case.py | 420 # carry additional information, it must subclass this exception in 432 # carry additional information, it must subclass this exception in 455 # carry additional information, it must subclass this exception in [all...] |
/external/v8/src/ic/ia32/ |
ic-ia32.cc | [all...] |
/external/v8/src/ic/x64/ |
ic-x64.cc | [all...] |
/external/v8/src/ic/x87/ |
ic-x87.cc | [all...] |
/frameworks/base/docs/html/guide/topics/connectivity/ |
wifip2p.jd | 226 Carry out any necessary actions depending on the intent that is 235 arguments and uses these two classes to appropriately carry out the needed actions when the 493 the data from the client. Carry out any actions with this data, such as saving it to a file
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
regex2.h | 153 * preliminary hooks for dealing with such things, we also carry along
|
/bootable/recovery/ |
NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/dalvik/dexdump/ |
NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/dalvik/dx/ |
NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/developers/build/prebuilts/androidtv/leanback/ |
LICENSE | 92 You must cause any modified files to carry prominent notices stating that You
|
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/ |
VideoDatabase.java | 144 * for suggestions to carry the proper intent data.SearchManager
|
/developers/build/prebuilts/androidtv/sample-inputs/ |
LICENSE | 92 You must cause any modified files to carry prominent notices stating that You
|
/developers/build/prebuilts/androidtv/visual-game-controller/ |
LICENSE | 92 You must cause any modified files to carry prominent notices stating that You
|
/developers/samples/android/content/WidgetData/ |
LICENSE | 97 (b) You must cause any modified files to carry prominent notices
|
Completed in 115 milliseconds
<<11121314151617181920>>