代码搜索:optimized

找到约 6,562 项符合「optimized」的源代码

代码结果 6,562
www.eeworm.com/read/366702/2883224

c 20031106-6.c

/* { dg-do compile } */ /* { dg-options "-O1 -fno-tree-sra -fdump-tree-optimized" } */ extern void link_error (void); /* Check for copyprop on structs. */ struct s { char d; int a, b; doubl
www.eeworm.com/read/366702/2883264

c complex-3.c

/* { dg-do compile } */ /* { dg-options "-O -fdump-tree-optimized" } */ typedef _Complex float COMPLEX_FLOAT; float real_part(COMPLEX_FLOAT a) { return *(float*)(&a); } float real_part_2(COMPLEX_F
www.eeworm.com/read/366702/2883307

c 20050215-1.c

/* PR middle-end/19857 */ /* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-optimized" } */ int i; int foo (void) { return i & ~(unsigned int) 3; } /* Make sure the optimizers don't introdu
www.eeworm.com/read/366702/2883317

c tailrecursion-5.c

/* { dg-do run } */ /* { dg-options "-O1 -foptimize-sibling-calls -fdump-tree-optimized" } */ extern void abort (void); extern void exit (int); int sum (int n) { if (n == 0) return 0; retur
www.eeworm.com/read/366702/2883340

c bool-3.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ int f(_Bool x) { int y; if (!x) y = 0; else y = 1; return y; } /* There should be no == 0. Though PHI-OPT or
www.eeworm.com/read/364434/2906170

svn-base mpegvideo_mmx.c.svn-base

/* * The simplest mpeg encoder (well, it was the simplest!) * Copyright (c) 2000,2001 Fabrice Bellard. * * Optimized for ia32 CPUs by Nick Kurshev * h263, mpeg1, mpeg2 dequant
www.eeworm.com/read/357083/3030725

h string.h

#ifndef _ASM_IA64_STRING_H #define _ASM_IA64_STRING_H /* * Here is where we want to put optimized versions of the string * routines. * * Copyright (C) 1998-2000 Hewlett-Packard Co * Copyright (C
www.eeworm.com/read/357083/3030923

h string.h

#ifndef _ASM_CRIS_STRING_H #define _ASM_CRIS_STRING_H /* the optimized memcpy is in arch/cris/lib/string.c */ #define __HAVE_ARCH_MEMCPY extern void *memcpy(void *, const void *, size_t); /* New an
www.eeworm.com/read/350657/3118784

c io.c

#include #include #include /* * Copy data from IO memory space to "real" memory space. * This needs to be optimized. */ void __ia64_memcpy_fromio (void
www.eeworm.com/read/350657/3119381

s checksum.s

/* checksum.S: Sparc V9 optimized checksum code. * * Copyright(C) 1995 Linus Torvalds * Copyright(C) 1995 Miguel de Icaza * Copyright(C) 1996, 2000 David S. Miller * Copyright(C) 1997 Jakub J