HomeSort by relevance Sort by last modified time
    Searched full:significant (Results 851 - 875 of 2960) sorted by null

<<31323334353637383940>>

  /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
  /frameworks/av/include/ndk/
NdkImage.h 126 * fifth byte contains the 2 least significant bits of the 4 pixels, the
244 * byte contains the 4 least significant bits of the two pixels, the exact layout
336 * 3 most significant bits of the sample, with a value of 0 representing 100% confidence, a
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
CHANGELOG 134 slideshow-like material will see significant improvements.
243 - Fix significant artifacts in error concealment (a4c2211, 99d870a)
353 release also saw significant improvement in realtime encoding speed
  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 460 BN_ULONG msd = d[i]; // most significant digit
466 if (i < 0) msd--; // Only if all lower significant digits are 0 we decrement the most significant one.
  /libcore/ojluni/src/main/java/sun/security/util/
ObjectIdentifier.java 471 * (from the least significant bit) of the 8 bits in a byte is used. This
475 * the input (the least significant bit in the last byte), when repacked as
476 * the final bit of the output, is still at the least significant position.
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
mmintrin.h 874 /* Creates a vector of two 32-bit values; I0 is least significant. */
881 /* Creates a vector of four 16-bit values; W0 is least significant. */
888 /* Creates a vector of eight 8-bit values; B0 is least significant. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
mmintrin.h 855 /* Creates a vector of two 32-bit values; I0 is least significant. */
862 /* Creates a vector of four 16-bit values; W0 is least significant. */
869 /* Creates a vector of eight 8-bit values; B0 is least significant. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
mmintrin.h 855 /* Creates a vector of two 32-bit values; I0 is least significant. */
862 /* Creates a vector of four 16-bit values; W0 is least significant. */
869 /* Creates a vector of eight 8-bit values; B0 is least significant. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
mmintrin.h 855 /* Creates a vector of two 32-bit values; I0 is least significant. */
862 /* Creates a vector of four 16-bit values; W0 is least significant. */
869 /* Creates a vector of eight 8-bit values; B0 is least significant. */
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
mmintrin.h 874 /* Creates a vector of two 32-bit values; I0 is least significant. */
881 /* Creates a vector of four 16-bit values; W0 is least significant. */
888 /* Creates a vector of eight 8-bit values; B0 is least significant. */
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/go/darwin-x86/src/image/jpeg/
scan.go 121 // three passes could transmit the 6 most significant bits, followed
122 // by the second-least significant bit, followed by the least
123 // significant bit.
writer.go 176 // Each value maps to a uint32 of which the 8 most significant bits hold the
177 // codeword size in bits and the 24 least significant bits hold the codeword.
252 // emit emits the least significant nBits bits of bits to the bit-stream.
  /prebuilts/go/linux-x86/src/image/jpeg/
scan.go 121 // three passes could transmit the 6 most significant bits, followed
122 // by the second-least significant bit, followed by the least
123 // significant bit.
writer.go 176 // Each value maps to a uint32 of which the 8 most significant bits hold the
177 // codeword size in bits and the 24 least significant bits hold the codeword.
252 // emit emits the least significant nBits bits of bits to the bit-stream.
  /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
  /toolchain/binutils/binutils-2.25/bfd/
nlm32-ppc.c 560 sym argument is NULL), then the second most significant bit is 0
565 If this is an imported symbol, the second most significant bit is
710 significant bit is 0 if this is a reloc against the data
reloc.c 479 @var{bitsize} significant bits and will be shifted right by
481 @var{addrsize} significant bits. The result is either of
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
maverick.c 120 follows: the 4 least-significant bits are stored in the 4
121 least-significant bits of the word; the 3 most-significant bits are
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberUtil.java 67 // The minimum and maximum length of the national significant number.
466 * Numbers with more than one '/' symbol in the national significant number are also dropped at
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormatSymbols.java 214 * Returns the character used to represent a significant digit in a pattern.
215 * @return the significant digit pattern character
222 * Sets the character used to represent a significant digit in a pattern.
223 * @param sigDigit the significant digit pattern character
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormatSymbols.java 225 * Returns the character used to represent a significant digit in a pattern.
226 * @return the significant digit pattern character
234 * Sets the character used to represent a significant digit in a pattern.
235 * @param sigDigit the significant digit pattern character
    [all...]
  /external/libavc/encoder/
ih264e_cavlc.c 99 * trailing ones basing on the significant coeff map, residual block and
112 * significant coefficient map
230 * significant coefficient map of the residual block
236 * If the block type is CAVLC_CHROMA_4x4_DC, then u4_nc is non-significant
583 * Significant coefficient map of all the partitions for the current subblk
    [all...]

Completed in 2015 milliseconds

<<31323334353637383940>>