Searched
full:significant (Results
326 -
350 of
2106) sorted by null
<<11121314151617181920>>
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
basic_op_arm_v5.h | 286 L_var1_hi = most significant word of first input (Word16). 287 L_var1_lo = least significant word of first input (Word16). 288 L_var2_hi = most significant word of second input (Word16). 289 L_var2_lo = least significant word of second input (Word16). 341 L_var1_hi = most significant 16 bits of 32-bit input (Word16). 342 L_var1_lo = least significant 16 bits of 32-bit input (Word16).
|
basic_op_c_equivalent.h | 308 L_var1_hi = most significant word of first input (Word16). 309 L_var1_lo = least significant word of first input (Word16). 310 L_var2_hi = most significant word of second input (Word16). 311 L_var2_lo = least significant word of second input (Word16). 382 L_var1_hi = most significant 16 bits of 32-bit input (Word16). 383 L_var1_lo = least significant 16 bits of 32-bit input (Word16).
|
/art/compiler/dex/ |
reg_storage.h | 227 // Retrieve the least significant register of a pair and return as 32-bit solo. 239 // Retrieve the most significant register of a pair.
|
/cts/tests/tests/app/src/android/app/cts/ |
AlarmManagerTest.java | 63 // significant -- i.e. that the two alarms are not being coalesced. We also place an 68 // must fire no later than it -- i.e. a considerable time before the significant, later
|
/dalvik/docs/ |
verifier.html | 36 <li>"Precise" GC. The work peformed during verification has significant 180 This adds significant overhead. This is mitigated somewhat by the DEX
|
/external/boringssl/src/crypto/bn/ |
random.c | 202 if (!BN_rand(r, n + 1, -1 /* don't set most significant bits */, 203 0 /* don't set least significant bits */)) {
|
/external/boringssl/src/crypto/ec/ |
util-64.c | 99 * significant bit), and recodes them into a signed digit for use in fast point 167 * compute the least significant recoded digit, given that there's no bit b_-1,
|
/external/boringssl/src/include/openssl/ |
bn.h | 460 /* BN_set_bit sets the |n|th, least-significant bit in |a|. For example, if |a| 465 /* BN_clear_bit clears the |n|th, least-significant bit in |a|. For example, if 470 /* BN_is_bit_set returns the value of the |n|th, least-significant bit in |a|, 552 * most-significant bit, if any, will be set. If |top| is one, the two most 553 * significant bits, if any, will be set. 556 * not equal |bits| if the most significant bits randomly ended up as zeros. 558 * If |bottom| is non-zero, the least-significant bit, if any, will be set. The [all...] |
/external/elfutils/src/backends/ |
aarch64_retval.c | 330 to the least significant bits of register v[NSRN]. */ 358 [...] the argument is copied to the least significant
|
/external/guava/guava/src/com/google/common/hash/ |
HashCode.java | 65 * value with {@code asBytes()} as the least-significant bytes and {@code 0x00} as the remaining 66 * most-significant bytes.
|
/external/icu/icu4c/source/i18n/ |
decNumber.h | 86 /* Coefficient, from least significant unit */ 93 /* These contain the remaining (more significant) digits of the */
|
/external/icu/icu4c/source/i18n/unicode/ |
compactdecimalformat.h | 41 * By default, there are 3 significant digits. After creation, if more than 42 * three significant digits are set (with setMaximumSignificantDigits), or if a
|
/external/jmonkeyengine/engine/src/android/com/jme3/util/ |
FastInteger.java | 153 * the Most Significant 1 Bit. Returns zero if the specified integer is 173 * to as the Least Significant 1 Bit. Returns zero if the specified integer
|
/external/libpcap/Win32/Include/arpa/ |
nameser.h | 211 #define __LITTLE_ENDIAN 1234 /* least-significant byte first (vax, pc) */ 212 #define __BIG_ENDIAN 4321 /* most-significant byte first (IBM, net) */
|
/external/libpng/ |
pnginfo.h | 134 /* The sBIT chunk specifies the number of significant high-order bits 140 png_color_8 sig_bit; /* significant bits in color channels */
|
/external/libvorbis/doc/ |
05-comment.tex | 208 bitstream mapping which renders least-significant-bit of the word to be 209 coded into the least significant available bit of the current
|
v-comment.html | 258 bitstream mapping which renders least-significant-bit of the word to be 259 coded into the least significant available bit of the current
|
/external/llvm/include/llvm/ADT/ |
APInt.h | 134 /// significant word is assigned a value to ensure that those bits are 466 /// the low bits and right shift to the least significant bit. 689 /// The RHS value is assigned to *this. If the significant bits in RHS exceed [all...] |
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/ |
DistinguishedNameParser.java | 42 // significant values of repeated attributes occur first. 344 * Parses the DN and returns the most significant attribute value
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
pnginfo.h | 134 /* The sBIT chunk specifies the number of significant high-order bits
140 png_color_8 sig_bit; /* significant bits in color channels */
|
/external/skia/src/opts/ |
SkTextureCompression_opts_neon.cpp | 107 // Takes a row of alpha values and places the most significant three bits of each byte into 108 // the least significant bits of the same byte
|
/external/v8/src/arm64/ |
regexp-macro-assembler-arm64.h | 229 CACHED_LSW, // Least Significant Word of a 64 bit hardware register. 230 CACHED_MSW // Most Significant Word of a 64 bit hardware register.
|
/external/valgrind/coregrind/ |
m_compiler.c | 79 significant position. If x is 0, the result is undefined. */ 115 significant bit position. If x is 0, the result is undefined. */
|
/external/valgrind/none/tests/s390x/ |
cksm.c | 224 The data is such that the least significant byte is zero, 226 in the least significant byte. */
|
/frameworks/base/include/androidfw/ |
AssetManager.h | 178 * this call may incur significant disk overhead. 190 * this call may incur significant disk overhead.
|
Completed in 380 milliseconds
<<11121314151617181920>>