代码搜索:optimized

找到约 6,562 项符合「optimized」的源代码

代码结果 6,562
www.eeworm.com/read/371958/9528796

c pushpop.c

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + pushpop.c - this file implements stack instructions
www.eeworm.com/read/316707/13518424

c pushpop.c

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + pushpop.c - this file implements stack instructions
www.eeworm.com/read/140847/5779277

m prob_cpt.m

function p = prob_CPT(CPD, x) % PROB_CPT Lookup the prob. of a family value in a tabular CPD % p = prob_CPT(CPD, x) % % This is a version of prob_CPD optimized for tables. switch length(x) case 1, p
www.eeworm.com/read/133943/5897461

m prob_cpt.m

function p = prob_CPT(CPD, x) % PROB_CPT Lookup the prob. of a family value in a tabular CPD % p = prob_CPT(CPD, x) % % This is a version of prob_CPD optimized for tables. switch length(x) case 1, p
www.eeworm.com/read/132069/5925572

pcf win.pcf

# # ***** BEGIN LICENSE BLOCK ***** # Version: RCSL 1.0/RPSL 1.0 # # Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. # # The contents of this file, and the f
www.eeworm.com/read/257924/11906128

c pushpop.c

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + pushpop.c - this file implements stack instructions
www.eeworm.com/read/257921/11906379

c pushpop.c

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + pushpop.c - this file implements stack instructions
www.eeworm.com/read/249982/12443549

m prob_cpt.m

function p = prob_CPT(CPD, x) % PROB_CPT Lookup the prob. of a family value in a tabular CPD % p = prob_CPT(CPD, x) % % This is a version of prob_CPD optimized for tables. switch length(x) case 1, p
www.eeworm.com/read/162614/5517067

c volatile-1.c

/* PR optimization/11381 */ /* Originator: */ /* { dg-do compile { target i?86-*-* x86_64-*-* } } */ /* { dg-options "-O" } */ /* Verify that the comparison is not optimize
www.eeworm.com/read/162614/5529993

c inliner-1.c

/* { dg-options "-O2 -fdump-tree-optimized" } */ int a; int b[100]; void abort (void); inline void cold_function () { int i; for (i = 0; i < 99; i++) if (b[i] / (b[i+1] + 1)) abort ();