HomeSort by relevance Sort by last modified time
    Searched full:complement (Results 226 - 250 of 620) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/common/unicode/
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/icu4c/common/
uniset_props.cpp 61 #define COMPLEMENT ((UChar)0x005E) /*^*/
822 complement();
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 560 // Sign bit is set so perform two's complement to make it positive
565 // Sign bit is set so perform two's complement to make it positive
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g 812 elements = grammar.complement(ttype);
825 elements = grammar.complement(ttype);
830 elements = grammar.complement(ttype);
835 elements = grammar.complement(elements);
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestSemanticPredicates.java 284 // complement of p2||p3 is sufficient to resolve the conflict. Do
285 // not include alt 1's p1 pred in the "complement of other alts"
305 // complement of p2||p3 is sufficient to resolve the conflict. Do
306 // not include alt 1's p1 pred in the "complement of other alts"
  /external/apache-http/src/org/apache/http/message/
BasicLineFormatter.java 45 * This is the complement to {@link LineParser}.
  /external/ceres-solver/internal/ceres/
linear_solver.h 133 // some cases the Schur complement based solvers can detect and
  /external/chromium/third_party/libjingle/source/talk/base/
stringutils.h 62 // Complement to memset. Verifies memory consists of count bytes of value c.
  /external/chromium_org/chrome_frame/test/
chrome_frame_ui_test_utils.h 26 // open standard which serves as a complement to MSAA and specifies additional
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 270 // Converts a Value into a ModelType - complement to ModelTypeToValue().
  /external/chromium_org/third_party/libjingle/source/talk/base/
stringutils.h 62 // Complement to memset. Verifies memory consists of count bytes of value c.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga3d_shaderdefs.h 338 SVGA3DSRCMOD_COMP, /* complement */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tex.c 287 /* The Radeon's LOD bias is a signed 2's complement value with a
  /external/clang/docs/
ClangTools.rst 70 tools that very specifically complement, and allow use and testing of
  /external/jmonkeyengine/engine/src/android/com/jme3/util/
FastInteger.java 29 * two's complement form.
  /external/kernel-headers/original/asm-mips/mach-au1x00/
au1000.h     [all...]
  /external/llvm/include/llvm/Support/
ConstantRange.h 167 /// complement of the sets).
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_shaderdefs.h 338 SVGA3DSRCMOD_COMP, /* complement */
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.c 287 /* The Radeon's LOD bias is a signed 2's complement value with a
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
Hex.java 265 // twos-complement math trick: ((x < 0) || (y < 0)) <=> ((x|y) < 0)
  /external/svox/pico/lib/
picokpdf.c 134 pow = bigpow + (0xFF - pow + 1); /* take 2's complement of negative pow */
  /external/valgrind/main/gdbserver_tests/
README_DEVELOPERS 138 again (e.g. to complement V) once a basic set of tests are available.
  /libcore/luni/src/main/java/java/lang/
Byte.java 47 * complement form.
Short.java 48 * two's complement form.
  /libcore/luni/src/main/java/java/math/
BigInt.java 20 * In contrast to BigIntegers this class doesn't fake two's complement representation.

Completed in 3369 milliseconds

1 2 3 4 5 6 7 8 91011>>