代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5528829
c os-vect-95.c
/* { dg-require-effective-target vect_float } */
#include
#include "tree-vect.h"
#define N 256
void bar (float *pd, float *pa, float *pb, float *pc)
{
int i;
/* check results: */
www.eeworm.com/read/162614/5528872
c vect-50.c
/* { dg-require-effective-target vect_float } */
#include
#include "tree-vect.h"
#define N 256
void bar (float *pa, float *pb, float *pc)
{
int i;
/* check results: */
for (i =
www.eeworm.com/read/162614/5528914
c arm-vfp1.c
/* { dg-do compile } */
/* { dg-options "-O2 -mfpu=vfp -mfloat-abi=softfp" } */
/* { dg-require-effective-target arm32 } */
extern float fabsf (float);
extern float sqrtf (float);
extern double fabs
www.eeworm.com/read/162614/5529120
c inline-2.c
/* Ensure that we continue to consider FOO local, even though
it has been deferred. */
/* { dg-do compile { target fpic } } */
/* { dg-options "-O3 -finline-limit=0 -fpic" } */
static int foo(voi
www.eeworm.com/read/162614/5529189
c 20030909-1.c
/* Verify that ands are combined. */
/* { dg-do compile { target arm*-*-* strongarm*-*-* xscale*-*-* } } */
/* { dg-options "-O" } */
/* { dg-final { scan-assembler-not "#255.*#255" } } */
int f(int
www.eeworm.com/read/162614/5529196
c 20040813-1.c
/* Test lang in N_SO stab. */
/* Contributed by Devang Patel */
/* { dg-do compile } */
/* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* *-*-netware* alpha*-*-* hppa*64*-*-* ia64-
www.eeworm.com/read/162614/5529202
c typeof-1.c
/* Test typeof with __asm redirection. */
/* { dg-do compile } */
/* { dg-options "-O2" } */
extern int foo1;
extern int foo1 __asm ("bar1");
int foo1 = 1;
extern int foo2 (int);
extern int foo2 (in
www.eeworm.com/read/162614/5529215
c sh4a-sin.c
/* Verify that we generate single-precision sine and cosine approximate
(fsca) in fast math mode. */
/* { dg-do compile { target "sh*-*-*" } } */
/* { dg-options "-O -ffast-math" } */
/* { dg-fina
www.eeworm.com/read/162614/5529258
c inline-3.c
/* { dg-options "-O2 -funit-at-a-time" } */
/* { dg-final { scan-assembler-not "big_function_2" } } */
static void
big_function_2(void);
void
big_function_1()
{
while (t());
while (t());
while (t()
www.eeworm.com/read/162614/5529303
c sh4a-cosf.c
/* Verify that we generate single-precision sine and cosine approximate
(fsca) in fast math mode. */
/* { dg-do compile { target "sh*-*-*" } } */
/* { dg-options "-O -ffast-math" } */
/* { dg-fina