代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/233448/4685441
c 20031021-1.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
struct A
{
int i : 8;
};
signed char c1, c2;
struct A a;
int main()
{
a.i = c1;
c2 = a.i;
return a.i;
}
/* We shoul
www.eeworm.com/read/366702/2882900
c pr24117.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
typedef struct {
int x;
int z;
} Foo_t;
char *xm;
void bar(void);
void foo(void)
{
Foo_t x;
x.x = 1;
x.z = 2;
x
www.eeworm.com/read/366702/2883084
c 20031021-1.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
struct A
{
int i : 8;
};
signed char c1, c2;
struct A a;
int main()
{
a.i = c1;
c2 = a.i;
return a.i;
}
/* We shoul
www.eeworm.com/read/366702/2883144
c alias-4.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
struct {
int i;
struct {
int x[2];
} b;
} a;
int foo(void)
{
a.i = 1;
a.b.x[0] = 0;
a.b.x[1] = 1;
return a.i + a.b.x
www.eeworm.com/read/366702/2883310
c alias-10.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
struct {
int i;
int x[2];
int j;
} a;
int foo(int i)
{
a.i = 1;
a.j = 2;
a.x[i] = 0;
return a.i + a.j;
}
/* { dg-fina
www.eeworm.com/read/367274/9763760
asm floattest.asm
;Testname=optimized; Arguments=-Ox -felf -ofloattest.o; Files=stdout stderr floattest.o
; nasm -O99 -f elf32 floattest.asm
; ld -m elf_i386 -o floattest floattest.o -I/lib/ld-linux.so.2 -lc
gl
www.eeworm.com/read/203230/15363797
m chap10_3c.m
clear all;
close all;
load pfile;
alfa=0.05;
xite=0.85;
x=[0,0]';
M=1;
if M==1 %bi,ci optimized by GA
b=[p(1);p(2);p(3)];
c=[p(4) p(5) p(6);
p(7) p(8) p(9)];
w=[p(10
www.eeworm.com/read/251139/7807258
m os2ref.m
function[RMSEC,RMSEP]=os2ref(Xcal,ycal,Xval,yval);
% [RMSEC,RMSEP]=os2ref(Xcal,ycal,Xval,yval);
%
% Optimized scaling 2, T. V. Karstang, R. Manne, Chemolab 14 (1992) 165-173
% y=(x*b)./(x*c), b-regr
www.eeworm.com/read/14659/401174
xrf wch_fht.xrf
vendor_name = Synplicity
source_file = 0, noname, synplify
source_file = 1, d:\prj_d\example-s1-1\fht_example\after_optimized\wch_fht.v, synplify
design_name=wch_fht
instance = port, Clk, , wch_fh
www.eeworm.com/read/17906/766753
xrf wch_fht.xrf
vendor_name = Synplicity
source_file = 0, noname, synplify
source_file = 1, d:\prj_d\example-s1-1\fht_example\after_optimized\wch_fht.v, synplify
design_name=wch_fht
instance = port, Clk, , wch_fh