HomeSort by relevance Sort by last modified time
    Searched refs:significant (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/gas/
flonum-mult.c 63 Zero length factors signify 0 significant bits: treat as 0.0.
86 long significant; /* TRUE when we emit a non-0 littlenum */
117 significant = 0;
143 significant |= work;
144 if (significant || P < 0)
173 /* Shift right 1 to make room for most significant littlenum. */
85 long significant; \/* TRUE when we emit a non-0 littlenum *\/ local
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
jaloverflow.d 11 # most significant four bits.
  /frameworks/wilhelm/src/itf/
IPlay.cpp 313 bool significant = false; local
318 significant = true;
321 if (significant) {
338 bool significant = false; local
344 significant = true;
347 if (significant) {
389 bool significant = false; local
407 significant = true;
410 if (significant) {
IRecord.cpp 187 bool significant = false; local
192 significant = true;
195 if (significant) {
212 bool significant = false; local
218 significant = true;
221 if (significant) {
  /prebuilts/go/darwin-x86/src/hash/crc32/
example_test.go 17 // most significant bit represents the coefficient of x? and the least significant
  /prebuilts/go/linux-x86/src/hash/crc32/
example_test.go 17 // most significant bit represents the coefficient of x? and the least significant
  /compatibility/cdd/3_software/
3_5_api-behavioral-compatibility.md 45 significant portions of the platform for behavioral compatibility, but not all.
49 possible, rather than re-implement significant parts of the system
  /prebuilts/go/darwin-x86/src/compress/bzip2/
bit_reader.go 34 // least-significant part of a uint64. In the event of an error, it returns 0
64 // least-significant places and masks off anything above.
  /prebuilts/go/linux-x86/src/compress/bzip2/
bit_reader.go 34 // least-significant part of a uint64. In the event of an error, it returns 0
64 // least-significant places and masks off anything above.
  /external/libvorbis/doc/
02-bitpacking.tex 41 A byte has a well-defined 'least significant' bit (LSb), which is the
43 value +1. A byte's 'most significant' bit (MSb) is at the opposite
54 'most significant byte first' in which the highest-valued byte comes
55 first), 0-1-2-3 ('little endian' or 'least significant byte first' in
77 significant bit, etc, until the requested number of bits have been
80 significant unused bit position of the destination byte, followed by
81 the next-least significant bit of the source integer and so on up to
  /external/brotli/research/
README.md 3 In this directory we publish simple tools to analyze backward reference distance distributions in LZ77 compression. We developed these tools to be able to make more efficient encoding of distances in large-window brotli. In large-window compression the average cost of a backward reference distance is higher, and this may allow for more advanced encoding strategies, such as delta coding or an increase in context size, to bring significant compression density improvements. Our tools visualize the backward references as histogram images, i.e., one pixel in the image shows how many distances of a certain range exist at a certain locality in the data. The human visual system is excellent at pattern detection, so we tried to roughly identify patterns visually before going into more quantitative analysis. These tools can turn out to be useful in development of other LZ77-based compressors and we hope you try them out.
  /prebuilts/go/darwin-x86/src/crypto/rand/
util.go 55 // Don't let the value be too small, i.e, set the most significant two bits.
112 // b is the number of bits in the most significant byte of max.
  /prebuilts/go/darwin-x86/src/encoding/binary/
varint.go 10 // least significant bits
11 // - the most significant bit (msb) in each output byte indicates if there
  /prebuilts/go/darwin-x86/src/os/
types.go 37 // The defined file mode bits are the most significant bits of the FileMode.
38 // The nine least-significant bits are the standard Unix rwxrwxrwx permissions.
  /prebuilts/go/linux-x86/src/crypto/rand/
util.go 55 // Don't let the value be too small, i.e, set the most significant two bits.
112 // b is the number of bits in the most significant byte of max.
  /prebuilts/go/linux-x86/src/encoding/binary/
varint.go 10 // least significant bits
11 // - the most significant bit (msb) in each output byte indicates if there
  /prebuilts/go/linux-x86/src/os/
types.go 37 // The defined file mode bits are the most significant bits of the FileMode.
38 // The nine least-significant bits are the standard Unix rwxrwxrwx permissions.
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32.go 12 // significant-byte first (network) order.
  /prebuilts/go/linux-x86/src/hash/adler32/
adler32.go 12 // significant-byte first (network) order.
  /external/autotest/site_utils/
perf_compare.py 345 logging.info('The following perf keys showed statistically significant '
350 logging.info('No perf keys showed statistically significant result '
  /prebuilts/go/darwin-x86/src/image/
decode_test.go 29 // to GIF loses significant image quality.
  /prebuilts/go/darwin-x86/src/math/big/
natconv.go 270 // convert less-significant words (include leading zeros)
297 // convert digits of most-significant word w (omit leading zeros)
386 // extract least significant, base bb "digit"
400 // extract least significant, base bb "digit"
decimal.go 24 // with the most-significant mantissa digit at index 0. For the zero decimal, the
32 // at returns the i'th mantissa digit, starting with the most significant digit at 0.
  /prebuilts/go/linux-x86/src/image/
decode_test.go 29 // to GIF loses significant image quality.
  /prebuilts/go/linux-x86/src/math/big/
natconv.go 270 // convert less-significant words (include leading zeros)
297 // convert digits of most-significant word w (omit leading zeros)
386 // extract least significant, base bb "digit"
400 // extract least significant, base bb "digit"

Completed in 4508 milliseconds

1 2 3 4 5