/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
TreeToNFAConverter.g | 498 IntSet notAtom = grammar.complement(ttype); 526 notAtom = grammar.complement(notAtom); 532 notAtom = grammar.complement(ttype); 547 //IntSet notSet = grammar.complement(stNode.getSetValue()); 548 // let code generator complement the sets 551 // let code gen do the complement again; here we compute 553 s = grammar.complement(s); 783 IntSet not = grammar.complement(ns);
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
IntegerTest.java | 46 // BigInteger / two's-complement representation / encoding 68 // get two's-complement representation
|
/external/ceres-solver/internal/ceres/ |
partitioned_matrix_view.h | 45 // structure as required by the Schur complement based solver, found 52 // the Schur complement solver it will result in unpredictable and
|
schur_eliminator_impl.h | 183 // Add the diagonal to the schur complement. 259 // Schur complement (S += F'F). 293 // For rows with no e_blocks, the schur complement update reduces to 446 // contribution of its F blocks to the Schur complement, the 490 // Schur complement matrix, i.e 547 // For rows with no e_blocks, the schur complement update reduces to S 577 // Complement as S += r r'. This function is responsible for computing 578 // the contribution of a single row r to the Schur complement. It is
|
visibility.cc | 91 // Complement efficiently, its better to have the point->camera 149 VLOG(2) << "Schur complement graph time: " << (time(NULL) - start_time);
|
visibility.h | 69 // matrix/Schur complement matrix obtained by eliminating the e_blocks
|
/external/chromium_org/third_party/opus/src/ |
README | 129 complement architectures: 132 complement arithmetic, so that a>>b is equivalent to
|
/external/grub/netboot/ |
sk_g16.h | 146 volatile short blen; /* Buffer Length (two's complement) */ 164 unsigned short blen; /* Buffer Length (two's complement) */
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
longobject.h | 86 If is_signed is 1/true, view the bytes as a 2's-complement integer, 104 If is_signed is 1/true, bytes is filled with the 2's-complement
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
longobject.h | 86 If is_signed is 1/true, view the bytes as a 2's-complement integer, 104 If is_signed is 1/true, bytes is filled with the 2's-complement
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
BitSet.java | 287 public IntSet complement() { method in class:BitSet 293 public IntSet complement(IntSet set) { method in class:BitSet 295 return this.complement(); 306 /** complement bits in the range 0..maxBit. */ 311 /** complement bits in the range minBit..maxBit.*/
|
IntervalSet.java | 205 public IntSet complement(int minElement, int maxElement) { method in class:IntervalSet 206 return this.complement(IntervalSet.of(minElement,maxElement)); 215 public IntSet complement(IntSet vocabulary) { method in class:IntervalSet 220 throw new IllegalArgumentException("can't complement with non IntervalSet ("+ 261 // assume the whole unicode range here for the complement 267 return this.and(((IntervalSet)other).complement(COMPLETE_SET)); 275 * Keep around, but 10-20-2005, I decided to make complement work w/o
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
usettest.cpp | 271 // Throw in a test of complement 272 set.complement(); 392 set.complement(); 592 c.complement(); 596 logln((UnicodeString)"c.complement(): " + c); 598 errln((UnicodeString)"FAIL: c.complement() = " + c + ", expect " + exp); 600 c.complement(); 603 logln((UnicodeString)"c.complement(): " + c); 605 errln((UnicodeString)"FAIL: c.complement() = " + c + ", expect " + exp); 626 //UnicodeSet::complement(class UnicodeString const & [all...] |
ucdtest.cpp | 261 derivedProps[i].complement(); 308 set.complement(); 310 errln("UnicodeSet([:Alphabetic=%s:]).complement()!=UnicodeSet([:Alphabetic:])\n", falseValues[i]);
|
/external/icu4c/test/intltest/ |
usettest.cpp | 271 // Throw in a test of complement 272 set.complement(); 392 set.complement(); 592 c.complement(); 596 logln((UnicodeString)"c.complement(): " + c); 598 errln((UnicodeString)"FAIL: c.complement() = " + c + ", expect " + exp); 600 c.complement(); 603 logln((UnicodeString)"c.complement(): " + c); 605 errln((UnicodeString)"FAIL: c.complement() = " + c + ", expect " + exp); 626 //UnicodeSet::complement(class UnicodeString const & [all...] |
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_defs_ext.h | 98 Mnemonic_CMC, // Complement Carry Flag 254 Mnemonic_NEG, // Two's Complement Negation 256 Mnemonic_NOT, // One's Complement Negation
|
/external/bison/lib/ |
strtol.c | 125 complement, ones' complement, or signed magnitude representation, 126 respectively. Much GNU code assumes two's complement, but some
|
intprops.h | 41 complement, ones' complement, or signed magnitude representation, 42 respectively. Much GNU code assumes two's complement, but some 48 /* True if the signed integer expression E uses two's complement. */
|
/docs/source.android.com/src/ |
index.jd | 77 <p>Sometimes, a device can't do it all. Tap into Android's open accessory standard and build accessories to complement the wide variety of Android-powered devices.</p>
|
/external/apache-http/src/org/apache/http/ |
TokenIterator.java | 40 * This interface is designed as a complement to
|
/external/chromium_org/content/renderer/media/ |
media_stream_dispatcher.h | 32 // It's the complement of MediaStreamDispatcherHost (owned by
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_arit.h | 48 * Complement, i.e., 1 - a.
|
/external/chromium_org/third_party/sqlite/src/test/ |
capi3e.test | 53 # These tests complement those in capi2.test. They are organized
|
/external/compiler-rt/lib/ppc/ |
fixtfdi.c | 45 /* Now we have the mantissa of tail as a signed 2s-complement integer */
|
/external/kernel-headers/original/linux/ |
serial_reg.h | 106 #define UART_MCR_OUT2 0x08 /* Out2 complement */ 107 #define UART_MCR_OUT1 0x04 /* Out1 complement */ 108 #define UART_MCR_RTS 0x02 /* RTS complement */ 109 #define UART_MCR_DTR 0x01 /* DTR complement */
|