代码搜索:optimizations

找到约 908 项符合「optimizations」的源代码

代码结果 908
www.eeworm.com/read/366702/2867704

c pr31146.c

/* { dg-do compile } */ /* { dg-options "-O -fdump-tree-forwprop" } */ /* We should be able to optimize this to i[j] = 1 during early optimizations. */ int i[5]; void foo (int j) { void *p = &
www.eeworm.com/read/366702/2878201

c string-opt-17.c

/* Copyright (C) 2003 Free Software Foundation. Test strcpy optimizations don't evaluate side-effects twice. Written by Jakub Jelinek, June 23, 2003. */ typedef __SIZE_TYPE__ size_t;
www.eeworm.com/read/366702/2882933

c recip-3.c

/* { dg-do compile } */ /* { dg-options "-O1 -fno-trapping-math -funsafe-math-optimizations -fdump-tree-recip" } */ double F[2] = { 0.0, 0.0 }, e; /* In this case the optimization is interesting. *
www.eeworm.com/read/366702/2882991

c recip-7.c

/* { dg-options "-O1 -funsafe-math-optimizations -fno-trapping-math -fdump-tree-recip" } */ /* { dg-do compile } */ /* Test inserting in a block that does not contain a division. */ extern double h
www.eeworm.com/read/110173/15540840

h sdl_imagefilter.h

/* SDL_imageFilter - bytes-image "filter" routines (uses inline x86 MMX optimizations if available) LGPL (c) A. Schiffler */ #ifndef _SDL_imageFilter_h #define _SDL_imageFilter_h /* Set up
www.eeworm.com/read/396796/8090008

c libfbx-mga.c

/* * libfbx-mga.c -- mga optimizations for libfbx * (C)opyright 2001 U4X Labs * * Written by: Paul Mundt * Rob Salmond * * $Id: lib
www.eeworm.com/read/238481/13883688

changelog

March 2002 (rz, ml & ab) -First working version based on the original fortran program of R.Zecchina and M.M閦ard (ml, rz & ab) 30 April 2002 (rz & ab) -Several optimizations to compute_distweight,
www.eeworm.com/read/343458/11946482

changelog

ver 3.24: Add TCP connection support for serial proxy. Add fix for Logitech HID proxy switching. Add missing macros, MIN, MAX, ABS and CLAMP. Add more SBC encoder optimizations. Add initial mecha
www.eeworm.com/read/216898/14987761

f acou3df2.f

! ! Tuned Fortran 77 version ! Optimizations: ! - Rather than four separate arrays, one 4D array is allocated. This ! allows P1, P2, P3, and C to be interlaced in memory, improving data ! localit
www.eeworm.com/read/480930/1309750

h semaphore-helper.h

/* $Id: semaphore-helper.h,v 1.3 2001/03/26 15:00:33 orjanf Exp $ * * SMP- and interrupt-safe semaphores helper functions. Generic versions, no * optimizations whatsoever... * */ #ifndef _ASM_S