/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
formatfloat_testcases.txt | 234 -- it mean to have no significant digits?); in practice, it's interpreted 299 -- exactly <precision> significant digits. 355 -- str truncates to 12 significant digits
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
formatfloat_testcases.txt | 234 -- it mean to have no significant digits?); in practice, it's interpreted 299 -- exactly <precision> significant digits. 355 -- str truncates to 12 significant digits
|
/external/chromium_org/third_party/brotli/src/brotli/ |
brotlispec.txt | 106 significant bit, and since we write numbers with the most- 107 significant digit on the left, we also write bytes with the most- 108 significant bit on the left. In the diagrams below, we number the 109 bits of a byte so that bit 0 is the least-significant bit, i.e., 118 the least-significant byte first (at the lower memory address). 127 | + more significant byte = 2 x 256 128 + less significant byte = 8 144 with the least-significant bit of the byte. 146 starting with the least-significant bit of the data 149 significant bit of the code [all...] |
/external/libpng/ |
example.c | 190 * significant data loss when 16-bit data is converted to the 8-bit encoding and 393 /* Change the order of packed pixels to least significant bit first 521 /* Swap bytes of 16 bit files to least significant byte first */ [all...] |
/external/valgrind/main/VEX/switchback/ |
test_emfloat.c | 865 ** I.E., if a carry of 1 is shifted out of the least significant 866 ** bit, the least significant bit is set to 1. 912 ** discards empty most-significant bits. [all...] |
/external/valgrind/main/VEX/pub/ |
libvex_ir.h | [all...] |
/frameworks/base/docs/html/training/articles/ |
memory.jd | 404 can improve code flexibility and maintenance. However, abstractions come at a significant cost: 407 significant benefit, you should avoid them.</p> 417 increased RAM use, significant APK size increase, slower execution, and quickly hitting the DEX 433 a lot of process initialization by scanning your code for annotations, which can require significant 443 should assume you are taking on a significant porting and maintenance burden to optimize the 514 useful to apps that may run significant work in the background as well as the foreground and can 571 <p>This memory footprint for an empty process is fairly significant and it can quickly [all...] |
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/ |
bfd.h | [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/ |
bfd.h | [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/ |
bfd.h | [all...] |
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/ |
bfd.h | [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/ |
bfd.h | [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/ |
bfd.h | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/ |
bfd.h | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/include/ |
bfd.h | [all...] |
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/include/ |
bfd.h | [all...] |
/external/valgrind/main/coregrind/ |
m_redir.c | 586 spec->mark = False; /* not significant */ 587 spec->done = False; /* not significant */ 636 newts->next = NULL; /* not significant */ 639 newts->mark = False; /* not significant */ [all...] |
/art/compiler/dex/ |
mir_analysis.cc | 975 // Significant floating point? 980 // Significant generic math? 995 // If significant in size and high proportion of expensive operations, skip.
|
/external/chromium_org/third_party/icu/source/i18n/ |
digitlst.cpp | 369 // the digits are stored least significant first, which requires moving all 546 // Loop is iterating over digits starting with the most significant. 547 // Numbers are stored with the least significant digit at index zero.
|
/external/icu/icu4c/source/i18n/ |
digitlst.cpp | 365 // the digits are stored least significant first, which requires moving all 542 // Loop is iterating over digits starting with the most significant. 543 // Numbers are stored with the least significant digit at index zero.
|
/external/llvm/docs/ |
DeveloperPolicy.rst | 131 #. All developers are required to have significant changes reviewed before they 349 resolved before any significant work is done. 365 In the LLVM project, we do all significant changes as a series of incremental
|
/frameworks/base/core/java/android/hardware/ |
Sensor.java | 305 * A constant describing a significant motion trigger sensor. 309 * and will automatically wake the device to notify when significant 319 * A constant string describing a significant motion trigger sensor.
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
mmintrin.h | [all...] |
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
mmintrin.h | [all...] |
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/ |
gcov-io.c | 791 /* Find the place of the most-significant bit set. */ 819 /* If at most the 2 least significant bits are set (value is 827 /* Find the two next most significant bits to determine which [all...] |