代码搜索:optimization
找到约 10,000 项符合「optimization」的源代码
代码结果 10,000
www.eeworm.com/read/373026/2767663
m eucl_proj_rect.m
% Euclidean projection on a rectangle
% Section 8.1.1, Boyd & Vandenberghe "Convex Optimization"
% Joelle Skaf - 10/07/05
%
% The projection of x0 on a rectangle C = {x | l
www.eeworm.com/read/373026/2767665
m eucl_proj_hlf.m
% Euclidean projection on a halfspace
% Sec. 8.1.1, Boyd & Vandenberghe "Convex Optimization"
% Joelle Skaf - 10/04/05
%
% The projection of x0 on a halfspace C = {x | a'*x
www.eeworm.com/read/366702/2865363
c sparc-constant-1.c
/* PR optimization/10876 */
/* { dg-do compile } */
/* Verify that adding the constant 4096 is turned
into substracting the constant -4096. */
int foo(int a)
{
return a+4096;
}
/* { dg-final
www.eeworm.com/read/366702/2879878
c 20031011-1.c
/* PR optimization/12544 */
/* Origin: Tony Hosking */
/* Verify that non-local structures passed by invisible
reference are correctly put in the stack. */
typedef struct
www.eeworm.com/read/366702/2881871
c pr10392-1.c
/* PR optimization/10392
* Reporter: marcus@mc.pp.se
* Summary: [3.3/3.4 regression] [SH] optimizer generates faulty array indexing
* Description:
* The address calculation of an index operation o
www.eeworm.com/read/366702/2883273
c pr21294.c
/* PR tree-optimization/21294
VRP did not notice that an address of the form &p->i is nonnull
when p is known to be nonnull. In this testcase, noticing that
allows us to eliminate the second
www.eeworm.com/read/366702/2883314
c pr20702.c
/* PR tree-optimization/20702
VRP did not insert ASSERT_EXPRs into dominator dominator children
of a basic block ending with COND_EXPR unless the children are also
immediate successors of the
www.eeworm.com/read/366702/2883660
c overflow-1.c
/* PR optimization/13318 */
/* Origin: */
/* Reduced testcase: Wolfgang Bangerth */
/* Verify that the big multiplier doesn't cause an integer
overflow in th
www.eeworm.com/read/366702/2884036
c mi6.c
/* Another test case for over-eager multiple include optimization,
where the leading "#if !defined" expression is obtained partially,
or wholly, from macros. Neil Booth, 30 Sep 2001. */
/* {
www.eeworm.com/read/366702/2884238
c mi6.c
/* Another test case for over-eager multiple include optimization,
where the leading "#if !defined" expression is obtained partially,
or wholly, from macros. Neil Booth, 30 Sep 2001. */
/* {