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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/courgette/
streams.cc 149 // 1111xxxx encoded as 000yyyy1 where yyyy is complement of xxxx.
198 // 1111xxxx encoded as 000yyyy1 where yyyy is complement of xxxx.
  /external/libvorbis/doc/
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.
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
  /external/skia/tests/
GifTest.cpp 185 badData[63] = 0xff; // 2's complement -1 short
191 badData[65] = 0xff; // 2's complement -1 short
  /external/llvm/lib/CodeGen/
SplitKit.cpp 463 // Create the complement as index 0.
474 assert(Idx != 0 && "Cannot select the complement interval");
621 // The complement interval will be extended as needed by LRCalc.extend().
732 // Get the complement interval, always RegIdx 0.
749 assert(ParentVNI && "Parent not live at complement def");
751 // Don't hoist remats. The complement is probably going to disappear
760 // instruction in the complement range. All other copies of ParentVNI
763 DEBUG(dbgs() << "Direct complement def at " << VNI->def << '\n');
770 DEBUG(dbgs() << "Single complement def at " << VNI->def << '\n');
793 DEBUG(dbgs() << "Multi-mapped complement " << VNI->id << '@' << VNI->de
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
BitSet.js 412 complement: function(set) {
423 * If no arguments are passed sets all bits to the complement of their
425 * beginning of the bit set to index1 (inclusive) to the complement of its
428 * complement of its current value.
  /external/apache-http/src/org/apache/http/message/
HeaderValueFormatter.java 43 * This is the complement to {@link HeaderValueParser}.
LineFormatter.java 44 * This is the complement to {@link LineParser}.
  /external/ceres-solver/docs/source/
bibliography.rst 62 .. [Mandel] J. Mandel, **On block diagonal and Schur complement
  /external/ceres-solver/internal/ceres/
detect_structure.cc 107 VLOG(1) << "Schur complement static structure <"
preconditioner.h 84 // some cases the Schur complement based solvers can detect and
schur_jacobi_preconditioner.cc 110 // Compute a subset of the entries of the Schur complement.
visibility_based_preconditioner.cc 207 // Compute the block sparsity structure of the Schur complement
209 // the schur complement, determine if that cell is present in the
243 // are common to all Schur complement based solvers in Ceres.
344 // Compute a subset of the entries of the Schur complement.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_fragshader.c 94 /* GL_ZERO is a noop, for GL_ONE we set the complement */
159 so for GL_ADD use arg B/C and make A complement 0
160 for GL_SUB use arg B/C, negate C and make A complement 0
173 /* A = complement 0 */
  /external/chromium_org/third_party/zlib/
inflate.h 34 STORED, /* i: waiting for stored size (length and complement) */
  /external/compiler-rt/lib/
comparedf2.c 73 // complement integer representation; if integers are represented in a
comparesf2.c 73 // complement integer representation; if integers are represented in a
  /external/grub/stage2/
i386-elf.h 49 #define ELFDATA2LSB 1 /* i386 -- LSB 2's complement */
  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 65 /// getICmpValue - This is the complement of getICmpCode, which turns an
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_fragshader.c 94 /* GL_ZERO is a noop, for GL_ONE we set the complement */
159 so for GL_ADD use arg B/C and make A complement 0
160 for GL_SUB use arg B/C, negate C and make A complement 0
173 /* A = complement 0 */
  /external/openfst/src/include/
Makefile.am 56 fst/mutable-fst.h fst/reverse.h fst/util.h fst/complement.h \
  /external/openfst/src/include/fst/
difference.h 30 #include <fst/complement.h>
fstlib.h 135 #include <fst/complement.h>
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 34 STORED, /* i: waiting for stored size (length and complement) */
  /external/qemu/slirp/
ip_icmp.h 49 u_short icmp_cksum; /* ones complement cksum of struct */

Completed in 596 milliseconds

1 2 3 45 6 7 8 91011>>