代码搜索:optimization

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

代码结果 10,000
www.eeworm.com/read/373026/2767668

m min_vol_elp_finite_set.m

% Minimum volume ellipsoid covering a finite set % Section 8.4.1, Boyd & Vandenberghe "Convex Optimization" % Almir Mutapcic - 10/05 % (a figure is generated) % % Given a finite set of points x_i in R
www.eeworm.com/read/373026/2767683

m eucl_proj_cone1.m

% Euclidean projection on the nonnegative orthant % Section 8.1.1, Boyd & Vandenberghe "Convex Optimization" % Joelle Skaf - 10/07/05 % % The projection of x0 on the proper cone K = R+^n is given by %
www.eeworm.com/read/366702/2865235

c mmx-1.c

/* { dg-do compile } */ /* { dg-options "-O2 -mmmx" } */ /* Test that the intrinsics compile with optimization. All of them are defined as inline functions in mmintrin.h that reference the proper
www.eeworm.com/read/366702/2865257

c volatile-1.c

/* PR optimization/11381 */ /* Originator: */ /* { dg-do compile } */ /* { dg-options "-O" } */ /* Verify that the comparison is not optimized away. */ void foo(volatile u
www.eeworm.com/read/366702/2867336

c cfg2.c

// PR optimization/12215 // Origin: // Reduced testcase by Wolfgang Bangerth // This used to fail because the CSE pass destroyed the CFG in presence // of t
www.eeworm.com/read/366702/2867621

c pr20458.c

/* { dg-do run } */ /* { dg-options "-O2" } */ /* The tail call optimization would inapproriately tail call the destructors due to not recognizing a call clobbered variable */ namespace std { cl
www.eeworm.com/read/366702/2867686

c pr22444.c

// PR tree-optimization/22444 // When creating SFT's, we shouldn't add the original variable // to the addressable vars list, because this may cause false aliasing // with the subvars leading to the s
www.eeworm.com/read/366702/2877963

c 20030613-1.c

/* PR optimization/10955 */ /* Originator: */ /* This used to fail on SPARC32 at -O3 because the loop unroller wrongly thought it could eliminate a pseudo in a
www.eeworm.com/read/366702/2878366

c restrict-1.c

/* PR rtl-optimization/16536 Origin: Jeremy Denise Reduced: Wolfgang Bangerth Volker Reichelt
www.eeworm.com/read/366702/2878642

c pr28634.c

/* PR rtl-optimization/28634. On targets with delayed branches, dbr_schedule could do the next iteration's addition in the branch delay slot, then subtract the value again if the branch wasn