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

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.27/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.27/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/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/cmd/cover/
doc.go 19 because cover deletes comments that are significant to cgo.
  /prebuilts/go/linux-x86/src/cmd/cover/
doc.go 19 because cover deletes comments that are significant to cgo.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/
CompareMem.asm 75 // Limit % 4 == 0 => all bytes significant.
93 ; that is different, or the end of the significant data.
  /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.
120 // b is the number of bits in the most significant byte of max-1.
  /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.
120 // b is the number of bits in the most significant byte of max-1.
  /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.
  /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 '
  /external/vulkan-validation-layers/
GOVERNANCE.md 28 - Experienced project members who have made significant technical contributions
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32.go 12 // significant-byte first (network) order.
  /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 281 // convert less-significant words (include leading zeros)
308 // convert digits of most-significant word w (omit leading zeros)
397 // extract least significant, base bb "digit"
411 // extract least significant, base bb "digit"
  /prebuilts/go/linux-x86/src/hash/adler32/
adler32.go 12 // significant-byte first (network) order.

Completed in 428 milliseconds

1 2 3 4 5 6