代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/100601/6268430
prefix psm.prefix
/* Optimized prefix */
#include "MacPrefix.h"
#include "NSSCommon.h"
#include "PSMCommon.h"
www.eeworm.com/read/162614/5530543
c 20040204-1.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
extern void link_error (void);
/*
test that a condition is propagated inside an if
*/
void test5 (int x)
{
extern int
www.eeworm.com/read/326221/13155175
changes
Insight 1.21 (2007-03-11)
=========================
+ Added List Memory Blocks command (^M in the code window).
+ Added Animate command (Run|Animate).
+ Large dump window if the screen have more
www.eeworm.com/read/131315/5944353
read_me
# @(#)READ_ME 8.1 (Berkeley) 6/6/93
This directory contains the source code for the Version 7 VAX
interpreter for Pascal. Following standard convensions, the makefile
contains four commands:
px
www.eeworm.com/read/108032/6187015
java arrayutil.java
/*
* CVS identifier:
*
* $Id: ArrayUtil.java,v 1.10 2000/09/05 09:25:15 grosbois Exp $
*
* Class: ArrayUtil
*
* Description: Utillities for arrays.
*
*
*
* COP
www.eeworm.com/read/100601/6268297
prefix nssdebug.prefix
/* Optimized prefix */
#include "MacPrefix_debug.h"
#include "NSSCommon.h"
www.eeworm.com/read/227599/14420298
txt changelog.txt
OpenWebSpider v0.7
- Rewrited some function from scratch
- Changed names of the fields in various tables
- Enhanced indexing limits (level of depth limit, number of pages, seconds, bytes downloaded
www.eeworm.com/read/126037/14450663
txt 1st_readme.txt
Thu Jan 24 18:47:08 PST 2002
This binary version of the runica() function of Makeig et al. contained
in the EEG/ICA Toolbox runs 12x faster than the Matlab version. It uses
the logistic infomax ICA
www.eeworm.com/read/222152/14703003
txt announce.txt
ANNOUNCE: FFT for ARM
Subject: ANNOUNCE: FFT for ARM
List-id: ARM Linux General discussion
Announcing an optimized FFT for the SA-1100 (and other ARM pr
www.eeworm.com/read/162614/5530567
c bool-1.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
int f(_Bool x)
{
if (x != 0)
return 1;
return 0;
}
/* There should be no != 0 which is produced by the front-end as