HomeSort by relevance Sort by last modified time
    Searched full:vector_size (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/clang/test/CodeGen/
vector-alignment.c 6 double __attribute__((vector_size(16))) v1;
8 double __attribute__((vector_size(32))) v2;
13 double __attribute__((vector_size(64))) v3;
15 double __attribute__((vector_size(1024))) v4;
19 double __attribute__((vector_size(16), aligned(16))) v5;
21 double __attribute__((vector_size(16), aligned(64))) v6;
23 double __attribute__((vector_size(32), aligned(16))) v7;
25 double __attribute__((vector_size(32), aligned(64))) v8;
29 double __attribute__((vector_size(24))) v9;
31 double __attribute__((vector_size(40))) v10
    [all...]
ppc64-vector.c 3 typedef short v2i16 __attribute__((vector_size (4)));
4 typedef short v3i16 __attribute__((vector_size (6)));
5 typedef short v4i16 __attribute__((vector_size (8)));
6 typedef short v6i16 __attribute__((vector_size (12)));
7 typedef short v8i16 __attribute__((vector_size (16)));
8 typedef short v16i16 __attribute__((vector_size (32)));
x86_32-arguments-nommx.c 4 typedef int __attribute__((vector_size (8))) i32v2;
9 typedef int __attribute__((vector_size (16))) i32v4;
2010-02-18-Dbg-VectorType.c 2 typedef float float4 __attribute__((vector_size(16)));
builtinshufflevector.c 3 typedef int v4si __attribute__ ((vector_size (16)));
x86_32-arguments-linux.c 26 typedef int __attribute__((vector_size (8))) t56_v2i;
27 typedef double __attribute__((vector_size (8))) t56_v1d;
28 typedef int __attribute__((vector_size (16))) t56_v4i;
29 typedef double __attribute__((vector_size (16))) t56_v2d;
30 typedef int __attribute__((vector_size (32))) t56_v8i;
31 typedef double __attribute__((vector_size (32))) t56_v4d;
ppc64-struct-onevect.c 4 typedef float v4sf __attribute__ ((vector_size (16)));
palignr.c 5 typedef __attribute__((vector_size(16))) int int4;
19 typedef __attribute__((vector_size(8))) int int2;
  /external/clang/test/Sema/
vector-init.c 4 typedef float float4 __attribute__((vector_size(16)));
20 __attribute__((vector_size(16))) float f1(void) {
21 __attribute__((vector_size(16))) float vec = {0.0f, 0.0f, 0.0f};
25 __attribute__((vector_size(16))) float f2(
26 __attribute__((vector_size(16))) float a1) {
37 typedef long long __attribute__((vector_size(16))) longlong2;
38 typedef short __attribute__((vector_size(16))) short8;
39 typedef short __attribute__((vector_size(8))) short4;
init-vector.c 4 typedef float __attribute__((vector_size (16))) v4f_t;
typedef-retain.c 3 typedef float float4 __attribute__((vector_size(16)));
4 typedef int int4 __attribute__((vector_size(16)));
vector-ops.c 2 typedef unsigned int v2u __attribute__ ((vector_size (8)));
3 typedef int v2s __attribute__ ((vector_size (8)));
4 typedef float v2f __attribute__ ((vector_size(8)));
vector-cast.c 3 typedef long long t1 __attribute__ ((vector_size (8)));
4 typedef char t2 __attribute__ ((vector_size (16)));
5 typedef float t3 __attribute__ ((vector_size (16)));
39 typedef float float2 __attribute__ ((vector_size (8)));
50 typedef short short_sizeof_pointer __attribute__((vector_size(sizeof(void*))));
vector-assign.c 2 typedef unsigned int v2u __attribute__ ((vector_size (8)));
3 typedef signed int v2s __attribute__ ((vector_size (8)));
4 typedef signed int v1s __attribute__ ((vector_size (4)));
5 typedef float v2f __attribute__ ((vector_size(8)));
6 typedef signed short v4ss __attribute__ ((vector_size (8)));
42 float test2(__attribute__((vector_size(16))) float a, int b) {
conversion-64-32.c 9 typedef int int4 __attribute__ ((vector_size(16)));
types.c 53 int __attribute__ ((vector_size (8), vector_size (8))) v; // expected-error {{invalid vector element type}}
69 int __attribute__ ((vector_size(8192))) x1; // expected-error {{vector size too large}}
73 enum { e_2 } x3 __attribute__((vector_size(64))); // expected-error {{invalid vector element type}}
altivec-init.c 3 typedef int v4 __attribute((vector_size(16)));
4 typedef short v8 __attribute((vector_size(16)));
  /external/clang/test/CodeGenCXX/
2008-01-12-VecInit.cpp 4 typedef int __attribute__((vector_size(16))) v;
2007-05-03-VectorInit.cpp 4 typedef float v4sf __attribute__((vector_size(16)));
static-init-4.cpp 3 typedef __attribute__((vector_size(4*4))) float float32x4_t;
  /external/clang/test/SemaCXX/
vector-no-lax.cpp 2 typedef unsigned int __attribute__((vector_size (16))) vUInt32;
3 typedef int __attribute__((vector_size (16))) vSInt32;
  /external/lldb/tools/lldb-perf/common/stepping/
stepping-testcase.cpp 31 size_t vector_size; local
39 vector_size = my_vector.size();
41 return vector_size == 0 ? 0 : 1;
  /external/clang/test/PCH/
types.h 27 typedef float float4 __attribute__((vector_size(16)));
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspec.dtd 24 vector_size NMTOKEN #IMPLIED
42 vector_size CDATA #IMPLIED
  /external/clang/test/Parser/
atomic.c 34 typedef _Atomic int __attribute__((vector_size(16))) atomic_vector_int;
35 typedef _Atomic(int __attribute__((vector_size(16)))) atomic_vector_int;

Completed in 674 milliseconds

1 2 3 4 5