代码搜索:optimization
找到约 10,000 项符合「optimization」的源代码
代码结果 10,000
www.eeworm.com/read/349117/3147241
java constraint.java
package com.power.lpsolver.LPSolve;
/**
*
* Title: PIPE Engine
* Description: Global Planning Optimization Engine
* Copyright: Copyright (c) 2002
* Company: Paraster
www.eeworm.com/read/344585/3207937
m bay_initlssvm.m
function [model, ss] = bay_initlssvm(model)
% Initialize the hyperparameters [$ \gamma$] and [$ \sigma^2$] before optimization with bay_optimize
%
% >> [gam, sig2] = bay_initlssvm({X,Y,type,[],[]})
www.eeworm.com/read/340665/3272742
c nrv1.c
// PR c++/5636
// Bug: the named return value optimization interfered with EH cleanups.
int c, d;
struct A
{
A() { ++c; }
~A() { ++d; }
};
A f()
{
A nrv;
throw 42;
return nrv;
}
int main
www.eeworm.com/read/340665/3273059
c unroll1.c
// PR optimization/12340
// Origin: Richard Guenther
// Testcase by Eric Botcazou
// This used to segfault on x86 because the loop optim
www.eeworm.com/read/340665/3273068
c noreturn-1.c
// PR optimization/12965
// Origin:
// Reduced testcase: Falk Hueffner
// This ICEd on Alpha because the reload pass emitted save/restore
// insns around a no
www.eeworm.com/read/340665/3273088
c stack1.c
// PR optimization/11198
// Origin: Joerg Walter
// Reduced testcase by: Volker Reichelt
// Wolfgang Bangerth
www.eeworm.com/read/340665/3273102
c cfg3.c
// PR optimization/11646
// Origin:
// This used to fail because the compiler inadvertently cleared
// the EDGE_ABNORMAL flag on a EDGE_EH edge and didn't delete
// unreachable blocks
www.eeworm.com/read/340665/3278726
c 20030221-1.c
/* PR optimization/8613 */
/* Contributed by Glen Nakamura */
extern void abort (void);
int main (void)
{
char buf[16] = "1234567890";
char *p = buf;
*p++ = (char) __builtin_strlen (buf);
www.eeworm.com/read/340665/3280002
c 20030314-1.c
/* PR optimization/8396 */
/* Originator: */
/* Verify that the tree inliner doesn't mess up the types
when passing the value of read-only constant arguments. */
static in
www.eeworm.com/read/340665/3280430
c 20031108-1.c
/* PR optimization/10467 */
/* { dg-do compile { target arm*-*-* xscale*-*-* strongarm*-*-* } } */
/* { dg-options "-O2 -mthumb" } */
typedef enum {Ident_1} Enumeration;
typedef struct record
{