HomeSort by relevance Sort by last modified time
    Searched refs:int4 (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
double.rs 19 int4 RS_KERNEL doubleKernel(int4 in)
increment.rs 19 int4 RS_KERNEL increment(int4 in)
addup.rs 22 int4 RS_KERNEL add(uint x)
increment2.rs 21 void RS_KERNEL increment2(int4 in, int x)
  /external/clang/test/Sema/
conversion-64-32.c 9 typedef int int4 __attribute__ ((vector_size(16))); typedef
12 int4 test1(long2 a) {
13 int4 v127 = a; // no warning.
ext_vector_comparisons.c 3 typedef __attribute__(( ext_vector_type(4) )) int int4; typedef
5 static int4 test1() {
6 int4 vec, rv;
20 static int4 test2() {
typedef-retain.c 4 typedef int int4 __attribute__((vector_size(16))); typedef
5 typedef int4* int4p;
7 void test1(float4 a, int4 *result, int i) {
8 result[i] = a; // expected-error {{assigning to 'int4' (vector of 4 'int' values) from incompatible type 'float4' (vector of 4 'float' values)}}
12 result[i] = a; // expected-error {{assigning to 'int4' (vector of 4 'int' values) from incompatible type 'float4' (vector of 4 'float' values)}}
ext_vector_casts.c 5 typedef __attribute__(( ext_vector_type(4) )) int int4; typedef
17 int4 ivec4;
31 ivec4 = (int4)5.0f;
32 ivec4 = (int4)5;
33 ivec4 = (int4)vec4_3;
35 i = (int)ivec4; // expected-error {{invalid conversion between vector type 'int4' (vector of 4 'int' values) and integer type 'int' of different size}}
36 i = ivec4; // expected-error {{assigning to 'int' from incompatible type 'int4' (vector of 4 'int' values)}}
38 ivec4 = (int4)ptr; // expected-error {{invalid conversion between vector type 'int4' (vector of 4 'int' values) and scalar type 'int *'}}
47 ivec4 += vec4; // expected-error {{cannot convert between vector values of different size ('int4' (vector of 4 'int' values) and 'float4' (vector of 4 'float' values))}
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
double.rs 20 int4 __attribute__((kernel)) doubleKernel(int4 in)
increment.rs 20 int4 __attribute__((kernel)) increment(int4 in)
reduction.rs 23 int4 __attribute__((kernel)) add(uint x)
28 int4 __attribute__((kernel)) add2(uint x)
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
double.rs 20 int4 RS_KERNEL doubleKernel(int4 in)
increment.rs 20 int4 RS_KERNEL increment(int4 in)
increment2.rs 22 void RS_KERNEL increment2(int4 in, int x)
addup.rs 23 int4 RS_KERNEL add(uint x)
  /external/clang/test/CodeGen/
palignr.c 5 typedef __attribute__((vector_size(16))) int int4; typedef
8 int4 align1(int4 a, int4 b) { return _mm_alignr_epi8(a, b, 15); }
12 int4 align2(int4 a, int4 b) { return _mm_alignr_epi8(a, b, 16); }
14 int4 align3(int4 a, int4 b) { return _mm_alignr_epi8(a, b, 17);
    [all...]
ext-vector.c 5 typedef __attribute__(( ext_vector_type(4) )) int int4; typedef
119 int4 cmp;
130 void test7(int4 *ap, int4 *bp, int c) {
131 int4 a = *ap;
132 int4 b = *bp;
186 int4 cmp;
207 int4 cmp;
218 int test9(int4 V) {
225 int test10(int4 V)
    [all...]
  /external/opencv3/modules/imgproc/src/opencl/
moments.cl 24 int4 S = (int4)(0, 0, 0, 0), p;
27 (int4)(1, (ofs), (ofs)*(ofs), (ofs)*(ofs)*(ofs))*elem
36 S += (int4)(p.s0, 0, 0, 0) + (int4)(p.s1, p.s1, p.s1, p.s1) +
37 (int4)(p.s2, p.s2 * 2, p.s2 * 4, p.s2 * 8) + (int4)(p.s3, p.s3 * 3, p.s3 * 9, p.s3 * 27);
46 S += (int4)(p.s0, p.s0 * 4, p.s0 * 16, p.s0 * 64) + (int4)(p.s1, p.s1 * 5, p.s1 * 25, p.s1 * 125) +
47 (int4)(p.s2, p.s2 * 6, p.s2 * 36, p.s2 * 216) + (int4)(p.s3, p.s3 * 7, p.s3 * 49, p.s3 * 343)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
int4.java 17 public class int4 extends BulletBase { class in inherits:BulletBase
20 protected int4(final String className, long cPtr, boolean cMemoryOwn) { method in class:int4
25 /** Construct a new int4, normally you should not need this constructor it's intended for low-level usage. */
26 public int4(long cPtr, boolean cMemoryOwn) { method in class:int4
27 this("int4", cPtr, cMemoryOwn);
38 public static long getCPtr(int4 obj) {
92 public int4() { method in class:int4
96 public int4(int _x, int _y, int _z, int _w) { method in class:int4
  /external/opencv3/modules/cudafilters/src/cuda/
column_filter.32sc4.cu 49 template void linearColumn<float4, int4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
row_filter.32sc4.cu 49 template void linearRow<int4, float4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
colorcube.rs 22 static int4 gDims;
23 static int4 gCoordMul;
38 int4 baseCoord = convert_int4(in) * gCoordMul;
39 int4 coord1 = baseCoord >> (int4)16;
40 int4 coord2 = min(coord1 + 1, gDims - 1);
42 int4 weight2 = baseCoord & 0xffff;
43 int4 weight1 = (int4)0x10000 - weight2;
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
colorcube.rs 22 static int4 gDims;
23 static int4 gCoordMul;
38 int4 baseCoord = convert_int4(in) * gCoordMul;
39 int4 coord1 = baseCoord >> (int4)16;
40 int4 coord2 = min(coord1 + 1, gDims - 1);
42 int4 weight2 = baseCoord & 0xffff;
43 int4 weight1 = (int4)0x10000 - weight2;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
colorcube.rs 22 static int4 gDims;
23 static int4 gCoordMul;
38 int4 baseCoord = convert_int4(in) * gCoordMul;
39 int4 coord1 = baseCoord >> (int4)16;
40 int4 coord2 = min(coord1 + 1, gDims - 1);
42 int4 weight2 = baseCoord & 0xffff;
43 int4 weight1 = (int4)0x10000 - weight2;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp 73 int4 dims = {
80 const int4 coordMul = convert_int4(m * (float4)0x8000);
101 int4 baseCoord = convert_int4(*in) * coordMul;
102 int4 coord1 = baseCoord >> (int4)15;
103 //int4 coord2 = min(coord1 + 1, gDims - 1);
105 int4 weight2 = baseCoord & 0x7fff;
106 int4 weight1 = (int4)0x8000 - weight2;
124 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (int4)7
    [all...]

Completed in 1395 milliseconds

1 2 3 4 5