HomeSort by relevance Sort by last modified time
    Searched full:significant (Results 651 - 675 of 2384) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/zlib/
crc32.c 87 with the lowest powers in the most significant bit. Then adding polynomials
90 polynomial q, also with the lowest power in the most significant bit (so the
99 out is a one). We start with the highest power (least significant bit) of
  /external/libvorbis/lib/
info.c 397 case 0x01: /* least significant *bit* is read first */
409 case 0x03: /* least significant *bit* is read first */
417 case 0x05: /* least significant *bit* is read first */
  /external/libvpx/libvpx/
CHANGELOG 84 slideshow-like material will see significant improvements.
193 - Fix significant artifacts in error concealment (a4c2211, 99d870a)
303 release also saw significant improvement in realtime encoding speed
  /external/llvm/include/llvm/ADT/
APFloat.h 94 /// significant bit is shifted right so that the exponent is maintained at the
96 /// significant bit of the significand set. The sign of zeroes and infinities
97 /// is significant; the exponent and significand of such numbers is not stored,
  /external/qemu/distrib/zlib-1.2.3/
crc32.c 85 with the lowest powers in the most significant bit. Then adding polynomials
88 polynomial q, also with the lowest power in the most significant bit (so the
97 out is a one). We start with the highest power (least significant bit) of
  /external/valgrind/main/VEX/pub/
libvex_ir.h     [all...]
  /external/zlib/src/
crc32.c 69 with the lowest powers in the most significant bit. Then adding polynomials
72 polynomial q, also with the lowest power in the most significant bit (so the
81 out is a one). We start with the highest power (least significant bit) of
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
mmintrin.h 856 /* Creates a vector of two 32-bit values; I0 is least significant. */
863 /* Creates a vector of four 16-bit values; W0 is least significant. */
870 /* Creates a vector of eight 8-bit values; B0 is least significant. */
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
mmintrin.h 856 /* Creates a vector of two 32-bit values; I0 is least significant. */
863 /* Creates a vector of four 16-bit values; W0 is least significant. */
870 /* Creates a vector of eight 8-bit values; B0 is least significant. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mmintrin.h 856 /* Creates a vector of two 32-bit values; I0 is least significant. */
863 /* Creates a vector of four 16-bit values; W0 is least significant. */
870 /* Creates a vector of eight 8-bit values; B0 is least significant. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
mmintrin.h 856 /* Creates a vector of two 32-bit values; I0 is least significant. */
863 /* Creates a vector of four 16-bit values; W0 is least significant. */
870 /* Creates a vector of eight 8-bit values; B0 is least significant. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
mmintrin.h 856 /* Creates a vector of two 32-bit values; I0 is least significant. */
863 /* Creates a vector of four 16-bit values; W0 is least significant. */
870 /* Creates a vector of eight 8-bit values; B0 is least significant. */
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
mmintrin.h 856 /* Creates a vector of two 32-bit values; I0 is least significant. */
863 /* Creates a vector of four 16-bit values; W0 is least significant. */
870 /* Creates a vector of eight 8-bit values; B0 is least significant. */
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
mmintrin.h 856 /* Creates a vector of two 32-bit values; I0 is least significant. */
863 /* Creates a vector of four 16-bit values; W0 is least significant. */
870 /* Creates a vector of eight 8-bit values; B0 is least significant. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
formatfloat_testcases.txt 234 -- it mean to have no significant digits?); in practice, it's interpreted
299 -- exactly <precision> significant digits.
355 -- str truncates to 12 significant digits
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
formatfloat_testcases.txt 234 -- it mean to have no significant digits?); in practice, it's interpreted
299 -- exactly <precision> significant digits.
355 -- str truncates to 12 significant digits
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 865 ** I.E., if a carry of 1 is shifted out of the least significant
866 ** bit, the least significant bit is set to 1.
912 ** discards empty most-significant bits.
    [all...]
  /frameworks/base/docs/html/training/articles/
memory.jd 404 can improve code flexibility and maintenance. However, abstractions come at a significant cost:
407 significant benefit, you should avoid them.</p>
417 increased RAM use, significant APK size increase, slower execution, and quickly hitting the DEX
433 a lot of process initialization by scanning your code for annotations, which can require significant
443 should assume you are taking on a significant porting and maintenance burden to optimize the
514 useful to apps that may run significant work in the background as well as the foreground and can
571 <p>This memory footprint for an empty process is fairly significant and it can quickly
    [all...]
  /external/valgrind/main/
NEWS 4 3.7.0 is a feature release with many significant improvements and the
363 3.6.0 is a feature release with many significant improvements and the
    [all...]
  /external/valgrind/main/coregrind/
m_redir.c 586 spec->mark = False; /* not significant */
587 spec->done = False; /* not significant */
636 newts->next = NULL; /* not significant */
639 newts->mark = False; /* not significant */
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c 1000 ** Description This function is called to get EIR data from significant part.
1002 ** Parameters p_eir - pointer of EIR significant part
1024 ** Parameters p_eir - pointer of EIR significant part
    [all...]
  /external/ceres-solver/include/ceres/
solver.h 413 // can have a significant of impact on the efficiency and accuracy
492 // The first option incurs a significant memory penalty. The
576 // Generally speaking, inner iterations make significant progress
    [all...]
  /external/icu4c/i18n/
digitlst.cpp 369 // the digits are stored least significant first, which requires moving all
546 // Loop is iterating over digits starting with the most significant.
547 // Numbers are stored with the least significant digit at index zero.
  /external/llvm/docs/
DeveloperPolicy.rst 118 #. All developers are required to have significant changes reviewed before they
321 resolved before any significant work is done.
337 In the LLVM project, we do all significant changes as a series of incremental
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
mmintrin.h 1019 /* Creates a vector of two 32-bit values; I0 is least significant. */
1037 /* Creates a vector of four 16-bit values; W0 is least significant. */
1047 /* Creates a vector of eight 8-bit values; B0 is least significant. */
    [all...]

Completed in 743 milliseconds

<<21222324252627282930>>