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

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/util/
HugeEnumSet.java 174 protected void complement() { method in class:HugeEnumSet
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 499 // works no matter BiggestInt is represented in one's complement or
500 // two's complement.
  /external/chromium_org/third_party/icu/source/common/unicode/
brkiter.h 124 * Returns the complement of the result of operator==
126 * @return the complement of the result of operator==
  /external/chromium_org/third_party/opus/src/silk/
SigProc_FIX.h 414 (just standard two's complement implementation-specific behaviour) */
417 (just standard two's complement implementation-specific behaviour) */
    [all...]
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 66 * complement may produce invalid constants.
721 * Assumes sig_atomic_t is signed and we have a 2s complement machine.
  /external/grub/netboot/
lance.c 68 short buf_length; /* 2s complement */
78 short buf_length; /* 2s complement */
  /external/icu4c/common/unicode/
brkiter.h 124 * Returns the complement of the result of operator==
126 * @return the complement of the result of operator==
  /external/llvm/include/llvm/ADT/
SparseBitVector.h 226 // Intersect this Element with the complement of RHS and return true if this
648 // Intersect our bitmap with the complement of the RHS and return true
  /external/icu4c/i18n/
regexcmp.cpp     [all...]
  /external/zlib/src/contrib/puff/
puff.c 172 /* get length and check against its one's complement */
179 return -2; /* didn't match complement! */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py     [all...]
  /external/qemu/fpu/
softfloat.c     [all...]
  /art/runtime/
utils.h 72 // Check whether an N-bit two's-complement representation can hold value.
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 285 // twos-complement math trick: ((x < 0) || (y < 0)) <=> ((x|y) < 0)
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 281 // twos-complement math trick: ((x < 0) || (y < 0)) <=> ((x|y) < 0)
  /external/ceres-solver/include/ceres/
types.h 105 // Block diagonal of the Schur complement. This preconditioner may
  /external/chromium_org/components/translate/language_detection/
language_detection_util.cc 183 // Checks if CLD can complement a sub code when the page language doesn't know
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_context.c 261 /* Fragment shaders use real, 32-bit twos-complement integers for all
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_tex.c 330 /* The R200's LOD bias is a signed 2's complement value with a
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_draw.c 132 * In OpenGL, a fixed-point number is a "signed 2's complement 16.16 scaled
  /external/chromium_org/third_party/openssl/openssl/crypto/rc2/
rrc2.doc 33 1. Two's-complement addition of words, denoted by "+". The inverse operation,
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArrayAnnotatedOutput.java 278 // twos-complement math trick: ((x < 0) || (y < 0)) <=> ((x|y) < 0)
  /external/fdlibm/
readme 56 b. 32 bit 2's complement integer arithmetic;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 62 // in 1's complement form, example:
76 // be encoded in 1's complement form.
540 // 1's complement (inverted) form
581 // (in 1's complement form) or 1111 if unused.
    [all...]

Completed in 624 milliseconds

<<11121314151617181920>>