代码搜索:optimized

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

代码结果 6,562
www.eeworm.com/read/375613/2723681

c gvmat32c.c

/* gvmat32.c -- C portion of the optimized longest_match for 32 bits x86 * Copyright (C) 1995-1996 Jean-loup Gailly and Gilles Vollant. * File written by Gilles Vollant, by modifiying the longest_
www.eeworm.com/read/369412/2800667

c the_top_file.c

#include "altera_avalon_performance_counter.h" #include "system.h" #include "stdio.h" #include "pound_defines.h" #include "sw_only_fft.h" #include "accelerator_optimized_fft.h" int main() {
www.eeworm.com/read/367182/2853555

h string.h

/* Optimized, inlined string functions. i486 version. Copyright (C) 1997,1998,1999,2000,2001,2002,2003,2004,2007 Free Software Foundation, Inc. This file is part of the GNU C Library. T
www.eeworm.com/read/367182/2853771

s memset.s

/* memset/bzero -- set memory area to CH/0 Highly optimized version for ix86, x>=6. Copyright (C) 1999,2000,2003,2005,2006 Free Software Foundation, Inc. This file is part of the GNU C Librar
www.eeworm.com/read/366702/2867433

c nrv12.c

/* Verify that gimple-level NRV is occurring even for RESULT_DECLs. *./ /* { dg-do compile { target i?86-*-* x86_64-*-* } } */ /* { dg-options "-O -fdump-tree-optimized" } */ /* { dg-require-effectiv
www.eeworm.com/read/366702/2867689

c pr26406.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-optimized" } */ int *f(int *b) { int * a = new int[104]; *a = 1; if (a == 0) return b; return a; } /* { dg-final { scan-tree-dump
www.eeworm.com/read/366702/2876043

f90 volatile6.f90

! { dg-do compile } ! { dg-options "-O2 -fdump-tree-optimized" } ! Tests whether volatile really works for arrays ! PR fortran/29601 logical, allocatable, volatile :: t1(:) logical, allocatable :: t2(
www.eeworm.com/read/366702/2878158

c abs-1-lib.c

extern void abort (void); extern int abs_called; extern int inside_main; /* The labs call should have been optimized, but the abs call shouldn't have been. */ int abs (int x) { if (inside_main
www.eeworm.com/read/366702/2880359

c pr21032.c

/* { dg-do compile } */ /* { dg-options "-O -fdump-tree-optimized -frounding-math" } */ void bar(float x); void foo(double x) { bar(-x); } /* { dg-final { scan-tree-dump-not "-\\(float\\)" "optimi
www.eeworm.com/read/366702/2882386

c update-cunroll-2.c

/* { dg-options "-O2 -fdump-tree-optimized-blocks" } */ int a[8]; __attribute__ ((noinline)) int t() { int i; for (i = 0; i < 3; i++) if (a[i]) break; return i; } main () { int i; for (i