HomeSort by relevance Sort by last modified time
    Searched defs:int4 (Results 1 - 13 of 13) sorted by null

  /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' from incompatible type 'float4'}}
12 result[i] = a; // expected-error {{assigning to 'int4' from incompatible type 'float4'}}
ext_vector_casts.c 4 typedef __attribute__(( ext_vector_type(4) )) int int4; typedef
12 int4 ivec4;
23 ivec4 = (int4)5.0f;
24 ivec4 = (int4)5;
25 ivec4 = (int4)vec4_3;
27 i = (int)ivec4; // expected-error {{invalid conversion between vector type 'int4' and integer type 'int' of different size}}
28 i = ivec4; // expected-error {{assigning to 'int' from incompatible type 'int4'}}
30 ivec4 = (int4)ptr; // expected-error {{invalid conversion between vector type 'int4' and scalar type 'int *'}}
40 ivec4 += vec4; // expected-error {{can't convert between vector values of different size ('int4' and 'float4')}
    [all...]
transparent-union.c 68 typedef int int4 __attribute__((ext_vector_type(4))); typedef
70 int4 vec; // expected-warning{{first field of a transparent union cannot have vector type 'int4'; transparent_union attribute ignored}}
  /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/clang/test/SemaTemplate/
ext-vector-type.cpp 86 typedef int __attribute__((ext_vector_type(4))) int4; typedef in namespace:Deduction
91 int array1[X0<int4>::value == 1? 1 : -1];
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 43 typedef int int4 __attribute__((ext_vector_type(4))); typedef
55 static inline int4 convert_int4(uchar4 i) {
56 int4 f4 = {i.x, i.y, i.z, i.w};
65 static inline int4 convert_int4(float4 i) {
66 int4 f4 = {i.x, i.y, i.z, i.w};
80 static inline float4 convert_float4(int4 i) {
90 static inline uchar4 convert_uchar4(int4 i) {
106 static inline int4 clamp(int4 amount, int low, int high) {
107 int4 r
    [all...]
rsCpuRuntimeStubs.cpp 49 typedef int32_t int4 __attribute__((ext_vector_type(4))); typedef
162 static void SC_debugI4(const char *s, const int4 *i) {
163 ALOGD("int4 %s {%d, %d, %d, %d} 0x%x 0x%x 0x%x 0x%x", s, i->x, i->y, i->z, i->w, i->x, i->y, i->z, i->w);
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 57 typedef int32_t int4 __attribute__((ext_vector_type(4))); typedef
759 ELEMENT_AT(int4, RS_TYPE_SIGNED_32, 4)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 168 milliseconds