代码搜索:constructs

找到约 1,240 项符合「constructs」的源代码

代码结果 1,240
www.eeworm.com/read/162614/5517519

c g++-bprob-1.c

/* Check that various C constructs (in C++) don't cause problems for * profile-directed block ordering. Most of this test is the same as bprob-1.c and gcov-4.c in gcc.misc-tests. The "count"
www.eeworm.com/read/340665/3272812

c g++-bprob-1.c

/* Check that various C constructs (in C++) don't cause problems for * profile-directed block ordering. Most of this test is the same as bprob-1.c and gcov-4.c in gcc.misc-tests. The "count"
www.eeworm.com/read/440906/1774409

c g++-bprob-1.c

/* Check that various C constructs (in C++) don't cause problems for * profile-directed block ordering. Most of this test is the same as bprob-1.c and gcov-4.c in gcc.misc-tests. The "count"
www.eeworm.com/read/432926/1886085

pde iteration.pde

/** * Iteration. * * Iteration with a "for" structure constructs repetitive forms. */ int k; int xpos1 = 100; int xpos2 = 118; int count = 0; int timey = 0; int num = 12; size(200, 200);
www.eeworm.com/read/376006/2718211

sql union.sql

-- -- UNION (also INTERSECT, EXCEPT) -- -- Simple UNION constructs SELECT 1 AS two UNION SELECT 2; SELECT 1 AS one UNION SELECT 1; SELECT 1 AS two UNION ALL SELECT 2; SELECT 1 AS two UNION ALL SE
www.eeworm.com/read/366702/2865990

c g++-bprob-1.c

/* Check that various C constructs (in C++) don't cause problems for * profile-directed block ordering. Most of this test is the same as bprob-1.c and gcov-4.c in gcc.misc-tests. The "count"
www.eeworm.com/read/366702/2877692

f90 where_nested_1.f90

! { dg-do compile } ! PR 25423: Nested WHERE constructs. program nested_where implicit none integer :: a(4) logical :: mask1(4) = (/.TRUE., .TRUE., .FALSE., .FALSE./), & ma
www.eeworm.com/read/366702/2881011

c pr25682.c

/* PR c/25682 */ /* { dg-do compile } */ /* Test whether we don't ICE on questionable constructs where offsetof should have been used instead. */ struct S { char a[4]; int b; }; char c[(char
www.eeworm.com/read/394659/8214567

m cluster.m

function T = cluster(Z, cutoff, depth) %CLUSTER Construct clusters from LINKAGE output. % T = CLUSTER(Z, CUTOFF) constructs clusters from cluster tree Z. Z % is a matrix of size M-1 by 3, gene
www.eeworm.com/read/369219/9659160

m cluster.m

function T = cluster(Z, cutoff, depth) %CLUSTER Construct clusters from LINKAGE output. % T = CLUSTER(Z, CUTOFF) constructs clusters from cluster tree Z. Z % is a matrix of size M-1 by 3, gene