代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/340665/3273870
c pmf5.c
// Bug: g++ expanded b->member() multiple times, causing the optimizer to
// decide that things weren't related and optimize 'die' into an infinite
// loop.
struct A {
virtual ~A() { }
void f (bo
www.eeworm.com/read/325387/3484328
bcc
# Copyright (C) Igor Sysoev
# Borland C++ 5.5
# optimizations
# maximize speed
CFLAGS="$CFLAGS -O2"
case $CPU in
pentium)
# optimize for Pentium and Athlon
CPU_OPT="-5"
;
www.eeworm.com/read/440906/1775502
c pmf5.c
// Bug: g++ expanded b->member() multiple times, causing the optimizer to
// decide that things weren't related and optimize 'die' into an infinite
// loop.
struct A {
virtual ~A() { }
void f (bo
www.eeworm.com/read/401534/2339766
txt optimization.txt
optimization Tips (for libavcodec):
What to optimize:
if u plan to do non-x86 architecture specific optimiztions (SIMD normally) then
take a look in the i386/ directory, as most important functions a
www.eeworm.com/read/334559/12589865
h youhua.h
#ifdef NDEBUG
#pragma optimize("gsy",on)
#pragma comment(linker,"/RELEASE")
#ifdef _MERGE_RDATA_
#pragma comment(linker,"/merge:.rdata=.data")
#endif
#pragma comment(linker,"/merge:.text=.data
www.eeworm.com/read/110716/15527259
vhd i8051_ctr.vhd
-- Modification by Koay Kah Hoe
-- Optimize for Xilinx Spartan II FPGA implementation
-- Version : 2.9a
--
-- Copyright (c) 1999-2001 Tony Givargis. Permission to copy is granted
-- provided that thi
www.eeworm.com/read/428451/8867322
m bay_initlssvm.m
function [model, ss] = bay_initlssvm(model)
% Initialize the hyperparameters [$ \gamma$] and [$ \sigma^2$] before optimization with bay_optimize
%
% >> [gam, sig2] = bay_initlssvm({X,Y,type,[],[]})
www.eeworm.com/read/427586/8932192
m bay_initlssvm.m
function [model, ss] = bay_initlssvm(model)
% Initialize the hyperparameters [$ \gamma$] and [$ \sigma^2$] before optimization with bay_optimize
%
% >> [gam, sig2] = bay_initlssvm({X,Y,type,[],[]})