/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/machine/ |
cpu-features.h | 112 /* define __ARM_HAVE_HALFWORD_MULTIPLY when half-word multiply instructions
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/machine/ |
cpu-features.h | 112 /* define __ARM_HAVE_HALFWORD_MULTIPLY when half-word multiply instructions
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/machine/ |
cpu-features.h | 112 /* define __ARM_HAVE_HALFWORD_MULTIPLY when half-word multiply instructions
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/machine/ |
cpu-features.h | 112 /* define __ARM_HAVE_HALFWORD_MULTIPLY when half-word multiply instructions
|
/system/media/wilhelm/tests/sandbox/ |
configbq.c | 145 // generate a sine wave buffer, ascending in half-steps for each format
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-ppc64-linux.c | 157 Returns a ULong encoded as: top half is %cr following syscall, 158 low half is syscall return value (r3). 208 " mfcr 4\n" // CR now in low half r4 209 " sldi 4,4,32\n" // CR now in hi half r4 212 " srdi 3,3,32\n" // zero out hi half r3 385 /* Low half word64 is syscall return value. Hi half is [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
NativeHeapPanel.java | [all...] |
/external/icu4c/data/unidata/ |
DerivedNumericValues.txt | 25 0F33 ; -0.5 ; ; -1/2 # No TIBETAN DIGIT HALF ZERO 183 00BD ; 0.5 ; ; 1/2 # No VULGAR FRACTION ONE HALF 184 0B73 ; 0.5 ; ; 1/2 # No ORIYA FRACTION ONE HALF 185 0D74 ; 0.5 ; ; 1/2 # No MALAYALAM FRACTION ONE HALF 186 0F2A ; 0.5 ; ; 1/2 # No TIBETAN DIGIT HALF ONE 187 2CFD ; 0.5 ; ; 1/2 # No COPTIC FRACTION ONE HALF 188 A831 ; 0.5 ; ; 1/2 # No NORTH INDIC FRACTION ONE HALF 189 10141 ; 0.5 ; ; 1/2 # Nl GREEK ACROPHONIC ATTIC ONE HALF 190 10175..10176 ; 0.5 ; ; 1/2 # No [2] GREEK ONE HALF SIGN..GREEK ONE HALF SIGN ALTERNATE FOR [all...] |
ScriptExtensions.txt | 58 3031..3035 ; Hira Kana # Lm [5] VERTICAL KANA REPEAT MARK..VERTICAL KANA REPEAT MARK LOWER HALF 127 303E..303F ; Bopo Hang Hani Hira Kana # So [2] IDEOGRAPHIC VARIATION INDICATOR..IDEOGRAPHIC HALF FILL SPACE
|
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
get_pred_adv_b_add.cpp | 23 xpos = x half-pixel of (x,y) coordinates within a VOP; motion 25 ypos = y half-pixel of (x,y) coordinates within a VOP; motion 34 rnd1 = rounding value for case when one dimension uses half-pel 36 rnd2 = rounding value for case when two dimensions uses half-pel 203 /* Branch based on pixel location (half-pel or full-pel) for x and y */ 532 /* Branch based on pixel location (half-pel or full-pel) for x and y */ [all...] |
/bionic/libc/arch-arm/bionic/ |
memcpy.S | 53 /* align destination to half cache-line for the write-buffer */ 184 * a ldr[b|h] and str[b|h] because byte and half-word instructions
|
/bionic/libm/man/ |
ieee.3 | 103 is rounded by default to within half an 105 and when the rounding error is exactly half an
|
/development/samples/ApiDemos/src/com/example/android/apis/ |
Shakespeare.java | 152 "Into this breathing world, scarce half made up," + 177 "hindered me half a million; laughed at my losses," +
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
Kube.java | 34 int half = 0x08000; local 39 GLColor orange = new GLColor(one, half, 0);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List6.java | 273 "Into this breathing world, scarce half made up," + 298 "hindered me half a million; laughed at my losses," +
|
/development/samples/Support13Demos/src/com/example/android/supportv13/ |
Shakespeare.java | 152 "Into this breathing world, scarce half made up," + 177 "hindered me half a million; laughed at my losses," +
|
/development/samples/Support4Demos/src/com/example/android/supportv4/ |
Shakespeare.java | 152 "Into this breathing world, scarce half made up," + 177 "hindered me half a million; laughed at my losses," +
|
/external/jpeg/ |
jidctfst.c | 106 * rounded result half the time... 196 * With typical images and quantization tables, half or more of the
|
/external/llvm/include/llvm/ |
IntrinsicsARM.td | 236 // the result vector has half as many elements as the source vector. 340 // Vector Conversions Between Half-Precision and Single-Precision.
|
/external/mesa3d/src/glsl/ |
glsl_lexer.lpp | 350 half KEYWORD(110 || ES, 999, HALF);
|
/external/qemu/android/config/linux-x86/linux/ |
kvm.h | 121 __u64 psw_mask; /* psw upper half */ 122 __u64 psw_addr; /* psw lower half */
|
/external/qemu/android/config/linux-x86_64/linux/ |
kvm.h | 121 __u64 psw_mask; /* psw upper half */ 122 __u64 psw_addr; /* psw lower half */
|
/external/qemu/distrib/zlib-1.2.3/ |
deflate.h | 114 /* Sliding window. Input bytes are read into the second half of the window, 115 * and move to the first half later to keep a dictionary of at least wSize
|
/external/qemu/target-arm/ |
cpu.h | 78 s<2n> maps to the least significant half of d<n> 79 s<2n+1> maps to the most significant half of d<n>
|