代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/366702/2883228
c pr24287.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
int g1(int);
int h(int *a, int *b)__attribute__((pure));
void link_error();
/* The calls to link_error should be eliminated,
www.eeworm.com/read/366702/2883353
c loop-10.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
/* { dg-require-effective-target int32plus } */
int bar (void);
void foo (void)
{
unsigned i, j, n;
for (i = 0; i < 1000
www.eeworm.com/read/366702/2883372
c reassoc-10.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
int main(int a, int b, int c, int d)
{
/* Should become just a & b & c & d */
int e = (a & b) & (c & d);
int f = (c & a)
www.eeworm.com/read/152843/5658521
s u3copy_from_user.s
/* U3copy_from_user.S: UltraSparc-III optimized copy from userspace.
*
* Copyright (C) 1999, 2000, 2004 David S. Miller (davem@redhat.com)
*/
#define EX_LD(x) \
98: x; \
.section .fixup; \
.a
www.eeworm.com/read/367274/9763778
asm xchg.asm
;Testname=unoptimized; Arguments=-fbin -oxchg.bin -O0; Files=stdout stderr xchg.bin
;Testname=optimized; Arguments=-fbin -oxchg.bin -Ox; Files=stdout stderr xchg.bin
%macro x 2
xchg %1,%2
xc
www.eeworm.com/read/366687/9803874
linux makefile.linux
CC= gcc
#should be OK in most situations:
#CFLAGS= -O
# HP/UX 9.0X optimized code
#CFLAGS= +O3 +Oaggressive +Olibcalls -Aa -D_POSIX_SOURCE -DCHECK +FP VZOUiD
# HP/UX 9.0X debugging
#CFLAGS= -g -Aa -
www.eeworm.com/read/165020/10078680
makefile
CC= bcc32
#should be OK in most situations:
#CFLAGS= -O
# HP/UX 9.0X optimized code
CFLAGS= +O3 +Oaggressive +Olibcalls -Aa -D_POSIX_SOURCE -DCHECK +FP VZOUiD
# HP/UX 9.0X debugging
#CFLAGS=
www.eeworm.com/read/397097/8069102
m range_svdd.m
function sigma = range_svdd(a,frac_rej,frac_err)
% RANGE_SVDD compute SVDD over a range of sigma's.
%
% sigma = range_svdd(A,frac_rej,frac_err)
%
% The SVDD is optimized for a complete range of frac_r
www.eeworm.com/read/245644/12786193
linux makefile.linux
CC= gcc
#should be OK in most situations:
#CFLAGS= -O
# HP/UX 9.0X optimized code
#CFLAGS= +O3 +Oaggressive +Olibcalls -Aa -D_POSIX_SOURCE -DCHECK +FP VZOUiD
# HP/UX 9.0X debugging
#CFLAGS= -g -Aa -
www.eeworm.com/read/147766/5722148
s blockops.s
/* $Id: blockops.S,v 1.41 2001/12/05 06:05:35 davem Exp $
* blockops.S: UltraSparc block zero optimized routines.
*
* Copyright (C) 1996, 1998, 1999, 2000 David S. Miller (davem@redhat.com)
* Copy