代码搜索:optimizations
找到约 908 项符合「optimizations」的源代码
代码结果 908
www.eeworm.com/read/410653/11273141
rpt seg7led.map.rpt
Analysis & Synthesis report for seg7led
Fri Dec 28 21:56:40 2007
Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version
---------------------
; Table of Contents ;
---------------------
www.eeworm.com/read/255569/12073396
warning
LibTomFloat is a *VERY* new package and is not even fully written yet. Quite a
bit of the functionality is present but will be changing in the near future to allow
for optimizations (e.g. early-outs
www.eeworm.com/read/231996/14212208
authors
PBC library credits
If your name should be here but you don't see it please contact me as I
may have forgotten to update this file.
Ben Lynn (Main author)
Hovav S
www.eeworm.com/read/162614/5527293
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/162614/5527300
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/162614/5530215
c 20000108-1.c
/* Copyright (C) 2000 Free Software Foundation.
by Alexandre Oliva */
/* { dg-do run } */
/* { dg-options "-O3" } */
extern void abort (void);
void foo () {} /* unu
www.eeworm.com/read/162614/5530463
c 20040319-1.c
/* { dg-do run } */
/* { dg-options "-O2" } */
/* Test derived from PR 14643. When a function has no addressable
variables but 2 or more pointers have conflicting memory tags, they
were not be
www.eeworm.com/read/370136/9615938
rpt seg7led.map.rpt
Analysis & Synthesis report for seg7led
Fri May 30 15:33:04 2008
Quartus II Version 7.2 Build 175 11/20/2007 Service Pack 1 SJ Full Version
---------------------
; Table of Contents ;
-------
www.eeworm.com/read/353619/10434940
cpp meandeinterlacer.cpp
/*
* Copyright (C) 2005-2008 gulikoza, mtrooper
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
www.eeworm.com/read/353619/10434951
h deinterlacer.h
/*
* Copyright (C) 2008 gulikoza, mtrooper
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* t