Searched
full:significant (Results
676 -
700 of
2960) sorted by null
<<21222324252627282930>>
/external/compiler-rt/lib/builtins/ |
README.txt | 48 si_int __ffsdi2(di_int a); // find least significant 1 bit 49 si_int __ffsti2(ti_int a); // find least significant 1 bit
|
/external/fdlibm/ |
readme | 74 (sign,exponent,the first 21 significant bits) 75 __LO(x) the least 32 significant bits of x
|
/external/flac/libFLAC/ |
fixed.c | 83 * Whittle err down to 16 bits max. 16 significant bits is enough for 162 * Whittle err down to 16 bits max. 16 significant bits is enough for
|
/external/guava/guava/src/com/google/common/hash/ |
HashCode.java | 65 * value with {@code asBytes()} as the least-significant bytes and {@code 0x00} as the remaining 66 * most-significant bytes.
|
/external/icu/icu4c/source/i18n/ |
dcfmtsym.cpp | 189 NULL, /* Significant digit symbol - not in CLDR */ 430 fSymbols[kSignificantDigitSymbol] = (UChar)0x0040; // '@' significant digit
|
/external/icu/icu4c/source/i18n/unicode/ |
compactdecimalformat.h | 41 * By default, there are 3 significant digits. After creation, if more than 42 * three significant digits are set (with setMaximumSignificantDigits), or if a
|
/external/icu/icu4c/source/test/intltest/ |
numberformat2test.cpp | 561 // Round to 1 significant digit 567 // Round to 5 significant digit 573 // Round to 6 significant digit 585 // Rounding at -1 produces fewer than 5 significant digits 591 // Rounding at -1 produces exactly 4 significant digits 597 // Rounding at -1 produces more than 3 significant digits [all...] |
/external/libchrome/base/strings/ |
string_number_conversions.cc | 290 uint8_t msb = 0; // most significant 4 bits 291 uint8_t lsb = 0; // least significant 4 bits
|
/external/libpng/ |
pngstruct.h | 306 png_color_8 sig_bit; /* significant bits in each available channel */ 310 png_color_8 shift; /* shift for significant bit tranformation */
|
/external/libvncserver/rfb/ |
rfbproto.h | 46 * significant byte first). Unless noted otherwise there is no special 162 has most significant bit of the byte 182 value in a pixel to the least significant 733 * byte". Its format is as follows (bit 0 is the least significant one): 780 * Here each character denotes one bit, xxxxxxx are the least significant 7 782 * most significant 8 bits (bits 14-21). For example, decimal value 10000 820 * significant bits correspond to the leftmost pixels, and each raw of pixels [all...] |
/external/libweave/third_party/chromium/base/strings/ |
string_number_conversions.cc | 282 uint8_t msb = 0; // most significant 4 bits 283 uint8_t lsb = 0; // least significant 4 bits
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldImpl.h | 354 /// Endian-aware read Read the least significant Size bytes from Src. 357 /// Endian-aware write. Write the least significant Size bytes from Value to
|
/external/llvm/test/Transforms/SROA/ |
big-endian.ll | 162 ; would miscompile this by either dropping a most significant byte or least 163 ; significant byte due to shrinking the [4,8) slice to an i24, or by failing to
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_math.h | 440 * Find first bit set in word. Least significant bit is 1. 481 * Find last bit set in a word. The least significant bit is 1.
|
/external/mesa3d/src/mapi/glapi/gen/ |
glX_server_table.py | 268 # significant bits and works down to the least significant
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
utils.c | 129 * that red, green, blue are available and red is in the "most significant" 130 * position and blue is in the "least significant". The \c fb_type specifies
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfPxr24Compressor.cpp | 60 // most significant bytes end up in a contiguous block, followed 61 // by the second most significant bytes, and so on. The resulting
|
/external/pdfium/third_party/bigint/ |
BigUnsigned.hh | 17 * written in base 256^sizeof(unsigned long). The least significant block is 18 * first, and the length is such that the most significant block is nonzero. */
|
/external/pdfium/third_party/lpng_v163/ |
pngstruct.h | 302 png_color_8 sig_bit; /* significant bits in each available channel */
306 png_color_8 shift; /* shift for significant bit tranformation */
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Utf8.java | 180 // overlong? 5 most significant bits must not all be zero 292 // overlong? 5 most significant bits must not all be zero
|
/external/tpm2/ |
PropertyCap.c | 90 // more significant 32-bits of a vendor-specific value 94 // less significant 32-bits of a vendor-specific value
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
acm_receiver.cc | 524 // the least significant bits. (32-6) bits cover 2^(32-6) = 67108864 ms. 525 // We masked 6 most significant bits of 32-bit so there is no overflow in
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
l_extract.cpp | 88 pL_var_hi = pointer to the most significant word of L_var (Word16). 90 pL_var_lo = pointer to the least significant word of L_var shifted
|
/frameworks/base/core/java/android/util/ |
Log.java | 56 * significant work and incurring significant overhead.
|
/frameworks/base/include/androidfw/ |
AssetManager.h | 180 * this call may incur significant disk overhead. 192 * this call may incur significant disk overhead.
|
Completed in 1529 milliseconds
<<21222324252627282930>>