OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:significant
(Results
51 - 75
of
2519
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/test/builtins/Unit/
ffsdi2_test.c
17
// Returns: the index of the least
significant
1-bit in a, or
18
// the value zero if a is zero. The least
significant
bit is index one.
/frameworks/av/media/libeffects/lvm/lib/Common/src/
MixInSoft_D32C31_SAT.c
54
pInstance->Current = pInstance->Target; /* Difference is not
significant
anymore. Make them equal. */
86
pInstance->Current = pInstance->Target; /* Difference is not
significant
anymore. Make them equal. */
MixSoft_1St_D32C31_WRA.c
56
pInstance->Current = pInstance->Target; /* Difference is not
significant
anymore. Make them equal. */
86
pInstance->Current = pInstance->Target; /* Difference is not
significant
anymore. Make them equal. */
/packages/apps/Calculator/src/com/android/calculator2/
CalculatorExpressionEvaluator.java
26
* The maximum number of
significant
digits to display.
31
* A {@link Double} has at least 17
significant
digits, we show the first {@link #MAX_DIGITS}
/development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
OpenGLES10Activity.java
41
// consume
significant
memory here.
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
OpenGLES20Activity.java
42
// consume
significant
memory here.
/external/apache-xml/src/main/java/org/apache/xml/serializer/
XMLEntities.properties
24
# Character entity references for markup-
significant
/external/chromium_org/base/
guid_posix.cc
23
// Set the two most
significant
bits (bits 6 and 7) of the
/external/chromium_org/base/posix/
eintr_wrapper.h
14
// value of close is
significant
. See http://crbug.com/269623.
/external/chromium_org/chrome/browser/ui/cocoa/
dock_icon.h
19
// If true, the state has changed in a
significant
way since the last icon
/external/chromium_org/components/gcm_driver/
gcm_backoff_policy.cc
33
// has no
significant
state, -1 to never discard.
/external/chromium_org/content/browser/geolocation/
wifi_data.cc
26
// More than 4 or 50% of access points added or removed is
significant
.
/external/chromium_org/net/quic/
port_suggester.cc
39
//
significant
.
/external/chromium_org/ppapi/shared_impl/
id_assignment.h
29
// The least
significant
bits are the type, the rest are the value.
/external/chromium_org/sync/syncable/
in_memory_directory_backing_store.h
16
// than an on-disk database, so this can result in
significant
speedups in our
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/
226.txt
18
# Where there are many cities for a prefix, we only kept the more
significant
/external/chromium_org/third_party/mesa/src/docs/
developers.html
45
Volunteers have made
significant
contributions to all parts of Mesa, including
/external/chromium_org/v8/src/ic/arm64/
access-compiler-arm64.cc
23
// TODO(all): The so-called scratch registers are
significant
in some cases. For
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
DrawableImageViewTarget.java
24
// and causes
significant
amounts of jank.
/external/javassist/src/main/javassist/tools/reflect/
package.html
31
<p>The most
significant
class in this package is <code>Reflection</code>.
/external/junit/src/org/junit/runner/
Runner.java
7
* of
significant
events as it does so. You will need to subclass <code>Runner</code>
/external/kernel-headers/original/uapi/linux/
ipv6_route.h
31
#define RTF_FLOW 0x02000000 /* flow
significant
route */
/external/llvm/test/CodeGen/ARM/
swift-vldm.ll
4
; begin in the most-
significant
half of a q register. These require more
/external/mesa3d/docs/
developers.html
45
Volunteers have made
significant
contributions to all parts of Mesa, including
/external/qemu/distrib/sdl-1.2.15/src/video/
math_private.h
83
/* Get the more
significant
32 bit int from a double. */
92
/* Get the less
significant
32 bit int from a double. */
111
/* Set the more
significant
32 bits of a double from an int. */
121
/* Set the less
significant
32 bits of a double from an int. */
Completed in 350 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>