/device/moto/shamu/camera/QCamera2/HAL3/ |
QCamera3VendorTags.h | 80 // into least significant parts of the words first. 81 // Within each pixel, the least significant bits are also 82 // 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/v8/src/ |
dateparser.cc | 173 // Read first three significant digits of the original numeral, 180 // Less than three digits. Multiply to put most significant digit 190 // most significant digits.
|
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3VendorTags.h | 88 // into least significant parts of the words first. 89 // Within each pixel, the least significant bits are also 90 // placed towards the least significant part of the word.
|
/toolchain/binutils/binutils-2.25/libiberty/ |
sort.c | 81 /* Move through the pointer values from least significant to most 82 significant digits. */ 104 machine, the least-significant digit is closest to the front. */
|
/external/icu/icu4c/source/i18n/ |
digitlst.h | 110 * DigitList stores digits with the most significant first. 111 * decNumber stores digits with the least significant first. 113 * DigitList, decimal point is before the most significant. 242 * significant digits will be produced. 250 * significant digits will be produced. 259 * significant digits will be produced. 450 * unlimited magnitude. The fCount value contains the number of significant
|
/toolchain/binutils/binutils-2.25/include/aout/ |
stab.def | 31 /* Global variable. Only the name is significant. 35 /* Function name for BSD Fortran. Only the name is significant. 51 /* Name of main routine. Only the name is significant. */ 159 In an object file, only the name is significant. 173 In an object file, there is no significant data in this entry. 204 /* Begin named common block. Only the name is significant. */ 207 /* End named common block. Only the name is significant
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
DecimalFormatTest.java | [all...] |
/external/icu/icu4j/perf-tests/ |
converterperf.pl | 369 #|# In other words, take one significant digit of the error value and 392 # Format a number, optionally with a +/- delta, to n significant 395 # @param significant digit, a value >= 1 413 # TODO make this work for values with all significant 428 # Format a time, optionally with a +/- delta, to n significant 431 # @param significant digit, a value >= 1 453 # Format a percentage, optionally with a +/- delta, to n significant 456 # @param significant digit, a value >= 1 471 # Format a number to n significant digits without using exponential 474 # @param significant digit, a value >= [all...] |
dateformatperf.pl | 355 #|# In other words, take one significant digit of the error value and 378 # Format a number, optionally with a +/- delta, to n significant 381 # @param significant digit, a value >= 1 399 # TODO make this work for values with all significant 414 # Format a time, optionally with a +/- delta, to n significant 417 # @param significant digit, a value >= 1 439 # Format a percentage, optionally with a +/- delta, to n significant 442 # @param significant digit, a value >= 1 457 # Format a number to n significant digits without using exponential 460 # @param significant digit, a value >= [all...] |
decimalformatperf.pl | 350 #|# In other words, take one significant digit of the error value and 373 # Format a number, optionally with a +/- delta, to n significant 376 # @param significant digit, a value >= 1 394 # TODO make this work for values with all significant 409 # Format a time, optionally with a +/- delta, to n significant 412 # @param significant digit, a value >= 1 434 # Format a percentage, optionally with a +/- delta, to n significant 437 # @param significant digit, a value >= 1 452 # Format a number to n significant digits without using exponential 455 # @param significant digit, a value >= [all...] |
normperf.pl | 405 #|# In other words, take one significant digit of the error value and 428 # Format a number, optionally with a +/- delta, to n significant 431 # @param significant digit, a value >= 1 449 # TODO make this work for values with all significant 464 # Format a time, optionally with a +/- delta, to n significant 467 # @param significant digit, a value >= 1 489 # Format a percentage, optionally with a +/- delta, to n significant 492 # @param significant digit, a value >= 1 507 # Format a number to n significant digits without using exponential 510 # @param significant digit, a value >= [all...] |
ucharacterperf.pl | 352 #|# In other words, take one significant digit of the error value and 375 # Format a number, optionally with a +/- delta, to n significant 378 # @param significant digit, a value >= 1 396 # TODO make this work for values with all significant 411 # Format a time, optionally with a +/- delta, to n significant 414 # @param significant digit, a value >= 1 436 # Format a percentage, optionally with a +/- delta, to n significant 439 # @param significant digit, a value >= 1 454 # Format a number to n significant digits without using exponential 457 # @param significant digit, a value >= [all...] |
unicodesetperf.pl | 342 #|# In other words, take one significant digit of the error value and 365 # Format a number, optionally with a +/- delta, to n significant 368 # @param significant digit, a value >= 1 386 # TODO make this work for values with all significant 401 # Format a time, optionally with a +/- delta, to n significant 404 # @param significant digit, a value >= 1 426 # Format a percentage, optionally with a +/- delta, to n significant 429 # @param significant digit, a value >= 1 444 # Format a number to n significant digits without using exponential 447 # @param significant digit, a value >= [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccUtils.java | 110 * In GSM land, the least significant BCD digit is stored in the most 111 * significant nibble. 139 * opposite nibble format. The least significant BCD digit 140 * is in the least significant nibble and the most significant 141 * is in the most significant nibble.
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
battery-monitoring.jd | 21 <li><a href="#MonitorLevel">Monitor Significant Changes in Battery Level</a></li> 130 <h2 id="MonitorLevel">Monitor Significant Changes in Battery Level</h2> 136 significant changes in battery level—specifically when the device enters or exits a low
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerConstructorsTest.java | 221 * The most significant byte is positive. 239 * The most significant byte is negative. 274 * The most significant byte is positive. 292 * The most significant byte is negative. 310 * The most significant byte is positive. 328 * The most significant byte is negative. 346 * The most significant byte is positive. 364 * The most significant byte is negative. 399 * The most significant byte is positive. 417 * The most significant byte is negative [all...] |
/art/runtime/base/ |
bit_field.h | 58 // the least-significant bits.
|
/bionic/libc/arch-x86/generic/string/ |
strcat.S | 18 * significant difference, and small enough not to totally trash the
|
strcmp.S | 11 * significant difference, and small enough not to totally trash the
|
strncmp.S | 11 * significant difference, and small enough not to totally trash the
|
/bionic/libc/stdlib/ |
exit.c | 40 * thread-safe, but without a (significant) penalty to non-threaded
|
/bionic/libc/upstream-netbsd/lib/libc/stdlib/ |
reallocarr.c | 77 * operand uses any of the most significant half of the bits.
|