HomeSort by relevance Sort by last modified time
    Searched full:significant (Results 26 - 50 of 2960) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/hash/crc32/
example_test.go 17 // most significant bit represents the coefficient of x? and the least significant
  /system/media/audio_utils/spdif/
BitFieldParser.h 43 * the most significant bit.
45 * the least significant bit.
  /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/icu/icu4j/perf-tests/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/libmpeg2/decoder/
impeg2d_bitstream.c 157 least significant bit positions of 'c'.*/
223 * least significant bit and going towards most significant
261 * least significant bit and going towards most significant
286 moved to the least significant positions of 'u4_bits'*/
309 * least significant bit and going towards most significant
335 * least significant bit and going towards most significant
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
packing.hpp 85 /// The first component of the vector will be written to the least significant bits of the output;
86 /// the last component will be written to the most significant bits.
101 /// The first component of the returned vector will be extracted from the least significant bits of the input;
102 /// the last component will be extracted from the most significant bits.
143 /// The first component of the vector will be written to the least significant bits of the output;
144 /// the last component will be written to the most significant bits.
159 /// The first component of the returned vector will be extracted from the least significant bits of the input;
160 /// the last component will be extracted from the most significant bits.
201 /// The first component of the vector will be written to the least significant bits of the output;
202 /// the last component will be written to the most significant bits
    [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/vulkan-validation-layers/libs/glm/detail/
func_integer.hpp 77 /// result. The 32 least-significant bits are returned in lsb.
78 /// The 32 most-significant bits are returned in msb.
92 /// result. The 32 least-significant bits are returned in lsb.
93 /// The 32 most-significant bits are returned in msb.
107 /// returning them in the least significant bits of the result.
108 /// For unsigned data types, the most significant bits of the
110 /// most significant bits will be set to the value of bit offset + base - 1.
127 /// Returns the insertion the bits least-significant bits of insert into base.
170 /// Returns the bit number of the least significant bit set to
183 /// Returns the bit number of the most significant bit in the binary representation of value
    [all...]
  /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
  /system/bt/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...]
  /bionic/tools/relocation_packer/src/
sleb128.cc 42 // length. The least significant 7 bits of each byte hold 7 bits of data,
43 // and the most significant bit is set on each byte except the last. The
45 // most significant bit is zero for a positive number and one for a
93 // until one without its most significant bit is found, and re-form the
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
progress_reporter.py 9 The reporter produces output whenever a significant event happens
  /external/chromium-trace/catapult/telemetry/third_party/mox3/
test-requirements.txt 1 # The order of packages is significant, because pip processes them in the order
  /external/chromium-trace/catapult/third_party/mox3/
test-requirements.txt 1 # The order of packages is significant, because pip processes them in the order
  /external/fio/lib/
fls.h 5 * fls - find last (most-significant) bit set
  /external/llvm/test/CodeGen/X86/
fast-isel-select.ll 2 ; Make sure we only use the less significant bit of the value that feeds the
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
IllegalProvisioningArgumentException.java 23 * significant.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 26 putting '4' in the most significant byte, '3' in the second most
27 significant byte, '2' in the second least significant byte, and '1'
28 in the least significant byte, and then writing down one digit for
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 26 putting '4' in the most significant byte, '3' in the second most
27 significant byte, '2' in the second least significant byte, and '1'
28 in the least significant byte, and then writing down one digit for
  /device/google/contexthub/lib/libm/
sf_round.c 22 /* Most significant word, least significant word. */
  /external/compiler-rt/lib/builtins/
ffsdi2.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.
ffsti2.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/tpm2/
VendorString.h 45 // the more significant 32-bits of a vendor-specific value indicating the
52 // the optional less significant 32-bits of a vendor-specific value
  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.h 20 // the 32 most significant bits of A(19) * B(26) >> 13
22 // C + the 32 most significant bits of A * B
  /frameworks/wilhelm/src/itf/
IRecord.c 187 bool significant = false; local
192 significant = true;
195 if (significant) {
212 bool significant = false; local
218 significant = true;
221 if (significant) {

Completed in 1607 milliseconds

12 3 4 5 6 7 8 91011>>