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
2519
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libusb/
THANKS
2
members who have made
significant
contributions in other areas are listed
/external/chromium_org/tools/clang/blink_gc_plugin/
CMakeLists.txt
2
# Note: The spaces are
significant
.
/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/javassist/src/main/javassist/tools/rmi/
package.html
11
<p>The most
significant
class of this package is
/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/chromium_org/ui/keyboard/
keyboard_controller_observer.h
16
// Observers to the KeyboardController are notified of
significant
events that
/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/main/massif/tests/
insig.c
4
// size of two of the
significant
nodes. This is quite common in big
/external/chromium_org/content/common/
child_process_sandbox_support_impl_linux.h
28
// |size_and_style| stores the bold setting in its least-
significant
bit, the
29
// italic setting in its second-least-
significant
bit, and holds the requested
/external/chromium_org/third_party/icu/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/chromium_org/v8/src/
diy-fp.cc
16
//
significant
64 bits are only used for rounding the most
significant
64
misc-intrinsics.h
14
// Returns the index of the leading 1 bit, counting the least
significant
bit at
15
// index 0. (1 << IntegerLog2(x)) is a mask for the most
significant
bit of x.
/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/chromium_org/third_party/icu/source/test/perf/perldriver/
Format.pm
22
#|# In other words, take one
significant
digit of the error value and
45
# Format a number, optionally with a +/- delta, to n
significant
48
# @param
significant
digit, a value >= 1
66
# TODO make this work for values with all
significant
81
# Format a time, optionally with a +/- delta, to n
significant
84
# @param
significant
digit, a value >= 1
107
# Format a percentage, optionally with a +/- delta, to n
significant
110
# @param
significant
digit, a value >= 1
125
# Format a number to n
significant
digits without using exponential
128
# @param
significant
digit, a value >=
[
all
...]
/external/icu/icu4c/source/test/perf/perldriver/
Format.pm
22
#|# In other words, take one
significant
digit of the error value and
45
# Format a number, optionally with a +/- delta, to n
significant
48
# @param
significant
digit, a value >= 1
66
# TODO make this work for values with all
significant
81
# Format a time, optionally with a +/- delta, to n
significant
84
# @param
significant
digit, a value >= 1
107
# Format a percentage, optionally with a +/- delta, to n
significant
110
# @param
significant
digit, a value >= 1
125
# Format a number to n
significant
digits without using exponential
128
# @param
significant
digit, a value >=
[
all
...]
/external/lldb/source/Plugins/Process/Utility/
InstructionUtils.h
17
// Return the bit field(s) from the most
significant
bit (msbit) to the
18
// least
significant
bit (lsbit) of a 64-bit unsigned value.
26
// Return the bit field(s) from the most
significant
bit (msbit) to the
27
// least
significant
bit (lsbit) of a 32-bit unsigned value.
48
// Set the bit field(s) from the most
significant
bit (msbit) to the
49
// least
significant
bit (lsbit) of a 32-bit unsigned value to 'val'.
97
x &= x - 1; // clear the least
significant
bit set
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_stddefs.h
87
OI_UINT32 I1; /**< most
significant
32 bits */
88
OI_UINT32 I2; /**< least
significant
32 bits */
96
OI_INT32 I1; /**< most
significant
32 bits as a signed integer */
97
OI_UINT32 I2; /**< least
significant
32 bits as an unsigned integer */
105
OI_UINT32 I1; /**< most
significant
32 bits */
106
OI_UINT32 I2; /**< second-most
significant
32 bits */
107
OI_UINT32 I3; /**< third-most
significant
32 bits */
108
OI_UINT32 I4; /**< least
significant
32 bits */
116
OI_INT32 I1; /**< most
significant
32 bits as a signed integer */
117
OI_UINT32 I2; /**< second-most
significant
32 bits as an unsigned integer *
[
all
...]
/external/chromium-libpac/src/
net_util.h
26
// array of bytes, from most
significant
to least
significant
. This is the
56
// IP address whose |prefix_length_in_bits| most
significant
bits match
/external/chromium_org/tools/relocation_packer/src/
leb128.cc
19
// length. The least
significant
7 bits of each byte hold 7 bits of data,
20
// and the most
significant
bit is set on each byte except the last.
45
// a byte without its most
significant
bit is found, then read the 7 bit
/external/wpa_supplicant_8/src/common/
eapol_common.h
72
u8 key_index; /* key flag in the most
significant
bit:
75
* 7 least
significant
bits */
83
* represents the number of least
significant
octets from
Completed in 941 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>