OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:significant
(Results
201 - 225
of
2106
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/zlib/src/doc/
rfc1951.txt
254
significant
bit, and since we write numbers with the most-
255
significant
digit on the left, we also write bytes with the most-
256
significant
bit on the left. In the diagrams below, we number the
257
bits of a byte so that bit 0 is the least-
significant
bit, i.e.,
266
the least-
significant
byte first (at the lower memory address).
275
| + more
significant
byte = 2 x 256
276
+ less
significant
byte = 8
300
with the least-
significant
bit of the byte.
302
starting with the least-
significant
bit of the data
305
significant
bit of the code
[
all
...]
/external/valgrind/drd/
drd_bitmap.h
57
/** Number of least
significant
address bits that are ignored. */
71
* Number of bits assigned to the least
significant
component of an address.
77
* compute the least
significant
part of an address split, after having
82
/** Compute least
significant
bits of an address of type Addr. */
107
/** Compute most
significant
bits of an address of type Addr. */
155
* in order to compute the least
significant
part of an UWord.
174
* Return the least
significant
bits.
/frameworks/base/docs/html/training/efficient-downloads/
efficient-network-access.jd
32
<p>Using the wireless radio to transfer data is potentially one of your app's most
significant
sources of battery drain. To minimize the battery drain associated with network activity, it's critical that you understand how your connectivity model will affect the underlying radio hardware.</p>
38
<p>A fully active wireless radio consumes
significant
power, so it transitions between different energy states in order to conserve power when not in use, while attempting to minimize latency associated with "powering up" the radio when it's required.</p>
46
<p>While the low and idle states drain significantly less battery, they also introduce
significant
latency to network requests. Returning to full power from the low state takes around 1.5 seconds, while moving from idle to full can take over 2 seconds.</p>
96
<p>You could choose to prefetch an entire album, however should the user stop listening after the first song, you've wasted a
significant
amount of bandwidth and battery life.</p>
104
<p>Using this approach, the radio will be forced to remain active for the majority of users' news-reading session as they scroll headlines, change categories, and read articles. Not only that, but the constant switching between energy states will result in
significant
latency when switching categories or reading articles.</p>
108
<p>Another alternative is to prefetch every headline, thumbnail, article text, and possibly even full article pictures—typically in the background on a predetermined schedule. This approach risks spending
significant
bandwidth and battery life downloading content that's never used, so it should be implemented with caution.</p>
116
<p>An app that pings the server every 20 seconds, just to acknowledge that the app is running and visible to the user, will keep the radio powered on indefinitely, resulting in a
significant
battery cost for almost no actual data transfer.</p>
/external/icu/icu4c/source/common/
utrace.c
140
/* Little Endian. Move p to most
significant
end of the value */
146
* most
significant
to least
significant
end */
/external/icu/icu4c/source/test/intltest/
compactdecimalformattest.cpp
290
// We expect 3
significant
digits by default
330
// All tests are written for two
significant
digits, so we explicitly set here
331
// in case default
significant
digits change.
/hardware/invensense/6515/libsensors_iio/
sensors.h
153
{"MPL
Significant
Motion", "Invensense", 1, SENSORS_SIGNIFICANT_MOTION_HANDLE,
218
{"MPL
Significant
Motion", "Invensense", 1, SENSORS_SIGNIFICANT_MOTION_HANDLE,
276
{"MPL
Significant
Motion", "Invensense", 1,
sensors_mpl.cpp
65
static const char *smdWakelockStr = "
significant
motion";
128
/*
Significant
Motion wakelock support */
142
/* No
significant
motion events pending yet */
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormat.java
168
* <td>
Significant
digit
265
*
significant
integer digits, the <em>primary grouping size</em>, and one used for all
357
* not use <a href="#sci">scientific notation</a> or <a href="#sigdig">
significant
361
* digits</em>, then only the least
significant
digits are shown. For example, 1997 is
425
*
significant
digits logic. The maximum number of
significant
digits limits the total
428
* section on
significant
digits for more details.
430
* <li>The number of
significant
digits shown is determined as follows: If
431
* areSignificantDigitsUsed() returns false, then the minimum number of
significant
digits
432
* shown is one, and the maximum number of
significant
digits shown is the sum of th
[
all
...]
/art/compiler/dex/quick/mips/
README.mips
31
o Expand the def/use mask (which, unfortunately, is a
significant
change)
/bionic/libc/bionic/
c32rtomb.cpp
87
// of 6 bits, least
significant
last. The first octet is
/development/samples/ApiDemos/src/com/example/android/apis/os/
TriggerSensors.java
31
* <h3>Application showing the Trigger Sensor API for the
Significant
Motion sensor. </h3>
/docs/source.android.com/src/devices/camera/
camera3_metadata.jd
54
without introducing
significant
stutter or delay to the output frame stream.
/docs/source.android.com/src/devices/sensors/
power-use.jd
34
<li>
Significant
motion </li>
/docs/source.android.com/src/source/
index.jd
45
allocated
significant
engineering resources to improve Android and bring Android
/external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLProcessorVersion.src
56
*
significant
, externally apparent enhancement from
/external/apache-xml/src/main/java/org/apache/xml/serializer/
Version.java
81
*
significant
, externally apparent enhancement from
Version.src
81
*
significant
, externally apparent enhancement from
/external/boringssl/src/util/bot/
DEPS
96
# on Windows is a
significant
part of the cycle time.
/external/clang/test/Index/
complete-blocks.m
1
// The line and column layout of this test is
significant
. Run lines
/external/deqp/framework/delibs/deimage/
deARGB.h
29
/* ARGB color in descending A, R, G, B order (alpha is in most
significant
byte). */
/external/flac/
config.h
128
/* Define to 1 if your processor stores words with the most
significant
byte
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
GlideDrawableImageViewTarget.java
58
// lots of these calls and causes
significant
amounts of jank.
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
BinaryTreeTraverser.java
83
// TODO(user): see if any
significant
optimizations are possible for breadthFirstIterator
/external/icu/icu4c/source/test/testdata/
NumberFormatTestCases.txt
24
#
Significant
digits
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTestCases.txt
24
#
Significant
digits
Completed in 556 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>