/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.c | 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.c | 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
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
BarGraph.java | 46 boolean significant; field in class:BarGraph.BarItem 53 this.significant= sig; 65 public void addItem(String name, double[] stats, String url, String slow, boolean significant) { 66 this.fItems.add(new BarItem(name, stats, url, slow, significant)); 211 } else if (!bar.significant) { 216 } else if (!bar.significant) {
|
/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
|
/frameworks/native/libs/ui/ |
Android.mk | 23 # introduce significant overheads
|
/external/v8/test/mjsunit/compiler/ |
expression-trees.js | 64 // Set up leaf masks to set 6 least-significant bits. 85 // Set up leaf masks to clear 6 least-significant bits.
|
/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 | 32 // The defined file mode bits are the most significant bits of the FileMode. 33 // 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 | 32 // The defined file mode bits are the most significant bits of the FileMode. 33 // The nine least-significant bits are the standard Unix rwxrwxrwx permissions.
|
/frameworks/native/libs/gui/ |
Android.mk | 22 # introduce significant overheads
|
/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 '
|
/external/v8/test/webkit/ |
nested-functions.js | 35 // Formating of these functions is significant for regression
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
natconv.go | 279 // convert less-significant words 306 // convert digits of most-significant word (omit leading zeros) 391 // extract least significant, base bb "digit" 405 // extract least significant, base bb "digit"
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
natconv.go | 276 // convert less-significant words 303 // convert digits of most-significant word (omit leading zeros) 388 // extract least significant, base bb "digit" 402 // extract least significant, base bb "digit"
|