代码搜索:Scan

找到约 10,000 项符合「Scan」的源代码

代码结果 10,000
www.eeworm.com/read/162614/5528844

c vect-105.c

/* { dg-require-effective-target vect_int } */ #include #include #include "tree-vect.h" #define N 4 struct extraction { int a[N][N]; int b[N][N]; }; static int a[N][N] =
www.eeworm.com/read/162614/5528857

c vect-68.c

/* { dg-require-effective-target vect_int } */ #include #include "tree-vect.h" #define N 32 struct s{ int m; int n[N][N][N]; }; struct test1{ struct s a; /* array a.n is unaligned
www.eeworm.com/read/162614/5528871

c vect-24.c

/* { dg-require-effective-target vect_int } */ #include #include "tree-vect.h" #define N 64 int main1 () { int i; int ia[N]; int ib[N]= {1,1,0,0,1,0,1,0, 1,1,0,0,1,0,1,0,
www.eeworm.com/read/162614/5528877

c vect-31.c

/* { dg-require-effective-target vect_int } */ #include #include "tree-vect.h" #define N 32 struct t{ int k[N]; int l; }; struct s{ char a; /* aligned */ char b[N-1]; /* una
www.eeworm.com/read/162614/5528879

c vect-76.c

/* { dg-require-effective-target vect_int } */ #include #include "tree-vect.h" #define N 8 #define OFF 4 /* Check handling of accesses for which the "initial condition" - the expressi
www.eeworm.com/read/162614/5528883

c vect-66.c

/* { dg-require-effective-target vect_int } */ #include #include "tree-vect.h" #define N 16 int main1 () { int i, j; int ib[6] = {0,3,6,9,12,15}; int ia[8][5][6]; int ic[16][16][
www.eeworm.com/read/162614/5528884

c vect-17.c

/* { dg-require-effective-target vect_int } */ #include #include "tree-vect.h" #define N 64 int main1 () { int i; int ia[N]; int ib[N]= {1,1,0,0,1,0,1,0, 1,1,0,0,1,0,1,
www.eeworm.com/read/162614/5528898

c vect-23.c

/* { dg-require-effective-target vect_int } */ #include #include "tree-vect.h" #define N 64 int main1 () { int i; int ia[N]; int ib[N]= {1,1,0,0,1,0,1,0, 1,1,0,0,1,0,1,0,
www.eeworm.com/read/162614/5528899

c vect-92.c

/* { dg-require-effective-target vect_float } */ #include #include "tree-vect.h" #define N 256 float pa[N] __attribute__ ((__aligned__(16))); float pb[N] __attribute__ ((__aligned__(16))
www.eeworm.com/read/162614/5528933

c builtins-16.c

/* Copyright (C) 2003 Free Software Foundation. Verify that all the __builtin_cabs? functions are recognized by the compiler. Complex numbers are not supported with the gcc.dg default "-pe