代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5530526
c loop-2.c
/* A test for strength reduction and induction variable elimination. */
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-vars" } */
/* Size of this structure should be sufficiently weird so
www.eeworm.com/read/162614/5530562
c loop-7.c
/* PR tree-optimization/19828 */
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-lim-details" } */
int cst_fun1 (int) __attribute__((__const__));
int cst_fun2 (int) __attribute__((__const__)
www.eeworm.com/read/162614/5530619
c loop-10.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-vars" } */
int bar (void);
void foo (void)
{
unsigned i, j, n;
for (i = 0; i < 100000; i++)
;
n = bar ();
for (i = 0; i < n; i+
www.eeworm.com/read/162614/5530634
c loop-3.c
/* A test for strength reduction and induction variable elimination.
Target is restricted to x86 type architectures, so that we may
assume something about memory addressing modes. */
/* { dg-d
www.eeworm.com/read/162614/5531385
c loop-3.c
/* PR optimization/13985 */
/* Copied from gcc.c-torture/compile/930621-1.c */
/* { dg-do compile } */
/* { dg-options "-O3" } */
/* { dg-options "-O3 -mtune=i386" { target { { i?86-*-* x86_64-*-* }
www.eeworm.com/read/474667/6804754
bmp while loop.bmp
www.eeworm.com/read/474471/6809864
m loop2.m
%LOOP2
% Creates triangular mesh for the helical antenna
% of given radius, number of turns, spacing, and
% wire thickness.
%
% The following parameters need to be specified:
%
% Tu
www.eeworm.com/read/474471/6809865
m loop4.m
%LOOP4
% Creates triangular mesh for the helical tapered
% antenna of given radius, number of turns, spacing,
% and wire thickness.
%
% The following parameters need to be specified:
%
www.eeworm.com/read/474471/6809866
m loop1.m
%LOOP1
% Creates triangular mesh for the loop antenna of
% given radius and wire thickness
% The following parameters need to be specified:
%
% Loop radius in m a
www.eeworm.com/read/474471/6809868