Searched
full:significant (Results
626 -
650 of
2384) sorted by null
<<21222324252627282930>>
/frameworks/base/docs/html/training/graphics/opengl/ |
draw.jd | 66 <p>Drawing a defined shape using OpenGL ES 2.0 requires a significant amount of code, because you
|
/frameworks/support/v4/java/android/support/v4/util/ |
ArrayMap.java | 42 * the performance difference is not significant, less than 50%.</p>
|
/libcore/luni/src/main/java/java/io/ |
RandomAccessFile.java | 698 * the least significant byte of the integer {@code oneByte} is written. 727 * Only the least significant byte of the integer {@code val} is written. 759 * pointer. Only the two least significant bytes of the integer {@code val} 848 * pointer. Only the two least significant bytes of the integer {@code val}
|
StringWriter.java | 128 * least significant bytes of the integer {@code oneChar} are written.
|
Writer.java | 116 * Writes one character to the target. Only the two least significant bytes
|
/libcore/luni/src/main/java/java/text/ |
NumberFormat.java | 409 * the least significant digits are truncated. 420 * most significant digits are truncated. 609 * the least significant digits are truncated. 624 * most significant digits are truncated.
|
/libcore/luni/src/main/java/org/w3c/dom/ |
DOMImplementation.java | 120 * it is not significant in the context of this method.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/ |
Xos.h | 43 * in a "significant" number of source files.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xos.h | 34 * in a "significant" number of source files.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
syslog.h | 56 #define LOG_NOTICE 5 /* normal but significant condition */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/ |
Xos.h | 43 * in a "significant" number of source files.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xos.h | 34 * in a "significant" number of source files.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
syslog.h | 56 #define LOG_NOTICE 5 /* normal but significant condition */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xos.h | 34 * in a "significant" number of source files.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
syslog.h | 56 #define LOG_NOTICE 5 /* normal but significant condition */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
patcomp.py | 34 """Tokenizes a string suppressing significant whitespace."""
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_getopt.py | 98 # note: the empty string between '-a' and '--beta' is significant:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
patcomp.py | 34 """Tokenizes a string suppressing significant whitespace."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_getopt.py | 98 # note: the empty string between '-a' and '--beta' is significant:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
LogCatMonitor.java | 154 // significant enough to be seen by the user. If so, activate the logcat view
|
/art/compiler/dex/ |
mir_analysis.cc | 963 // Significant floating point? 968 // Significant generic math? 983 // If significant in size and high proportion of expensive operations, skip.
|
/external/chromium/net/base/ |
net_util.h | 398 // array of bytes, from most significant to least significant. This is the 435 // IP address whose |prefix_length_in_bits| most significant bits match
|
/external/chromium_org/net/base/ |
net_util.h | 52 // array of bytes, from most significant to least significant. This is the 474 // IP address whose |prefix_length_in_bits| most significant bits match
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/ |
yasm_arch.xml | 142 (rXd) subregisters that map to the least significant 8, 16, or 32 147 registers map to the least significant bits of the new 64-bit 151 least significant bits of rsi, rdi, rsp, and rbp. These are
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
yasm_arch.7 | 91 The additional 64\-bit general purpose registers are named r8\-r15\&. There are also 8\-bit (rXb), 16\-bit (rXw), and 32\-bit (rXd) subregisters that map to the least significant 8, 16, or 32 bits of the 64\-bit register\&. The original 8 general purpose registers have also been extended to 64\-bits: eax, edx, ecx, ebx, esi, edi, esp, and ebp have new 64\-bit versions called rax, rdx, rcx, rbx, rsi, rdi, rsp, and rbp respectively\&. The old 32\-bit registers map to the least significant bits of the new 64\-bit registers\&. 93 New 8\-bit registers are also available that map to the 8 least significant bits of rsi, rdi, rsp, and rbp\&. These are called sil, dil, spl, and bpl respectively\&. Unfortunately, due to the way instructions are encoded, these new 8\-bit registers are encoded the same as the old 8\-bit registers ah, dh, ch, and bh\&. The processor tells which is being used by the presence of the new REX prefix that is used to specify the other extended registers\&. This means it is illegal to mix the use of ah, dh, ch, and bh with an instruction that requires the REX prefix for other reasons\&. For instance:
|
Completed in 694 milliseconds
<<21222324252627282930>>