代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4682667
c loop-3.c
#include
int n = 0;
g (i)
{
n++;
}
f (m)
{
int i;
i = m;
do
{
g (i * INT_MAX / 2);
}
while (--i > 0);
}
main ()
{
f (4);
if (n != 4)
abort ();
exit (0)
www.eeworm.com/read/233448/4682754
c loop386.c
foo (a)
{
do
{
puts ("a");
a -= 1;
}
while (a != 0);
}
main ()
{
int p[100];
printf ("%d\n", foo (3));
}
www.eeworm.com/read/233448/4682769
c loop-1.c
foo (a)
{
while ((a -= 1) != -1)
bar (270000);
putchar ('\n');
}
main ()
{
foo (5);
}
www.eeworm.com/read/233448/4682982
c test-loop.c
main ()
{
int i;
for (i = 100; i >= -1; i--)
foo ();
}
www.eeworm.com/read/233448/4683943
c loop-1.c
/* Copyright (C) 2000 Free Software Foundation.
Simplified from gcc/fold-const.c
by Alexandre Oliva */
/* { dg-do compile } */
void
mul_double ()
{
int i, j, *p
www.eeworm.com/read/233448/4684084
c loop-5.c
/* PR c/16180 */
/* { dg-options "-O2" } */
extern int b;
int foo (int a)
{
if (a)
{
b = 0;
for(;;)
goto L;
}
L:
for(;;)
return 0;
}
www.eeworm.com/read/233448/4684188
c loop-6.c
/* PR optimization/18577 */
/* Origin: Falk Hueffner */
/* { dg-do run } */
/* { dg-options "-O2 -funroll-all-loops" } */
static float tfcos12[3];
__attribute__((noinline)) double
www.eeworm.com/read/233448/4684241
c loop-4.c
/* PR optimization/11841 */
/* Originator: Andrey Panov */
/* Reduced testcase by Volker Reichelt */
/* Verify that the (old) loop unroller
www.eeworm.com/read/233448/4685201
c loop-2.c
/* PR optimization/10171 */
/* Bug: unroll_loop misoptimized the function so that we got
0 iterations of the loop rather than the correct 1. */
/* { dg-do run } */
extern void abort (void);
exter
www.eeworm.com/read/233448/4685391
c loop-1.c
/* { dg-do compile } */
/* { dg-options "-O1 -ftree-loop-ivcanon -funroll-loops -fdump-tree-ivcanon-details -fdump-tree-cunroll-details -fdump-tree-vars" } */
/* On 31-bit S/390 the function address