代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/440906/1781024
c loop-1.c
foo (a)
{
while ((a -= 1) != -1)
bar (270000);
putchar ('\n');
}
main ()
{
foo (5);
}
www.eeworm.com/read/440906/1781237
c test-loop.c
main ()
{
int i;
for (i = 100; i >= -1; i--)
foo ();
}
www.eeworm.com/read/440906/1781864
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/440906/1781971
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/440906/1781994
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/439864/1803895
c server-loop.c
/*
* server-loop.c - server loop implementation
*
* Copyright (C) 2000, 2001 Stefan Jahn
*
* This is free software; you can redistribute it and/or modify
* it under the terms o
www.eeworm.com/read/439864/1803931
h server-loop.h
/*
* server-loop.h - server loop definition
*
* Copyright (C) 2000, 2001 Stefan Jahn
*
* This is free software; you can redistribute it and/or modify
* it under the terms of th
www.eeworm.com/read/439808/1804370
v costas_loop.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 09:54:01 08/07/2007
// Design Name:
/
www.eeworm.com/read/438925/1821217
js loop.runtime.js
// test bug found by Christer Forslund,
// which cause bad compilation
function global_setup() {
// don't use i, because global value conlicts with test runner
for(xyz = 0; xyz < 10; xyz++) {
foo-
www.eeworm.com/read/426620/1988922
c,v loop.c,v
head 1.1;
branch ;
access ;
symbols ;
locks ;
comment @ * @;
1.1
date 94.01.17.14.59.29; author rstevens; state Exp;
branches ;
next ;
desc
@@
1.1
log
@08Dec93 version fo