OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:significant
(Results
251 - 275
of
2886
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/CodeGen/
block-byref-aggr.c
28
// Verify that there's nothing else
significant
in the function.
61
// Verify that there's nothing else
significant
in the function.
/external/compiler-rt/lib/builtins/
floatdidf.c
60
int sd = N - __builtin_clzll(a); /* number of
significant
digits */
85
++a; /* round - this step may add a
significant
bit */
floatundidf.c
60
int sd = N - __builtin_clzll(a); /* number of
significant
digits */
85
++a; /* round - this step may add a
significant
bit */
/external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h
268
MSQ = vec_ld(0, (unsigned char *)from); // most
significant
quadword
269
LSQ = vec_ld(15, (unsigned char *)from); // least
significant
quadword
280
MSQ = vec_ld(0, (unsigned char *)from); // most
significant
quadword
281
LSQ = vec_ld(15, (unsigned char *)from); // least
significant
quadword
312
MSQ = vec_ld(0, (unsigned char *)to); // most
significant
quadword
313
LSQ = vec_ld(15, (unsigned char *)to); // least
significant
quadword
330
MSQ = vec_ld(0, (unsigned char *)to); // most
significant
quadword
331
LSQ = vec_ld(15, (unsigned char *)to); // least
significant
quadword
/external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterUtility.java
40
* @param msc most
significant
char
41
* @param lsc least
significant
char
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterUtility.java
39
* @param msc most
significant
char
40
* @param lsc least
significant
char
/external/libopus/celt/
entenc.h
89
_val: The bits to encode (in the least _nbits
significant
bits).
90
They will be decoded in order from most-
significant
to least.
/external/libpcap/
README.linux
52
Copying packets from the kernel to the program consumes a
significant
55
significant
number of packets. (If no filter is specified, it makes no
/external/llvm/include/llvm/Support/
MathExtras.h
101
/// \brief Count number of 0's from the least
significant
bit to the most
170
/// \brief Count number of 0's from the most
significant
bit to the least
186
///
significant
bit.
200
///
significant
bit.
326
/// sequence of ones starting at the least
significant
bit with the remainder
333
/// sequence of ones starting at the least
significant
bit with the remainder
382
/// \brief Count the number of ones from the most
significant
bit to the first
398
/// \brief Count the number of ones from the least
significant
bit to the first
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
old_pix_fmts.h
80
PIX_FMT_RGB555BE, ///< packed RGB 5:5:5, 16bpp, (msb)1A 5R 5G 5B(lsb), big-endian, most
significant
bit to 0
81
PIX_FMT_RGB555LE, ///< packed RGB 5:5:5, 16bpp, (msb)1A 5R 5G 5B(lsb), little-endian, most
significant
bit to 0
85
PIX_FMT_BGR555BE, ///< packed BGR 5:5:5, 16bpp, (msb)1A 5B 5G 5R(lsb), big-endian, most
significant
bit to 1
86
PIX_FMT_BGR555LE, ///< packed BGR 5:5:5, 16bpp, (msb)1A 5B 5G 5R(lsb), little-endian, most
significant
bit to 1
101
PIX_FMT_RGB444LE, ///< packed RGB 4:4:4, 16bpp, (msb)4A 4R 4G 4B(lsb), little-endian, most
significant
bits to 0
102
PIX_FMT_RGB444BE, ///< packed RGB 4:4:4, 16bpp, (msb)4A 4R 4G 4B(lsb), big-endian, most
significant
bits to 0
103
PIX_FMT_BGR444LE, ///< packed BGR 4:4:4, 16bpp, (msb)4A 4B 4G 4R(lsb), little-endian, most
significant
bits to 1
104
PIX_FMT_BGR444BE, ///< packed BGR 4:4:4, 16bpp, (msb)4A 4B 4G 4R(lsb), big-endian, most
significant
bits to 1
/external/skia/include/ports/
SkFontMgr.h
81
* bcp47[0] is the least
significant
fallback, bcp47[bcp47Count-1] is the
82
* most
significant
. If no specified bcp47 codes match, any font with the
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue99/
YamlBase64Test.java
87
* In the literal scalar all the line breaks are
significant
97
fail("In the literal scalar all the line breaks are
significant
");
/external/sonivox/arm-wt-22k/lib_src/
eas_flog.c
84
/* get the least
significant
bits for interpolation */
87
/* get the most
significant
bits for mantissa lookup */
/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.
/external/webp/src/dsp/
cost_sse2.c
35
// out least
significant
bits according to res->first, since coeffs[0] is 0
38
// The position of the most
significant
non-zero bit indicates the position of
/external/zlib/src/doc/
rfc1950.txt
189
significant
bit, and since we write numbers with the most-
190
significant
digit on the left, we also write bytes with the most-
191
significant
bit on the left. In the diagrams below, we number the
192
bits of a byte so that bit 0 is the least-
significant
bit, i.e.,
201
the MOST-
significant
byte first (at the lower memory address).
210
| + less
significant
byte = 8
211
+ more
significant
byte = 2 x 256
334
significant
-byte first (network) order.
/frameworks/base/docs/html/training/performance/battery/network/
action-app-traffic.jd
21
scheduling, you can create
significant
periods of rest for the device radio and, thereby, save
44
random times can consume
significant
power and reduce battery life. A more efficient approach is
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WifiScannerImpl.java
170
* Start tracking
significant
wifi changes
176
* Stop tracking
significant
wifi changes
/libcore/ojluni/src/main/java/java/text/
Collator.java
82
* to determine the level of difference considered
significant
in
127
* considered
significant
during comparison. The assignment of strengths
137
* considered
significant
during comparison. The assignment of strengths
148
* considered
significant
during comparison. The assignment of strengths
159
* considered
significant
during comparison. The assignment of strengths
165
* (A, combining-grave) will be considered
significant
at the IDENTICAL
367
* the minimum level of difference considered
significant
during comparison.
385
* the minimum level of difference considered
significant
during comparison.
/ndk/sources/cxx-stl/gabi++/src/
one_time_construction.cc
35
* Also the ARM C++ ABI uses the least-
significant
bit to indicate
36
* completion, while the generic/Itanium one uses the least-
significant
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
strings.h
49
The least-
significant
bit is position 1, the most-
significant
32. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
strings.h
109
The least-
significant
bit is position 1, the most-
significant
32. */
/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/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.
Completed in 625 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>