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

1 2 3 4 56 7 8 91011>>

  /external/qemu/distrib/jpeg-6b/
maktjpeg.st 22 .C[-wsig] ; warn if significant digits may be lost
  /external/valgrind/main/exp-sgcheck/tests/
preen_invars.c 35 It's the "1 changed" bit which is significant.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteCursorDriver.java 24 * by the cursors it creates on significant events in their lifetimes.
  /frameworks/base/core/java/android/hardware/
TriggerEvent.java 22 * event condition, such as significant motion in the case of the
  /frameworks/base/docs/html/guide/topics/renderscript/
index.jd 26 acceleration when you have large buffers of data on which you need to do significant
  /frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
GenImageAct.java 44 // consume significant memory here.
  /packages/apps/Camera2/src/com/android/camera/app/
CameraServices.java 41 * Returns the motion manager which senses when significant motion of the
  /art/runtime/arch/arm64/
memcmp16_arm64.S 74 /* Limit % 8 == 0 => all bytes significant. */
89 // The most significant bit of DIFF marks the least significant bit of change between DATA1/2
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3VendorTags.h 70 // into least significant parts of the words first.
71 // Within each pixel, the least significant bits are also
72 // placed towards the least significant part of the word.
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3VendorTags.h 78 // into least significant parts of the words first.
79 // Within each pixel, the least significant bits are also
80 // placed towards the least significant part of the word.
  /external/bison/lib/
memchr.c 126 to more significant bytes.
134 significant zero byte. Then the result has a zero at positions 0, ...,
136 significant bytes (positions j+1..3), but it does not matter since we
rawmemchr.c 91 to more significant bytes.
99 significant zero byte. Then the result has a zero at positions 0, ...,
101 significant bytes (positions j+1..3), but it does not matter since we
strchrnul.c 94 to more significant bytes.
102 significant zero byte. Then the result has a zero at positions 0, ...,
104 significant bytes (positions j+1..3), but it does not matter since we
  /external/chromium_org/chrome/browser/chromeos/login/
hwid_checker.cc 30 // We take four least significant decimal digits of CRC-32.
53 // We take 10 least significant bits of CRC-32 and encode them in 2 characters
83 // We take 8 least significant bits of CRC-32 and encode them in 2 characters.
  /external/chromium_org/net/ssl/
ssl_config.h 20 // The most significant byte is |major|, and the least significant byte
103 // first uint8 occupying the most significant byte.
  /external/chromium_org/third_party/cld/base/
vlog_is_on.h 102 // The global epoch is the least significant half of an Atomic32, and
108 // The least significant half of a site is the epoch.
111 // The most significant half of a site is the logging level.
  /external/chromium_org/v8/src/
dateparser.cc 160 // Read first three significant digits of the original numeral,
167 // Less than three digits. Multiply to put most significant digit
177 // most significant digits.
  /external/srec/srec/cfront/
himul32.h 27 // DESCRIPTION: A multiplier returns most-significant 32 bits of the 64-bit
57 himul32 returns the most-significant 32 bits of the 64-bit
69 the most-significant 32 bits of the multiplication results
  /external/srec/srec/clib/
matrix_i.c 37 #define SIGNIFICANT 0 /* 1.0e-20 */
115 if (big <= SIGNIFICANT)
163 if (fabs(mat[jj][jj]) <= SIGNIFICANT) mat[jj][jj] = (double)TINY;
  /ndk/sources/host-tools/sed-4.2.1/lib/
memchr.c 126 to more significant bytes.
134 significant zero byte. Then the result has a zero at positions 0, ...,
136 significant bytes (positions j+1..3), but it does not matter since we
  /external/chromium_org/third_party/icu/source/i18n/
digitlst.h 109 * DigitList stores digits with the most significant first.
110 * decNumber stores digits with the least significant first.
112 * DigitList, decimal point is before the most significant.
241 * significant digits will be produced.
249 * significant digits will be produced.
258 * significant digits will be produced.
376 * unlimited magnitude. The fCount value contains the number of significant
  /external/icu/icu4c/source/i18n/
digitlst.h 109 * DigitList stores digits with the most significant first.
110 * decNumber stores digits with the least significant first.
112 * DigitList, decimal point is before the most significant.
241 * significant digits will be produced.
249 * significant digits will be produced.
258 * significant digits will be produced.
376 * unlimited magnitude. The fCount value contains the number of significant
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DecimalFormatTest.java     [all...]
  /external/llvm/include/llvm/Support/
MathExtras.h 39 /// \brief Count number of 0's from the least significant bit to the most
110 /// \brief Count number of 0's from the most significant bit to the least
177 /// significant bit.
200 /// significant bit.
335 /// starting at the least significant bit with the remainder zero (32 bit
342 /// starting at the least significant bit with the remainder zero (64 bit
392 /// counting the number of ones from the most significant bit to the first zero
400 /// of counting the number of ones from the most significant bit to the first
408 /// counting the number of ones from the least significant bit to the first zero
416 /// of counting the number of ones from the least significant bit to the firs
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccUtils.java 91 * In GSM land, the least significant BCD digit is stored in the most
92 * significant nibble.
120 * opposite nibble format. The least significant BCD digit
121 * is in the least significant nibble and the most significant
122 * is in the most significant nibble.

Completed in 856 milliseconds

1 2 3 4 56 7 8 91011>>