/external/zlib/src/contrib/infback9/ |
inflate9.h | 14 STORED, /* i: waiting for stored size (length and complement) */
|
/external/ceres-solver/internal/ceres/ |
implicit_schur_complement_test.cc | 139 // The i^th column of the implicit schur complement is the same as 140 // the explicit schur complement. 184 // Verify that the Schur Complement matrix implied by the
|
iterative_schur_complement_solver.cc | 84 VLOG(2) << "No parameter blocks left in the schur complement."; 92 // Initialize the solution to the Schur complement system to zero. 99 // Instantiate a conjugate gradient solver that runs on the Schur complement
|
schur_complement_solver.cc | 100 // complement. 174 // Determine the non-zero blocks in the Schur Complement matrix, and 226 // into the schur complement via an outer product. 282 // complement matrix from scratch and not rely on the
|
/external/linux-tools-perf/util/ |
string.c | 190 bool complement = false, ret = true; local 193 complement = true; 219 return complement ? !ret : ret;
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prlong.h | 121 ** LL_NOT Negation (one's complement) 132 ** LL_NEG Negation (two's complement) 133 ** LL_ADD Summation (two's complement) 134 ** LL_SUB Difference (two's complement) 143 ** LL_MUL Product (two's complement) 144 ** LL_DIV Quotient (two's complement) 145 ** LL_MOD Modulus (two's complement)
|
/external/stlport/etc/ |
ChangeLog | 1 2008-12-10 Petr Ovtchenkov <complement@users.sourceforge.net> 5 2008-12-03 Petr Ovtchenkov <complement@users.sourceforge.net> 11 2008-11-27 Petr Ovtchenkov <complement@users.sourceforge.net> 15 2008-11-19 Petr Ovtchenkov <complement@users.sourceforge.net> 19 2008-08-26 Petr Ovtchenkov <complement@users.sourceforge.net> 23 2008-07-21 Petr Ovtchenkov <complement@users.sourceforge.net> 39 2008-07-17 Petr Ovtchenkov <complement@users.sourceforge.net> 92 2008-06-26 Petr Ovtchenkov <complement@users.sourceforge.net> 118 2008-06-16 Petr Ovtchenkov <complement@users.sourceforge.net> 162 2008-06-07 Petr Ovtchenkov <complement@users.sourceforge.net [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
a_int.c | 99 * The DER representation of negative integers is in 2s complement form. 103 * complement and 0 by the add one (due to carry) so just copy as many trailing 105 * to the last none zero octet: so complement this octet and add one and finally 106 * complement any left over until you get to the start of the string. 165 /* Complement and increment next octet */ 168 /* Complement any octets left */
|
/external/openssl/crypto/asn1/ |
a_int.c | 99 * The DER representation of negative integers is in 2s complement form. 103 * complement and 0 by the add one (due to carry) so just copy as many trailing 105 * to the last none zero octet: so complement this octet and add one and finally 106 * complement any left over until you get to the start of the string. 165 /* Complement and increment next octet */ 168 /* Complement any octets left */
|
/external/clang/utils/ |
token-delta.py | 91 complement = sum(sets[:i] + sets[i+1:],[]) 92 if self.getTestResult(complement): 93 return self.delta(complement, sets[:i] + sets[i+1:])
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
fastquantizeb_neon.asm | 79 vsub.s16 q4, q2 ; x1=(y^sz)-sz = (y^sz)-(-1) (2's complement) 93 vsub.s16 q10, q12 ; x2=(y^sz)-sz = (y^sz)-(-1) (2's complement) 208 vsub.s16 q12, q2 ; x1=(y^sz)-sz = (y^sz)-(-1) (2's complement)
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
complement.h | 0 // complement.h 17 // Class to complement an Fst. 58 SetType("complement");
|
/bionic/libc/string/ |
strcspn.c | 37 * Span the complement of string s2.
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
IntSet.java | 57 IntSet complement(IntSet elements); method in interface:IntSet
|
/external/chromium_org/chrome/browser/ui/ |
browser_tab_contents.h | 46 // window, so it need to have the full complement of tab helpers that it
|
/external/chromium_org/chrome/renderer/ |
tts_dispatcher.h | 24 // APIs. It's the complement of TtsDispatcherHost (owned by RenderViewHost).
|
/external/chromium_org/content/browser/renderer_host/media/ |
media_stream_dispatcher_host.h | 24 // MediaStreamImpl. It's the complement of MediaStreamDispatcher
|
/external/chromium_org/content/browser/speech/ |
input_tag_speech_dispatcher_host.h | 26 // It's the complement of SpeechRecognitionDispatcher (owned by RenderView).
|
speech_recognition_dispatcher_host.h | 25 // It's the complement of SpeechRecognitionDispatcher (owned by RenderView).
|
/external/compiler-rt/lib/ |
int_lib.h | 19 /* Assumption: Signed integral is 2's complement. */
|
/external/llvm/include/llvm/ |
AutoUpgrade.h | 29 /// This is the complement to the above, replacing a specific call to an
|
/external/openfst/src/include/fst/ |
complement.h | 0 // complement.h 19 // Class to complement an Fst. 64 SetType("complement"); 73 SetType("complement");
|
/frameworks/av/media/libmedia/ |
SingleStateQueue.cpp | 52 // this relies on 2's complement rollover to detect an ancient sequence number
|
/libcore/luni/src/main/java/java/util/ |
EnumSet.java | 67 set.complement(); 120 * Creates an enum set. All the contained elements complement those from the 133 set.complement(); 137 abstract void complement(); method in class:EnumSet
|
/libcore/luni/src/main/java/java/math/ |
BigInteger.java | 34 * <h3>Slow Two's Complement Bitwise Operations</h3> 35 * This API includes operations for bitwise operations in two's complement 36 * representation. Two's complement is not the internal representation used by 289 * Constructs a new {@code BigInteger} from the given two's complement 294 * @param value two's complement representation of the new {@code 378 * Returns the two's complement representation of this {@code BigInteger} in 493 // Negative numbers faking 2's complement: 505 * Returns the length of the value's two's complement representation without 509 * <p>The two's complement representation of {@code this} will be at least 515 * @return the length of the minimal two's complement representation fo [all...] |