Searched defs:vec (Results 1 - 25 of 207) sorted by relevance

123456789

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dfold-cstvecshift.c4 typedef int vec __attribute__ ((vector_size (4 * sizeof (int)))); typedef
H A Dfold-minus-1.c4 typedef int vec __attribute__((vector_size(2*sizeof(int)))); typedef
H A Dpr57286.c4 typedef int vec __attribute__ ((vector_size (4*sizeof(int)))); typedef
H A Dvector-shift-2.c4 typedef unsigned vec __attribute__ ((vector_size (4*sizeof(int)))); typedef
H A Dvector-shift.c4 typedef unsigned vec __attribute__ ((vector_size (4 * sizeof (int)))); typedef
H A Dvec-andxor1.c4 typedef int vec __attribute__((vector_size(4*sizeof(int)))); typedef
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dfoldconst-6.c4 typedef long vec __attribute__ ((vector_size (2 * sizeof(long)))); typedef
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dbb-slp-31.c4 typedef double vec __attribute__ ((vector_size (2 * sizeof (double)))); typedef
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Dattributes-1.c7 typedef char vec __attribute__((vector_size(bar))); /* { dg-warning "ignored" } */ typedef
16 typedef char vec __attribute__((vector_size(foo))); /* { dg-warning "ignored" } */ typedef
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dvector18.C3 typedef signed char __attribute__((vector_size(128) )) vec; typedef
H A Dpr56790-1.C5 typedef long vec __attribute__ ((vector_size (2 * sizeof (long)))); typedef
H A Dvector20.C3 typedef long vec __attribute__((vector_size (2 * sizeof (long)))); typedef
H A Dvector22.C4 typedef unsigned vec __attribute__((vector_size(4*sizeof(int)))); typedef
H A Dvector2.C5 typedef int vec __attribute__ ((vector_size (8))); typedef
H A Dvector17.C2 typedef double __attribute__((vector_size(1024) )) vec; typedef
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dsimd-6.c3 typedef int __attribute__((vector_size (8))) vec; typedef
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Darray10.C4 typedef int __attribute__((vector_size (8))) vec; typedef
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dnest4.C4 class vec { class
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dfmt_t_1.f902 integer nrow, vec(15) variable
H A Dpr68019.f9011 type(t), parameter :: vec(*) = [(t(i), i = 1, 4)] variable in program:p
H A Dcoarray_collectives_8.f909 integer :: vec(3), idx(3) variable
H A Dforall_14.f9010 real :: vec(4) variable in program:forallBug
H A Dpointer_remapping_1.f9013 INTEGER, POINTER :: vec(:), mat(:, :) variable in program:main
H A Darray_constructor_42.f9014 real :: vec(1:2) local in subroutine:s
/haiku-buildtools/isl/
H A Disl_point_private.h8 struct isl_vec *vec; member in struct:isl_point

Completed in 98 milliseconds

123456789