代码搜索:optimizations
找到约 908 项符合「optimizations」的源代码
代码结果 908
www.eeworm.com/read/366702/2865014
c memset-1.c
/* Copyright (C) 2002, 2005 Free Software Foundation.
Test -minline-all-stringops memset with various combinations of pointer
alignments and lengths to make sure builtin optimizations are corr
www.eeworm.com/read/366702/2878662
c acc2.c
/* Tail call optimizations would reverse the order of multiplications
in func(). */
double func (const double *array)
{
double d = *array;
if (d == 1.0)
return d;
else
return d * fu
www.eeworm.com/read/366702/2880263
c 20030823-1.c
struct A
{
int a;
};
int foo (struct A *a)
{
static int c = 30;
int x;
a->a = c;
/* Dominator optimizations will replace the use of 'a->a' with 'c', but
they won't copy the virtual op
www.eeworm.com/read/366702/2884384
c fwrapv-2.c
/* Copyright (C) 2003 Free Software Foundation.
Test that the -fno-wrapv command line option is accepted and enables
"unsafe" optimizations that rely on undefined arithmetic overflow.
Writt
www.eeworm.com/read/364434/2906057
svn-base dsputil_bfin.h.svn-base
/*
* BlackFin DSPUTILS COMMON OPTIMIZATIONS HEADER
*
* Copyright (C) 2007 Marc Hoffman
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it
www.eeworm.com/read/258350/4357487
mk bcc-dev.mk
#
# FreeType 2 Borland C++-specific with NO OPTIMIZATIONS + DEBUGGING
#
# Copyright 1996-2000, 2003 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType proj
www.eeworm.com/read/193480/8224677
pas uxlssst.pas
unit UXlsSST;
{$IFDEF LINUX}{$INCLUDE ../FLXCOMPILER.INC}{$ELSE}{$INCLUDE ..\FLXCOMPILER.INC}{$ENDIF}
//This is a unit to optimize the SST for a big number of strings.
//Optimizations:
//We use
www.eeworm.com/read/193480/8224966
pas uxlssst2.pas
unit UXlsSST;
//This is a unit to optimize the SST for a big number of strings.
//Optimizations:
//We use records, no objects to strore the strings (4 bytes of VMT per string and avoid calling cr
www.eeworm.com/read/237003/13983384
f echof2-back.f
! Tuned Fortran 77 version
! Optimizations:
! - blocked stencil algorithm to improve cache use
! - arrays interlaced by making one big 3-dimensional array
! - copying of arrays avoided by cyclin
www.eeworm.com/read/237003/13983623
f echotunef.f
! Tuned Fortran 77 version
! Optimizations:
! - blocked stencil algorithm to improve cache use
! - arrays interlaced by making one big 3-dimensional array
! - copying of arrays avoided by cyclin