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

<<11121314151617181920>>

  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 756 // in 1's complement form, example:
772 // be encoded in 1's complement form.
817 // 1's complement (inverted) form
857 // (in 1's complement form) or 1111 if unused.
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
fp-cmp-04.ll 143 ; Test the result of LOAD COMPLEMENT.
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 261 /* Fragment shaders use real, 32-bit twos-complement integers for all
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 330 /* The R200's LOD bias is a signed 2's complement value with a
  /external/mesa3d/src/mesa/tnl/
t_draw.c 132 * In OpenGL, a fixed-point number is a "signed 2's complement 16.16 scaled
  /external/openssl/crypto/rc2/
rrc2.doc 33 1. Two's-complement addition of words, denoted by "+". The inverse operation,
  /external/qemu/block/
vpc.c 70 // Checksum of the Hard Disk Footer ("one's complement of the sum of all
  /external/qemu/distrib/sdl-1.2.15/src/audio/paudio/
SDL_paudio.c 289 * * TWOS_COMPLEMENT - 2's complement data
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ByteArrayAnnotatedOutput.java 297 // twos-complement math trick: ((x < 0) || (y < 0)) <=> ((x|y) < 0)
ByteArrayOutput.java 291 // twos-complement math trick: ((x < 0) || (y < 0)) <=> ((x|y) < 0)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct.h 69 /* this code assumes ">>" to be a two's-complement arithmetic */
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCharacteristic.java 677 * Convert an unsigned integer value to a two's-complement encoded
  /libcore/luni/src/main/java/java/lang/
Double.java 109 * two's complement form.
Float.java 106 * two's complement form.
  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 283 // We need to apply two's complement:
  /ndk/docs/text/
OVERVIEW.text 49 The Android NDK is a complement to the Android SDK that helps you to:
  /ndk/sources/host-tools/make-3.81/
make.h 165 Use ~ (t) 0, not -1, for portability to 1's complement hosts. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
re.py 74 \W Matches the complement of \w.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
re.py 74 \W Matches the complement of \w.
  /external/chromium_org/third_party/icu/source/i18n/
regexcmp.cpp     [all...]
  /bionic/libc/include/sys/
exec_elf.h 161 #define ELFDATA2LSB 1 /* 2's complement values, LSB first */
162 #define ELFDATA2MSB 2 /* 2's complement values, MSB first */
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86bc.c 822 /* 3-byte VEX/XOP; merge in 1s complement of REX.R, REX.X, REX.B */
832 /* 2-byte VEX; merge in 1s complement of REX.R */
    [all...]
  /external/clang/www/analyzer/
annotations.html 205 <p>The 'ns_returns_not_retained' attribute is the complement of '<a
337 <p>The 'cf_returns_not_retained' attribute is the complement of '<a
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 250 if (! DO_DEPENDS_CHECKING) // this block is just a complement to the one above (where fullOutFile is inited)
310 // skipping these entries here is important: this is done as a complement
    [all...]
  /external/grub/netboot/
depca.c 423 s16 buf_length; /* This length is negative 2's complement! */
429 s16 length; /* This length is negative 2's complement! */

Completed in 1381 milliseconds

<<11121314151617181920>>