代码搜索:optimization
找到约 10,000 项符合「optimization」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4683992
c 20020312-1.c
/* This testcase ICEd on alpha because of an unrecognized insn formed
by conditional move optimization using an incorrect mode. */
/* { dg-do compile } */
/* { dg-options "-O -ffast-math" } */
ch
www.eeworm.com/read/233448/4684177
c 20031201-2.c
/* PR optimization/11634 */
/* The following code used to ICE in verify_local_live_at_start on
PA when compiled with -O2. The cause was that split_all_insns was
not updating liveness informati
www.eeworm.com/read/233448/4684241
c loop-4.c
/* PR optimization/11841 */
/* Originator: Andrey Panov */
/* Reduced testcase by Volker Reichelt */
/* Verify that the (old) loop unroller
www.eeworm.com/read/233448/4685049
c i386-volatile-1.c
/* PR optimization/11381 */
/* Originator: */
/* { dg-do compile { target i?86-*-* } } */
/* { dg-options "-O" } */
/* Verify that the comparison is not optimized away. */
www.eeworm.com/read/233448/4685485
c 20030907-1.c
/* PR optimization/12198
This was a miscompilation of a switch expressions because
the "Case Ranges" extension wasn't handled in tree-cfg.c. */
/* { dg-do compile } */
/* { dg-options "-O -fd
www.eeworm.com/read/233448/4685519
c 20031113-1.c
/* PR optimization/12640
We used to get into an infinite loop while trying to
figure out `strlen (resultString)'. This showed up as
a stack overflow while compiling tk. */
/* { dg-do comp
www.eeworm.com/read/209559/4969292
h compiler-gcc.h
/* Never include this file directly. Include instead. */
/*
* Common definitions for all gcc versions go here.
*/
/* Optimization barrier */
/* The "volatile" is due to gcc b
www.eeworm.com/read/209350/4979426
properties guiresources.properties
# ProGuard -- shrinking, optimization, and obfuscation of Java class files.
# Copyright (c) 2002-2007 Eric Lafortune (eric@graphics.cornell.edu)
#
# Tab names.
#
proGuardTab = ProGuard
inputOutpu
www.eeworm.com/read/199528/5076164
java hasinitial.java
package edu.stanford.nlp.optimization;
/**
* Indicates that a function has a method for supplying an intitial value.
*
* @author Dan Klein
* @version 1
www.eeworm.com/read/199528/5076169
java cgminimizer.java
package edu.stanford.nlp.optimization;
/**
* Conjugate-gradient implementation based on the code in Numerical
* Recipes in C. (See p. 423 and others.) As of now, it requires a
* differentiable f