Home
last modified time | relevance | path

Searched refs:short (Results 1 – 25 of 136) sorted by relevance

123456

/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dintrinsic_lut.rs19 short red[256];
20 short green[256];
21 short blue[256];
22 short alpha[256];
Dyuv.rs28 short Y = ((short)y) - 16;
29 short U = ((short)u) - 128;
30 short V = ((short)v) - 128;
Dfloat16_arithmetic.rs32 unsigned short s;
35 unsigned short __attribute__((kernel)) bitcast(half h) {
Dgetset.rs53 COPY_1D(short)
95 COPY_2D(short)
141 COPY_3D(short)
Dsingle_source_alloc.rs62 VERIFY_KERNEL(short)
190 STORE_TO_ALLOC(RS_TYPE_SIGNED_16, short);
212 LAUNCH_VERIFY_KERNEL(RS_TYPE_SIGNED_16, short);
456 TEST_HELPERS(short);
Darray_init.rs7 short sa[4] = {1, 1, 2, 3};
Dvload.rs51 COPY_2D(short)
Dvload_relaxed.rs53 COPY_2D(short)
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_short/d/
DT_iget_short_1.smali29 iput-short v0, v1, Ldot/junit/opcodes/iget_short/d/T_iget_short_1;->i1:S
32 iput-short v0, v1, Ldot/junit/opcodes/iget_short/d/T_iget_short_1;->p1:S
35 iput-short v0, v1, Ldot/junit/opcodes/iget_short/d/T_iget_short_1;->pvt1:S
44 iget-short v1, v2, Ldot/junit/opcodes/iget_short/d/T_iget_short_1;->i1:S
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/d/
DT_sget_short_1.smali26 sput-short v0, Ldot/junit/opcodes/sget_short/d/T_sget_short_1;->i1:S
29 sput-short v0, Ldot/junit/opcodes/sget_short/d/T_sget_short_1;->p1:S
32 sput-short v0, Ldot/junit/opcodes/sget_short/d/T_sget_short_1;->pvt1:S
47 sget-short v1, Ldot/junit/opcodes/sget_short/d/T_sget_short_1;->i1:S
DT_sget_short_5.smali27 iput-short v2, v3, Ldot/junit/opcodes/sget_short/d/T_sget_short_5;->i1:S
34 sget-short v1, Ldot/junit/opcodes/sget_short/d/T_sget_short_5;->i1:S
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_short/d/
DT_sput_short_14.smali30 sget-short v0, Ldot/junit/opcodes/sput_short/d/T_sput_short_1;->st_p1:S
38 sput-short v1, Ldot/junit/opcodes/sput_short/d/T_sput_short_1;->st_p1:S
DT_sput_short_1.smali33 sget-short v0, Ldot/junit/opcodes/sput_short/d/T_sput_short_1;->st_pvt1:S
41 sput-short v1, Ldot/junit/opcodes/sput_short/d/T_sput_short_1;->st_i1:S
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_short/d/
DT_iput_short_14.smali30 iget-short v0, v1, Ldot/junit/opcodes/iput_short/d/T_iput_short_1;->st_p1:S
38 iput-short v1, v2, Ldot/junit/opcodes/iput_short/d/T_iput_short_1;->st_p1:S
DT_iput_short_1.smali33 iget-short v0, v1, Ldot/junit/opcodes/iput_short/d/T_iput_short_1;->st_pvt1:S
41 iput-short v1, v2, Ldot/junit/opcodes/iput_short/d/T_iput_short_1;->st_i1:S
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestClamp.rs115 short __attribute__((kernel)) testClampShortShortShortShort(short inValue, unsigned int x) {
116 short inMinValue = rsGetElementAt_short(gAllocInMinValue, x);
117 short inMaxValue = rsGetElementAt_short(gAllocInMaxValue, x);
296 short inMinValue = rsGetElementAt_short(gAllocInMinValue, x);
297 short inMaxValue = rsGetElementAt_short(gAllocInMaxValue, x);
302 short inMinValue = rsGetElementAt_short(gAllocInMinValue, x);
303 short inMaxValue = rsGetElementAt_short(gAllocInMaxValue, x);
308 short inMinValue = rsGetElementAt_short(gAllocInMinValue, x);
309 short inMaxValue = rsGetElementAt_short(gAllocInMaxValue, x);
DTestClz.rs55 short __attribute__((kernel)) testClzShortShort(short inValue) {
DTestAbs.rs39 ushort __attribute__((kernel)) testAbsShortUshort(short inV) {
/cts/tests/tests/rscpp/librscpptest/
Dvector.rs13 MAKE_TEST(short)
Dprimitives.rs7 short shortTest = -16;
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_short/d/
DT_aget_short_5.smali30 aget-short v0, v7, v8
DT_aget_short_9.smali30 aget-short v0, v7, v9
DT_aget_short_7.smali30 aget-short v0, v7, v6
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_short/d/
DT_aput_short_3.smali30 aput-short v9, v7, v8
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/int_to_short/d/
DT_int_to_short_1.smali30 int-to-short v0, v4

123456