Searched
full:significant (Results
451 -
475 of
2886) sorted by null
<<11121314151617181920>>
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_strtod.py | 108 # exact halfway cases with a small number of significant digits 119 # with small number of significant digits. 128 # until n * 2**p2 has more than 20 significant digits.
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_strtod.py | 108 # exact halfway cases with a small number of significant digits 119 # with small number of significant digits. 128 # until n * 2**p2 has more than 20 significant digits.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_strtod.py | 108 # exact halfway cases with a small number of significant digits 119 # with small number of significant digits. 128 # until n * 2**p2 has more than 20 significant digits.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_strtod.py | 108 # exact halfway cases with a small number of significant digits 119 # with small number of significant digits. 128 # until n * 2**p2 has more than 20 significant digits.
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
basic_op_arm_gcc_v5.h | 316 L_var1_hi = most significant word of first input (Word16). 317 L_var1_lo = least significant word of first input (Word16). 318 L_var2_hi = most significant word of second input (Word16). 319 L_var2_lo = least significant word of second input (Word16). 401 L_var1_hi = most significant 16 bits of 32-bit input (Word16). 402 L_var1_lo = least significant 16 bits of 32-bit input (Word16).
|
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 | 309 L_var1_hi = most significant word of first input (Word16). 310 L_var1_lo = least significant word of first input (Word16). 311 L_var2_hi = most significant word of second input (Word16). 312 L_var2_lo = least significant word of second input (Word16). 383 L_var1_hi = most significant 16 bits of 32-bit input (Word16). 384 L_var1_lo = least significant 16 bits of 32-bit input (Word16).
|
/cts/tests/app/src/android/app/cts/ |
AlarmManagerTest.java | 64 // significant -- i.e. that the two alarms are not being coalesced. We also place an 69 // 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/elfutils/backends/ |
aarch64_retval.c | 330 to the least significant bits of register v[NSRN]. */ 358 [...] the argument is copied to the least significant
|
/external/icu/icu4c/source/i18n/ |
decNumber.h | 86 /* Coefficient, from least significant unit */ 93 /* These contain the remaining (more significant) digits of the */
|
/external/libchrome/crypto/ |
rsa_private_key.cc | 194 // from the most-significant end of the integer. 203 // (the most significant bit) would otherwise be set and make the number
|
/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 | 133 /* The sBIT chunk specifies the number of significant high-order bits 139 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/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/opencv3/3rdparty/libpng/ |
pnginfo.h | 121 /* The sBIT chunk specifies the number of significant high-order bits 127 png_color_8 sig_bit; /* significant bits in color channels */
|
pngstruct.h | 188 png_color_8 sig_bit; /* significant bits in each available channel */ 192 png_color_8 shift; /* shift for significant bit tranformation */
|
/external/pdfium/third_party/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/ |
SkTextureCompressor_opts.h | 110 // Takes a row of alpha values and places the most significant three bits of each byte into 111 // the least significant bits of the same byte
|
/external/tpm2/ |
TpmFail.c | 320 // the more significant 32-bits of a vendor-specific value 329 // the less significant 32-bits of a vendor-specific value
|
/external/v8/src/regexp/arm64/ |
regexp-macro-assembler-arm64.h | 232 CACHED_LSW, // Least Significant Word of a 64 bit hardware register. 233 CACHED_MSW // Most Significant Word of a 64 bit hardware register.
|
Completed in 942 milliseconds
<<11121314151617181920>>