HomeSort by relevance Sort by last modified time
    Searched refs:complement (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntSet.java 57 IntSet complement(IntSet elements); method in interface:IntSet
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
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.*/
  /external/linux-tools-perf/util/
string.c 190 bool complement = false, ret = true; local
193 complement = true;
219 return complement ? !ret : ret;
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestIntervalSet.java 105 String result = (s.complement(vocabulary)).toString();
115 String result = (s.complement(vocabulary)).toString();
123 String result = (s.complement(vocabulary)).toString();
131 String result = (s.complement(vocabulary)).toString();
144 String result = (s.complement(vocabulary)).toString();
296 String result = (s.complement(s2)).toString();
304 String result = (s.complement(s2)).toString();
312 String result = (s.complement(1,Label.MAX_CHAR_VALUE)).toString();
  /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
MiniEnumSet.java 246 void complement() { method in class:MiniEnumSet
HugeEnumSet.java 174 protected void complement() { method in class:HugeEnumSet
  /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/icu4c/common/unicode/
uniset.h 53 * <code>complement</code> taking an argument, and a boolean NOT is
54 * implemented by <code>complement</code> with no argument. In terms
57 * is an asymmetric difference, and <code>complement</code> with no
58 * argument is a set complement with respect to the superset range
126 * specify their union. To complement a set, place a '^' immediately
    [all...]
uset.h 113 * - The complement of the set contains the opposite set of code points,
677 * its value is its complement. This operation does not affect
692 * @param set the set with which to complement
693 * @param complement set that defines which elements will be xor'ed
698 uset_complementAll(USet* set, const USet* complement);
    [all...]
  /external/openfst/src/include/fst/
fstlib.h 135 #include <fst/complement.h>
difference.h 30 #include <fst/complement.h>
  /external/icu4c/test/intltest/
ucdtest.cpp 264 derivedProps[i].complement();
311 set.complement();
313 errln("UnicodeSet([:Alphabetic=%s:]).complement()!=UnicodeSet([:Alphabetic:])\n", falseValues[i]);
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...]
  /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/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/icu4c/common/
uset.cpp 139 ((UnicodeSet*) set)->UnicodeSet::complement();
143 uset_complementAll(USet* set, const USet* complement) {
144 ((UnicodeSet*) set)->UnicodeSet::complementAll(*(const UnicodeSet*)complement);
uniset.cpp 35 #define COMPLEMENT ((UChar)0x005E) /*^*/
185 complement(start, end);
824 complement(start, end);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 171 set complement ~<arg> is empty
173 set complement is empty
206 "Cannot complement rule <arg>; not a simple set or element"
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uset.h 439 * its value is its complement. This operation does not affect
452 * @param set the set with which to complement
453 * @param complement set that defines which elements will be xor'ed
458 uset_complementAll(USet* set, const USet* complement);
  /external/webkit/Source/WebCore/icu/unicode/
uset.h 439 * its value is its complement. This operation does not affect
452 * @param set the set with which to complement
453 * @param complement set that defines which elements will be xor'ed
458 uset_complementAll(USet* set, const USet* complement);
  /external/icu4c/i18n/
regexcmp.cpp     [all...]
  /external/libvorbis/doc/
09-helper.tex 17 The "ilog(x)" function returns the position number (1 through n) of the highest set bit in the two's complement integer value
02-bitpacking.tex 42 only bit set when the byte is storing the two's complement integer
95 an unsigned integer, or '-1' as a signed, two's complement integer.

Completed in 302 milliseconds

1 2 3