/frameworks/base/rs/java/android/renderscript/ |
Short2.java | 21 * Class for exposing the native RenderScript Short2 type back to the Android system. 26 public class Short2 { 30 public Short2() { 34 public Short2(short i) { 38 public Short2(short x, short y) { 44 public Short2(Short2 source) { 54 public void add(Short2 a) { 66 public static Short2 add(Short2 a, Short2 b) [all...] |
FieldPacker.java | 308 public void addU8(Short2 v) { 324 public void addI16(Short2 v) { 487 public Short2 subShort2() { 488 Short2 v = new Short2();
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Short2.java | 24 * Class for exposing the native RenderScript Short2 type back to the Android system. 27 public class Short2 { 28 public Short2() { 31 public Short2(short initX, short initY) {
|
FieldPackerThunker.java | 159 public void addU8(Short2 v) { 160 mN.addU8(new android.renderscript.Short2(v.x, v.y)); 172 public void addI16(Short2 v) { 173 mN.addI16(new android.renderscript.Short2(v.x, v.y));
|
/external/llvm/test/Object/Inputs/ |
coff_archive_short.lib | 6 .debug$S x ? @ B.text E P` /DEFAULTLIB:"LIBCMT" /DEFAULTLIB:"OLDNAMES" /EXPORT:_shortfn1 ? i + C:\cygwin\home\ruiu\test2\short1.obj : < " ? ? Microsoft (R) Optimizing Compiler U??3?]?@comp.id?? ?? @feat.00 ?? .drectve A .debug$S x .text ?y?? _shortfn1 short2.obj/ 1370186630 100666 508 ` 8 .debug$S x ? @ B.text E P` /DEFAULTLIB:"LIBCMT" /DEFAULTLIB:"OLDNAMES" /EXPORT:_shortfn2 ? i + C:\cygwin\home\ruiu\test2\short2.obj : < " ? ? Microsoft (R) Optimizing Compiler U??3?]?@comp.id?? ?? @feat. (…)
|
/ndk/docs/renderscript/ |
classandroid_1_1RSC_1_1Short2.html | 6 <title>android::RSC::Short2 Class Reference</title> 28 <li class="navelem"><a class="el" href="classandroid_1_1RSC_1_1Short2.html">Short2</a> </li> 34 <div class="title">android::RSC::Short2 Class Reference</div> </div> 37 <!-- doxytag: class="android::RSC::Short2" --><hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
ShortArrayCodeInput.java | 68 long short2 = read(); local 71 return short0 | (short1 << 16) | (short2 << 32) | (short3 << 48);
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
ShortArrayCodeInput.java | 68 long short2 = read(); local 71 return short0 | (short1 << 16) | (short2 << 32) | (short3 << 48);
|
/external/llvm/test/Object/ |
coff-archive-short.test | 12 CHECKIDX: _shortfn2 in short2.obj 20 CHECKIDX: short2.obj:
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
test-setcond-int.ll | 11 %short2 = add i16 0, 0 ; <i16> [#uses=6] 50 %test31 = icmp eq i16 %short1, %short2 ; <i1> [#uses=0] 51 %test32 = icmp sge i16 %short1, %short2 ; <i1> [#uses=0] 52 %test33 = icmp sgt i16 %short1, %short2 ; <i1> [#uses=0] 53 %test34 = icmp sle i16 %short1, %short2 ; <i1> [#uses=0] 54 %test35 = icmp slt i16 %short1, %short2 ; <i1> [#uses=0] 55 %test36 = icmp ne i16 %short1, %short2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/ |
test-interp-vec-setcond-int.ll | 11 %short2 = add <4 x i16> <i16 0, i16 0, i16 0, i16 0>, <i16 0, i16 0, i16 0, i16 0> 50 %test31 = icmp eq <4 x i16> %short1, %short2 51 %test32 = icmp sge <4 x i16> %short1, %short2 52 %test33 = icmp sgt <4 x i16> %short1, %short2 53 %test34 = icmp sle <4 x i16> %short1, %short2 54 %test35 = icmp slt <4 x i16> %short1, %short2 55 %test36 = icmp ne <4 x i16> %short1, %short2
|
test-setcond-int.ll | 11 %short2 = add i16 0, 0 ; <i16> [#uses=6] 50 %test31 = icmp eq i16 %short1, %short2 ; <i1> [#uses=0] 51 %test32 = icmp sge i16 %short1, %short2 ; <i1> [#uses=0] 52 %test33 = icmp sgt i16 %short1, %short2 ; <i1> [#uses=0] 53 %test34 = icmp sle i16 %short1, %short2 ; <i1> [#uses=0] 54 %test35 = icmp slt i16 %short1, %short2 ; <i1> [#uses=0] 55 %test36 = icmp ne i16 %short1, %short2 ; <i1> [#uses=0]
|
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
android.renderscript.Short2.html | 10 android.renderscript.Short2 74 Class android.renderscript.<A HREF="../../../../reference/android/renderscript/Short2.html" target="_top"><font size="+2"><code>Short2</code></font></A> 85 <A NAME="android.renderscript.Short2.ctor_added(short, short)"></A> 86 <nobr><A HREF="../../../../reference/android/renderscript/Short2.html#Short2(short, short)" target="_top"><code>Short2</code></A>(<code>short,</nobr> short<nobr><nobr></code>)</nobr>
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/pcm16b/ |
pcm16b.c | 52 int16_t short2; local 55 short2=LOWEND & speech16b[pos]; 58 speech8b[pos*2+1]=(unsigned char) short2;
|
/external/clang/test/SemaCXX/ |
err_init_conversion_failed.cpp | 33 typedef short short2 __attribute__ ((__vector_size__ (2))); typedef 35 short2 V = { (void)0 };
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TestConvert.rs | 59 float2 __attribute__((kernel)) testConvertFloat2Short2Float2(short2 inV) { 143 char2 __attribute__((kernel)) testConvertChar2Short2Char2(short2 inV) { 227 uchar2 __attribute__((kernel)) testConvertUchar2Short2Uchar2(short2 inV) { 275 short2 __attribute__((kernel)) testConvertShort2Float2Short2(float2 inV) { 287 short2 __attribute__((kernel)) testConvertShort2Char2Short2(char2 inV) { 299 short2 __attribute__((kernel)) testConvertShort2Uchar2Short2(uchar2 inV) { 311 short2 __attribute__((kernel)) testConvertShort2Short2Short2(short2 inV) { 323 short2 __attribute__((kernel)) testConvertShort2Ushort2Short2(ushort2 inV) { 335 short2 __attribute__((kernel)) testConvertShort2Int2Short2(int2 inV) [all...] |
TestClz.rs | 59 short2 __attribute__((kernel)) testClzShort2Short2(short2 inValue) {
|
TestAbs.rs | 43 ushort2 __attribute__((kernel)) testAbsShort2Ushort2(short2 inValue) {
|
structs.rsh | 44 short2 s2;
|
TestClamp.rs | 121 short2 __attribute__((kernel)) testClampShort2Short2Short2Short2(short2 inValue, unsigned int x) { 122 short2 inMinValue = rsGetElementAt_short2(gAllocInMinValue, x); 123 short2 inMaxValue = rsGetElementAt_short2(gAllocInMaxValue, x); 295 short2 __attribute__((kernel)) testClampShort2ShortShortShort2(short2 inValue, unsigned int x) {
|
FieldPackerTest.java | 39 import android.renderscript.Short2; 57 fp.addI16(new Short2()); 88 fp.addU8(new Short2());
|
TestMax.rs | 90 short2 __attribute__((kernel)) testMaxShort2Short2Short2(short2 inV1, unsigned int x) { 91 short2 inV2 = rsGetElementAt_short2(gAllocInV2, x);
|
TestMin.rs | 90 short2 __attribute__((kernel)) testMinShort2Short2Short2(short2 inV1, unsigned int x) { 91 short2 inV2 = rsGetElementAt_short2(gAllocInV2, x);
|
/frameworks/compile/slang/tests/P_math_int/ |
math_int.rs | 25 short2 s2;
|
/frameworks/rs/tests/typecheck/ |
kernels.rs | 42 short2 s2; 43 short2 s2i = {1, 2};
|