HomeSort by relevance Sort by last modified time
    Searched full:significant (Results 226 - 250 of 2519) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/opus/src/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/chromium_org/third_party/skia/include/ports/
SkFontMgr.h 73 * bcp47[0] is the least significant fallback, bcp47[bcp47Count-1] is the
74 * most significant. If no specified bcp47 codes match, any font with the
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
floatnum.h 92 * value into the least significant bits of the destination, or may be shifted
93 * into more significant bits by the shift parameter. The destination bits are
  /external/chromium_org/v8/src/base/
bits.h 37 // significant 1 bit in |value| if |value| is non-zero, otherwise it returns 32.
57 // least significant 1 bit in |value| if |value| is non-zero, otherwise it
  /external/chromium_org/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/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/guava/guava/src/com/google/common/base/
Stopwatch.java 171 * {@code toString(4)} (four significant figures).
180 * appropriate unit and using the specified number of significant figures.
  /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/ExecutionEngine/
JITEventListener.h 11 // callbacks when significant events happen during the JIT compilation process.
50 /// about significant events during compilation. For example, to notify
  /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/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.
rfc1951.txt 254 significant bit, and since we write numbers with the most-
255 significant digit on the left, we also write bytes with the most-
256 significant bit on the left. In the diagrams below, we number the
257 bits of a byte so that bit 0 is the least-significant bit, i.e.,
266 the least-significant byte first (at the lower memory address).
275 | + more significant byte = 2 x 256
276 + less significant byte = 8
300 with the least-significant bit of the byte.
302 starting with the least-significant bit of the data
305 significant bit of the code
    [all...]
  /frameworks/opt/telephony/src/java/android/telephony/
SmsCbEtwsInfo.java 143 // For the timezone, the most significant bit of the
144 // least significant nibble is the sign byte
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 36 // significant wifi change APs
161 /* Significant wifi change*/
  /libcore/luni/src/main/java/java/io/
DataOutputStream.java 103 * Writes a byte to the target stream. Only the least significant byte of
133 * Writes an 8-bit byte to the target stream. Only the least significant
  /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.6/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.11-4.8/sysroot/usr/include/
strings.h 49 The least-significant bit is position 1, the most-significant 32. */
  /system/core/include/mincrypt/
p256.h 64 // Return bit. Index 0 is least significant.
97 // Returns the bits shifted out of most significant digit.
  /external/llvm/include/llvm/ADT/
APInt.h 134 /// significant word is assigned a value to ensure that those bits are
460 /// the low bits and right shift to the least significant bit.
672 /// The RHS value is assigned to *this. If the significant bits in RHS exceed
    [all...]
  /external/valgrind/main/drd/
drd_bitmap.h 57 /** Number of least significant address bits that are ignored. */
71 * Number of bits assigned to the least significant component of an address.
77 * compute the least significant part of an address split, after having
82 /** Compute least significant bits of an address of type Addr. */
107 /** Compute most significant bits of an address of type Addr. */
154 * in order to compute the least significant part of an UWord.
173 * Return the least significant bits.

Completed in 670 milliseconds

1 2 3 4 5 6 7 8 91011>>