代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/162614/5526766
c abs.c
extern int inside_main;
extern void abort (void);
#ifdef __OPTIMIZE__
#define ABORT_INSIDE_MAIN do { if (inside_main) abort (); } while (0)
#else
#define ABORT_INSIDE_MAIN do { } while (0)
#endif
typ
www.eeworm.com/read/162614/5526829
c complex-1-lib.c
extern int inside_main;
extern void abort (void);
#ifdef __OPTIMIZE__
#define ABORT_INSIDE_MAIN do { if (inside_main) abort (); } while (0)
#else
#define ABORT_INSIDE_MAIN do { } while (0)
#endif
sta
www.eeworm.com/read/162614/5528743
c old-style-asm-1.c
/* PR inline-asm/8832 */
/* { dg-do compile } */
/* { dg-options "-O2 -dP" } */
/* Verify that GCC doesn't optimize
old style asm instructions. */
void foo(int v)
{
if (v)
asm ("dummy1");
www.eeworm.com/read/344610/3207124
c swap_xa.c
#include "nptypes.h"
/* swap_xa.c
Copyright 2000 by InterNIche Technologies Inc. All rights reserved.
Copyright 1990-1996 by NetPort Software.
*/
//#pragma optimize 1
#pragma O0
u_l
www.eeworm.com/read/328357/3444342
bc makefile.bc
#
# Origional BC Makefile from Teun
#
#
CC = bcc
TLIB = tlib /0 /C
# note: the -3 flag produces code for 386, 486, Pentium etc; omit it for 286s
OPTIMIZE= -3 -O2
#WINDOWS
www.eeworm.com/read/310422/3698389
phpt 09numrows.phpt
--TEST--
DB_oci8::numRows test
--SKIPIF--
--FILE--
www.eeworm.com/read/304961/3783684
cygwin_dll makefile.cygwin_dll
default: ltc_dll
# Compilation flags. Note the += does not write over the user's CFLAGS!
CFLAGS += -I./ -Wall -Wsign-compare -W -Wno-unused -Wshadow -Werror -mno-cygwin -DWIN32
# optimize for SPE
www.eeworm.com/read/299343/3853255
m chap5_3.m
%GA(Generic Algorithm) Program to optimize PID Parameters
clear all;
close all;
global rin yout timef
Size=30;
CodeL=3;
MinX(1)=zeros(1);
MaxX(1)=20*ones(1);
MinX(2)=zeros(1);
MaxX(2)=1.0
www.eeworm.com/read/291168/3968789
bc makefile.bc
#
# Origional BC Makefile from Teun
#
#
CC = bcc
TLIB = tlib /0 /C
# note: the -3 flag produces code for 386, 486, Pentium etc; omit it for 286s
OPTIMIZE= -3 -O2
#WINDOWS
www.eeworm.com/read/434866/1867759
tdf lpm_divide_k5j.tdf
--lpm_divide DEVICE_FAMILY="Cyclone" LPM_DREPRESENTATION="UNSIGNED" LPM_NREPRESENTATION="UNSIGNED" LPM_REMAINDERPOSITIVE="TRUE" LPM_WIDTHD=6 LPM_WIDTHN=16 OPTIMIZE_FOR_SPEED=5 denom numer quotient rem