代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/398634/2375307
test mysqlcheck.test
# Embedded server doesn't support external clients
--source include/not_embedded.inc
#
# Bug #13783 mysqlcheck tries to optimize and analyze information_schema
#
--replace_result 'Table is already u
www.eeworm.com/read/373412/2762111
h pluginex.h
#ifndef __PluginEx_h__
#define __PluginEx_h__
#ifdef NDEBUG
#pragma optimize("gsy",on)
#pragma comment(linker,"/IGNORE:4078 /IGNORE:4089")
#pragma comment(linker,"/RELEASE")
#pragma comment(li
www.eeworm.com/read/373411/2762154
h pluginex.h
#ifndef __PluginEx_h__
#define __PluginEx_h__
#ifdef NDEBUG
#pragma optimize("gsy",on)
#pragma comment(linker,"/IGNORE:4078 /IGNORE:4089")
#pragma comment(linker,"/RELEASE")
#pragma comment(li
www.eeworm.com/read/373367/2762782
todo
Area Reduction
==============
Reduce one or both stages of dec/interp to max rate of 8 instead of 16
Optimize CICs to minimize registers
Reduce width of RX CORDIC
Fix CORDIC wasted logic cells from
www.eeworm.com/read/366702/2869487
c pmf5.c
// { dg-do run }
// 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(
www.eeworm.com/read/158872/5592402
in makefile.in
VPATH = @srcdir@
srcdir = @srcdir@
EXECUTABLES = exception namespace optimize run
all:
@echo "Nothing to be done for all..."
info:
install-info:
dvi:
install:
uninstall: force
installcheck:
check:
www.eeworm.com/read/172172/9722147
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/367440/9748529
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/170835/9785988
makefile
PRG = 15.3
OBJ = 15.3.o
MCU_TARGET = atmega128
OPTIMIZE = -O2
DEFS =
LIBS =
# You should not have to change anything below here.
CC
www.eeworm.com/read/285727/8821524
makefile
PRG = step_motor
OBJ = step_motor.o
MCU_TARGET = atmega128
OPTIMIZE = -O2
DEFS =
LIBS =
# You should not have to change anything below her