OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:significant
(Results
126 - 150
of
2886
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/lib/builtins/
floatuntisf.c
33
int sd = N - __clzti2(a); /* number of
significant
digits */
58
++a; /* round - this step may add a
significant
bit */
floatuntixf.c
35
int sd = N - __clzti2(a); /* number of
significant
digits */
60
++a; /* round - this step may add a
significant
bit */
/external/compiler-rt/test/builtins/Unit/
ffsti2_test.c
19
// Returns: the index of the least
significant
1-bit in a, or
20
// the value zero if a is zero. The least
significant
bit is index one.
/external/guava/guava/src/com/google/common/io/
LegacyCloseables.java
48
* @deprecated This method may suppress potentially
significant
exceptions, particularly when
50
* should be considered as
significant
as a failure thrown from a write method because it may
/external/icu/icu4j/perf-tests/data/conversion/
english.txt
13
Unicode provides a unique number for every character, no matter what the platform, no matter what the program, no matter what the language. The Unicode Standard has been adopted by such industry leaders as Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Sun, Sybase, Unisys and many others. Unicode is required by modern standards such as XML, Java, ECMAScript (JavaScript), LDAP, CORBA 3.0, WML, etc., and is the official way to implement ISO/IEC 10646. It is supported in many operating systems, all modern browsers, and many other products. The emergence of the Unicode Standard, and the availability of tools supporting it, are among the most
significant
recent global software technology trends.
15
Incorporating Unicode into client-server or multi-tiered applications and websites offers
significant
cost savings over the use of legacy character sets. Unicode enables a single software product or a single website to be targeted across multiple platforms, languages and countries without re-engineering. It allows data to be transported through many different systems without corruption.
/external/kernel-headers/original/uapi/linux/
media-bus-format.h
19
* samples are transferred over the bus: "LE" means that the least
significant
20
* bits are transferred first, "BE" means that the most
significant
bits are
/external/libavc/decoder/
ih264d_bitstrm.c
84
* An unsigned 32 bit integer with its least
significant
bits
111
* An unsigned 32 bit integer with its least
significant
bits
/external/libbrillo/brillo/
backoff_entry.h
45
// has no
significant
state, -1 to never discard.
82
// Returns true if this object has no
significant
state (i.e. you could
/external/libweave/src/
backoff_entry.h
44
// has no
significant
state, -1 to never discard.
81
// Returns true if this object has no
significant
state (i.e. you could
/external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h
11
// callbacks when
significant
events happen during the JIT compilation process.
54
/// about
significant
events during compilation. For example, to notify
/external/markdown/docs/
release-2.0.txt
5
making. We have rewritten
significant
portions of the code, dramatically
24
summary of the
significant
changes:
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_syncobj.c
36
* which may end up being a
significant
overhead. In other tests of removing
37
* gratuitous batchbuffer syncs in Mesa, it hasn't appeared to be a
significant
/external/v8/src/arm64/
utils-arm64.h
75
//
significant
byte, and b[7] is the most
significant
.
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
rrtr.cc
25
// | NTP timestamp, most
significant
word |
27
// | NTP timestamp, least
significant
word |
/frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_MixInSoft_D16C31_SAT.c
58
pInstance->Current = pInstance->Target; /* Difference is not
significant
anymore. Make them equal. */
100
pInstance->Current = pInstance->Target; /* Difference is not
significant
anymore. Make them equal. */
LVC_MixSoft_1St_D16C31_SAT.c
58
pInstance->Current = pInstance->Target; /* Difference is not
significant
anymore. Make them equal. */
100
pInstance->Current = pInstance->Target; /* Difference is not
significant
anymore. Make them equal. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
v4l2-mediabus.h
23
* transferred over the bus: "LE" means that the least
significant
bits are
24
* transferred first, "BE" means that the most
significant
bits are transferred
/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/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.
/system/media/audio_utils/include/audio_utils/
fifo.h
35
size_t mFrameCount; // max number of
significant
frames to be stored in the FIFO > 0
50
* \param frameCount Max number of
significant
frames to be stored in the FIFO > 0.
/toolchain/binutils/binutils-2.25/gas/doc/
c-rl78.texi
59
selects the 16 least
significant
bits.
68
selects the 16 most
significant
bits.
/art/profman/
profile_assistant.h
45
// When the returned value is kCompile there is a
significant
difference
/bionic/libm/upstream-freebsd/lib/msun/src/
s_lrint.c
43
*
significant
bits than 'type'. Hence, we bend over backwards for the
/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/service/
MessagingService.java
27
* preferable to handle these in a service in case there is
significant
work to do which may exceed
/external/bison/src/
closure.h
44
significant
). CLOSURE places there the indices of all items which
Completed in 464 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>