代码搜索:optimizations
找到约 908 项符合「optimizations」的源代码
代码结果 908
www.eeworm.com/read/233448/4681991
c 20030401-1.c
/* Testcase for PR fortran/9974. This was a miscompilation of the g77
front-end caused by the jump bypassing optimizations not handling
instructions inserted on CFG edges. */
extern void abor
www.eeworm.com/read/233448/4682347
c acc1.c
/* Tail call optimizations would reverse the order of additions in func(). */
double func (const double *array)
{
double d = *array;
if (d == 0.0)
return d;
else
return d + func (array
www.eeworm.com/read/233448/4682375
c mzero6.c
/* Tail call optimizations would convert func() into the moral equivalent of:
double acc = 0.0;
for (int i = 0; i
www.eeworm.com/read/222708/4818541
java synthesisfilter.java
/*
* 12/12/99 0.0.7 EQ, serialization and optimizations. mdm@techie.com
*
* 16/02/99 Java Conversion by E.B , ebsp@iname.com, JavaLayer
*
*---------------------------------------------------
www.eeworm.com/read/216802/4887550
mk w32-dev.mk
#
# FreeType 2 configuration rules for Win32 + GCC
#
# Development version without optimizations.
#
# Copyright 1996-2000, 2003 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
#
www.eeworm.com/read/205824/5023042
mk os2-dev.mk
#
# FreeType 2 configuration rules for OS/2 + GCC
#
# Development version without optimizations.
#
# Copyright 1996-2000, 2003, 2006 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
www.eeworm.com/read/201007/5061761
svn-base resample_mmx.c.svn-base
// MMX optimizations from Michael Niedermayer (michaelni@gmx.at) (under GPL)
/* optimization TODO / NOTES
movntq is slightly faster (0.5% with the current test.c benchmark)
(but thats just test
www.eeworm.com/read/177697/5321348
c resample_mmx.c
// MMX optimizations from Michael Niedermayer (michaelni@gmx.at) (under GPL)
/* optimization TODO / NOTES
movntq is slightly faster (0.5% with the current test.c benchmark)
(but thats just te
www.eeworm.com/read/177697/5321808
c resample_mmx.c
// MMX optimizations from Michael Niedermayer (michaelni@gmx.at) (under GPL)
/* optimization TODO / NOTES
movntq is slightly faster (0.5% with the current test.c benchmark)
(but thats just te
www.eeworm.com/read/173141/5379729
out aggregateoptimization.out
ij> -- test various aggregate optimizations
set isolation to rr;
0 rows inserted/updated/deleted
ij> -- by default, holdability of ResultSet objects created using this Connection object is true. Follo