代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/368386/2816129
s strlen.s
/* strlen.S: Sparc optimized strlen code
* Hand optimized from GNU libc's strlen
* Copyright (C) 1991,1996 Free Software Foundation
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
*
www.eeworm.com/read/366702/2867668
c empty-1.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
struct S {};
S bar (const S &a)
{
S s;
s = a;
return s;
}
/* Test whether memcpy call has been optimized out. */
/* {
www.eeworm.com/read/366702/2883153
c divide-2.c
/* { dg-do compile } */
/* { dg-options "-O1 -fstrict-overflow -fdump-tree-optimized" } */
int f(int a)
{
return 10/-a;
}
/* { dg-final { scan-tree-dump-times "10 / -a" 0 "optimized"} } */
/* { d
www.eeworm.com/read/366702/2883288
c divide-3.c
/* { dg-do compile } */
/* { dg-options "-O1 -fstrict-overflow -fdump-tree-optimized" } */
int f(int a)
{
return -(a/10);
}
/* { dg-final { scan-tree-dump-times "a / 10" 0 "optimized"} } */
/* { d
www.eeworm.com/read/350657/3120082
s strlen.s
/* strlen.S: Sparc optimized strlen code
* Hand optimized from GNU libc's strlen
* Copyright (C) 1991,1996 Free Software Foundation
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
*
www.eeworm.com/read/264095/4293759
s strlen.s
/* strlen.S: Sparc optimized strlen code
* Hand optimized from GNU libc's strlen
* Copyright (C) 1991,1996 Free Software Foundation
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
*
www.eeworm.com/read/190157/8447420
makefile
#------------------------------------------------------------------------------
#
# Commands:
# make OSTYPE=xxx [opt] Create optimized executable melp
# make OSTYPE=xxx debug
www.eeworm.com/read/184725/9082611
c l3loop.c
/****************************************************************/
/* Optimized by 8hz, May 1998 */
/* Added precalc tables and rewritten some heavy calculations
www.eeworm.com/read/168434/9916608
makefile
#------------------------------------------------------------------------------
#
# Commands:
# make OSTYPE=xxx [opt] Create optimized executable melp
# make OSTYPE=xxx debug
www.eeworm.com/read/426413/10253632
makefile
#------------------------------------------------------------------------------
#
# Commands:
# make OSTYPE=xxx [opt] Create optimized executable melp
# make OSTYPE=xxx debug