HomeSort by relevance Sort by last modified time
    Searched refs:signed (Results 76 - 98 of 98) sorted by null

1 2 34

  /external/libvpx/vp8/common/x86/
idctllm_mmx.asm 28 ; * is bigger than 32768, in signed 16 bit multiply, it become a negative
30 ; * (x * (unsigned)35468 >> 16) = x * (signed)35468 >> 16 + x
  /external/libvpx/vp8/encoder/ppc/
variance_altivec.asm 51 ;# Compute sum first. Unpack to so signed subract
52 ;# can be used. Only have a half word signed
variance_subpixel_altivec.asm 126 ;# Compute sum first. Unpack to so signed subract
127 ;# can be used. Only have a half word signed
  /external/jpeg/
configure     [all...]
  /external/libffi/include/
ffi.h.in 215 signed int sint;
  /external/v8/test/mjsunit/
int32-ops.js 30 // signed 32-bit integer values as smis.
unicode-test.js     [all...]
  /external/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 171 eor r7, r7, r12 ; p1 offset to convert to a signed value
172 eor r8, r8, r12 ; p0 offset to convert to a signed value
173 eor r9, r9, r12 ; q0 offset to convert to a signed value
174 eor r10, r10, r12 ; q1 offset to convert to a signed value
732 eor r7, r7, r12 ; p1 offset to convert to a signed value
733 eor r8, r8, r12 ; p0 offset to convert to a signed value
734 eor r9, r9, r12 ; q0 offset to convert to a signed value
735 eor r10, r10, r12 ; q1 offset to convert to a signed value
    [all...]
  /external/protobuf/python/google/protobuf/
text_format.py 411 """Consumes a signed 32bit integer number.
417 ParseError: If a signed 32bit integer couldn't be consumed.
443 """Consumes a signed 64bit integer number.
449 ParseError: If a signed 64bit integer couldn't be consumed.
570 is_signed: True if a signed integer must be parsed.
  /external/libvpx/vp8/decoder/arm/neon/
idct_dequant_dc_full_2x_neon.asm 79 ; vqdmulh only accepts signed values. this was a problem because
idct_dequant_full_2x_neon.asm 71 ; vqdmulh only accepts signed values. this was a problem because
  /external/libvpx/vp8/encoder/x86/
variance_impl_ssse3.asm 31 ;for Pmaddubsw is signed bytes, we must calculate zero offset seperately.
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 658 no signed wrapping. The result is undefined if the negation overflows.
680 signed wrapping. The result is undefined if the sum overflows.
698 no signed wrapping. The result is undefined if the sum overflows.
716 no signed wrapping. The result is undefined if the sum overflows.
734 (** [const_sdiv c1 c2] returns the constant quotient [c1 / c2] of two signed
740 signed integer constants. The result is undefined if the result is rounded
755 signed integer constants.
760 signed floating point constants.
848 signed integer constant [c] to the floating point type [ty].
    [all...]
  /external/dropbear/libtommath/
bn.tex 865 \subsection{Signed comparison}
867 To compare two mp\_int variables based on their signed value the mp\_cmp() function is provided.
    [all...]
  /build/core/
definitions.mk     [all...]
  /external/chromium/third_party/libjingle/source/talk/
main.scons 181 AddTargetGroup('signed_binaries', 'digitally signed binaries can be built')
  /external/elfutils/tests/
run-show-die-info.sh 278 Name : signed char
    [all...]
  /external/v8/src/
date.js 104 // that cannot be represented using a non-negative signed 32 bit integer
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm     [all...]
  /dalvik/docs/
prettify.js 110 "double enum extern float goto int long register short signed sizeof " +
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/sqlite/dist/
sqlite3.c.orig 102 ** The hard limit is the ability of a 32-bit signed integer
300 #pragma warn -csu /* Comparing signed and unsigned */
777 ** SQLite includes typedefs for 64-bit signed and unsigned integers.
    [all...]
  /external/e2fsprogs/
configure     [all...]

Completed in 3480 milliseconds

1 2 34