代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/240722/4570450
in mp2r12aph2o.in
molecule:
O 0.172 0.000 0.000
H 0.745 0.000 0.754
H 0.745 0.000 -0.754
optimize: no
checkpoint: no
method: MP2-R12/A'
basis: cc-pVDZ
auxbasis: aug-cc-pVTZ
www.eeworm.com/read/240162/4587936
c 20011115-1.c
extern void exit (int);
static inline int
foo (void)
{
#ifdef __OPTIMIZE__
extern int undefined_reference;
return undefined_reference;
#else
return 0;
#endif
}
static inline int
bar (void)
{
www.eeworm.com/read/233448/4681769
c 20011115-1.c
extern void exit (int);
static inline int
foo (void)
{
#ifdef __OPTIMIZE__
extern int undefined_reference;
return undefined_reference;
#else
return 0;
#endif
}
static inline int
bar (void)
{
www.eeworm.com/read/233448/4682251
c loop-ivopts-2.c
/* PR rtl-optimization/20290 */
/* We used to mis-optimize the second loop in main on at least ppc and
arm, because tree loop would change the loop to something like:
ivtmp.65 = &l[i];
iv
www.eeworm.com/read/190666/5177949
c 20011115-1.c
extern void exit (int);
static inline int
foo (void)
{
#ifdef __OPTIMIZE__
extern int undefined_reference;
return undefined_reference;
#else
return 0;
#endif
}
static inline int
bar (void)
{
www.eeworm.com/read/186856/5229696
pup makefile.pup
# Amiga powerUP (TM) Makefile
# makefile for libpng and SAS C V6.58/7.00 PPC compiler
# Copyright (C) 1998 by Andreas R. Kleinert
CC = scppc
CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTGO OPTPEEP OP
www.eeworm.com/read/178760/5312795
c memcpyx.c
#include
// FIXME: can optimize even further on '400 with auto-increment/auto-toggle.
void xdata * memcpyx (
void xdata * dst,
void xdata * src,
int count
) _naked
{
/* Shut compi
www.eeworm.com/read/162614/5526624
c 20011115-1.c
extern void exit (int);
static inline int
foo (void)
{
#ifdef __OPTIMIZE__
extern int undefined_reference;
return undefined_reference;
#else
return 0;
#endif
}
static inline int
bar (void)
{
www.eeworm.com/read/162614/5527174
c loop-ivopts-2.c
/* PR rtl-optimization/20290 */
/* We used to mis-optimize the second loop in main on at least ppc and
arm, because tree loop would change the loop to something like:
ivtmp.65 = &l[i];
iv
www.eeworm.com/read/349711/3141416
pup makefile.pup
# Amiga powerUP (TM) Makefile
# makefile for libpng and SAS C V6.58/7.00 PPC compiler
# Copyright (C) 1998 by Andreas R. Kleinert
CC = scppc
CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTGO OPTPEEP OP