代码搜索:optimization

找到约 10,000 项符合「optimization」的源代码

代码结果 10,000
www.eeworm.com/read/240162/4590155

c import1.c

/* Copyright (C) 2003 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* { dg-options "" } */ /* This tests that our eagerness to apply the multiple include guard optimization to th
www.eeworm.com/read/233448/4682343

c compare-fp-2.c

/* Copyright (C) 2004 Free Software Foundation. Ensure that the composite comparison optimization doesn't misfire and attempt to combine an integer comparison with a floating-point one. Wri
www.eeworm.com/read/233448/4683135

c pr12578.c

/* PR tree-optimization/12517 */ void trivial_regexp_p(int *s, int len) { while (--len) { switch (*s++) { case '\\': switch (*s++) { case '|': ; } } } }
www.eeworm.com/read/233448/4683523

c 20030418-1.c

/* APPLE LOCAL testsuite nested functions */ /* { dg-options "-fnested-functions" } */ /* PR optimization/7675 */ /* Contributed by Volker Reichelt */ /* Verify that we don't put automatic variables
www.eeworm.com/read/233448/4684657

c sparc-constant-1.c

/* PR optimization/10876 */ /* { dg-do compile { target sparc*-*-* } } */ /* Verify that adding the constant 4096 is turned into substracting the constant -4096. */ int foo(int a) { return a+40
www.eeworm.com/read/233448/4684967

c noreturn-7.c

/* PR optimization/13394 */ /* Origin: Carlo Wood */ /* Verify that a bogus "function does return" warning is not issued in presence of tail recursion within a noreturn functio
www.eeworm.com/read/233448/4685243

c tree-loop-1.c

/* PR tree-optimization/20640 */ /* After unrolling the loop, we'd turn some conditional branches into unconditional ones, but branch redirection would fail to compute the PHI args for the PHI
www.eeworm.com/read/233448/4686061

c import1.c

/* Copyright (C) 2003 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* { dg-options "" } */ /* This tests that our eagerness to apply the multiple include guard optimization to th
www.eeworm.com/read/223083/4814757

sources

!if "$(BSP_NOCS8900)" == "1" SKIPBUILD=1 !endif TARGETNAME=cs8900 RELEASETYPE=PLATFORM TARGETTYPE=DYNLINK DLLENTRY=DllEntry ###MSC_OPTIMIZATION=/Ox /Fc TARGETLIBS=
www.eeworm.com/read/199528/5076120

java sumconditionalobjectivefunction.java

package edu.stanford.nlp.classify; import java.util.*; import edu.stanford.nlp.optimization.*; /** @author Dan Klein */ public class SumConditionalObjectiveFunction extends LogConditionalObjective