OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:significant
(Results
1 - 25
of
2960
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu/icu4c/source/i18n/
significantdigitinterval.h
21
* An interval of allowed
significant
digit counts.
27
* No limits on
significant
digits.
33
* Make this instance have no limit on
significant
digits.
48
* Sets maximum
significant
digits. 0 or negative means no maximum.
55
* Get maximum
significant
digits. INT32_MAX means no maximum.
62
* Sets minimum
significant
digits. 0 or negative means no minimum.
69
* Get maximum
significant
digits. 0 means no minimum.
76
* Returns TRUE if this instance represents no constraints on
significant
digitinterval.h
92
* Sets the least
significant
inclusive value to smallest. If smallest >= 0
93
* then least
significant
inclusive value becomes 0.
100
* Sets the most
significant
exclusive value to largest.
101
* If largest <= 0 then most
significant
exclusive value becomes 0.
108
* If returns 8, the most
significant
digit in interval is the 10^7 digit.
143
* If returns -3, the least
significant
digit in interval is the 10^-3
/external/libusb/
THANKS
2
members who have made
significant
contributions in other areas are listed
/external/chromium-trace/catapult/telemetry/third_party/mox3/
requirements.txt
1
# The order of packages is
significant
, because pip processes them in the order
/external/chromium-trace/catapult/third_party/mox3/
requirements.txt
1
# The order of packages is
significant
, because pip processes them in the order
/external/compiler-rt/lib/builtins/
popcountti2.c
30
/* Every 4 bits holds the sum of every 4-set of bits (3
significant
bits) (32) */
33
/* Every 8 bits holds the sum of every 8-set of bits (4
significant
bits) (16) */
35
/* Every 8 bits holds the sum of every 8-set of bits (5
significant
bits) (8) */
37
/* Every 8 bits holds the sum of every 8-set of bits (6
significant
bits) (4) */
39
/* Every 8 bits holds the sum of every 8-set of bits (7
significant
bits) (2) */
41
return (x + (x >> 8)) & 0xFF; /* (8
significant
bits) */
popcountdi2.c
26
/* Every 4 bits holds the sum of every 4-set of bits (3
significant
bits) (16) */
28
/* Every 8 bits holds the sum of every 8-set of bits (4
significant
bits) (8) */
30
/* The lower 32 bits hold four 16 bit sums (5
significant
bits). */
33
/* The lower 16 bits hold two 32 bit sums (6
significant
bits). */
35
return (x + (x >> 8)) & 0x0000007F; /* (7
significant
bits) */
popcountsi2.c
26
/* Every 4 bits holds the sum of every 4-set of bits (3
significant
bits) */
28
/* Every 8 bits holds the sum of every 8-set of bits (4
significant
bits) */
30
/* The lower 16 bits hold two 8 bit sums (5
significant
bits).*/
32
return (x + (x >> 8)) & 0x0000003F; /* (6
significant
bits) */
/external/clang/test/PCH/
method_pool.h
3
/* Whitespace below is
significant
*/
/external/curl/lib/
warnless.c
65
# pragma warning(disable:810) /* conversion may lose
significant
bits */
84
# pragma warning(disable:810) /* conversion may lose
significant
bits */
103
# pragma warning(disable:810) /* conversion may lose
significant
bits */
122
# pragma warning(disable:810) /* conversion may lose
significant
bits */
141
# pragma warning(disable:810) /* conversion may lose
significant
bits */
160
# pragma warning(disable:810) /* conversion may lose
significant
bits */
181
# pragma warning(disable:810) /* conversion may lose
significant
bits */
202
# pragma warning(disable:810) /* conversion may lose
significant
bits */
224
# pragma warning(disable:810) /* conversion may lose
significant
bits */
246
# pragma warning(disable:810) /* conversion may lose
significant
bits *
[
all
...]
/external/javassist/src/main/javassist/tools/rmi/
package.html
11
<p>The most
significant
class of this package is
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
jaloverflow.d
11
# most
significant
four bits.
/device/google/contexthub/inc/
chre_version.h
51
*
significant
byte is the Major Version. The second-most
significant
byte
52
* is the Minor Version. The two least
significant
bytes are the Patch
69
* By definition, this will have the two least
significant
bytes set to 0,
95
* The most
significant
five bytes are the vendor ID as set out by the
98
* The least
significant
three bytes are set by the vendor, but must be
/external/c-ares/
ares_nowarn.c
71
# pragma warning(disable:810) /* conversion may lose
significant
bits */
89
# pragma warning(disable:810) /* conversion may lose
significant
bits */
108
# pragma warning(disable:810) /* conversion may lose
significant
bits */
127
# pragma warning(disable:810) /* conversion may lose
significant
bits */
170
#pragma warning(disable:810) /* conversion may lose
significant
bits */
182
#pragma warning(disable:810) /* conversion may lose
significant
bits */
/external/vulkan-validation-layers/libs/glm/detail/
func_packing.hpp
53
/// The first component of the vector will be written to the least
significant
bits of the output;
54
/// the last component will be written to the most
significant
bits.
66
/// The first component of the vector will be written to the least
significant
bits of the output;
67
/// the last component will be written to the most
significant
bits.
79
/// The first component of the vector will be written to the least
significant
bits of the output;
80
/// the last component will be written to the most
significant
bits.
92
/// The first component of the vector will be written to the least
significant
bits of the output;
93
/// the last component will be written to the most
significant
bits.
105
/// The first component of the returned vector will be extracted from the least
significant
bits of the input;
106
/// the last component will be extracted from the most
significant
bits
[
all
...]
/external/llvm/docs/HistoricalNotes/
2001-06-20-.NET-Differences.txt
6
One
significant
difference between .NET CLR and our VM is that the CLR
13
This is an important difference because I think there are some
significant
14
advantages to have a much lower level VM layer, and do
significant
static
/external/javassist/src/main/javassist/
package.html
10
<p>The most
significant
class of this package is <code>CtClass</code>.
/external/smali/util/src/main/java/org/jf/util/
NibbleUtils.java
36
* Extracts the high signed 4-bit nibble from the least
significant
46
* Extracts the low signed 4-bit nibble from the least
significant
56
* Extracts the high unsigned 4-bit nibble from the least
significant
66
* Extracts the low unsigned 4-bit nibble from the least
significant
/external/valgrind/massif/tests/
insig.c
4
// size of two of the
significant
nodes. This is quite common in big
/libcore/ojluni/src/main/java/java/nio/
ByteOrder.java
47
* multibyte value are ordered from most
significant
to least
significant
.
55
* a multibyte value are ordered from least
significant
to most
56
*
significant
. </p>
/toolchain/binutils/binutils-2.25/libiberty/
ffs.c
5
Find the first (least
significant
) bit set in @var{valu}. Bits are
/external/icu/icu4c/source/test/cintltst/
cnumtst.h
37
* The function used to test
significant
digits in the Number format API
42
* The function used to test Number format API rounding with
significant
digits
/external/opencv/otherlibs/highgui/
bitstrm.h
96
// l in prefix means that the least
significant
uchar of a multi-uchar value goes first
109
// m in prefix means that the most
significant
uchar of a multi-uchar value go first
120
// l in prefix means that the least
significant
bit of a multi-bit value goes first
140
// m in prefix means that the most
significant
bit of a multi-bit value goes first
190
// l in prefix means that the least
significant
uchar of a multi-byte value goes first
204
// m in prefix means that the least
significant
uchar of a multi-byte value goes last
216
// l in prefix means that the least
significant
bit of a multi-bit value goes first
234
// l in prefix means that the least
significant
bit of a multi-bit value goes first
/external/v8/src/
diy-fp.cc
15
//
significant
64 bits are only used for rounding the most
significant
64
/prebuilts/go/darwin-x86/src/hash/crc32/
example_test.go
17
// most
significant
bit represents the coefficient of x? and the least
significant
Completed in 1060 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>