代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/405816/2282813
c s16sprit.c
#include "driver.h"
/*
* Used by System 16 Sprite Drawing
*
* To Do:
* make more general
* optimize non-zoomed case
* rotation
*/
#define IS_OPAQUE(X) ((X+1) & 0xEE)
void drawgfx
www.eeworm.com/read/375613/2723653
pup makefile.pup
# Amiga powerUP (TM) Makefile
# makefile for libpng and SAS C V6.58/7.00 PPC compiler
# Copyright (C) 1998 by Andreas R. Kleinert
LIBNAME = libzip.a
CC = scppc
CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTG
www.eeworm.com/read/366702/2878051
c strcat.c
extern int inside_main;
extern void abort(void);
char *
strcat (char *dst, const char *src)
{
char *p = dst;
#ifdef __OPTIMIZE__
if (inside_main)
abort ();
#endif
while (*p)
p++;
www.eeworm.com/read/366702/2878056
c stpcpy.c
extern void abort (void);
extern int inside_main;
char *
stpcpy (char *dst, const char *src)
{
#ifdef __OPTIMIZE__
if (inside_main)
abort ();
#endif
while (*src != 0)
*dst++ = *src++;
www.eeworm.com/read/366702/2879879
c 20000922-1.c
extern void doit(int);
void
quick_doit(int x)
{
#ifdef __OPTIMIZE__
if (__builtin_constant_p (x)
&& x != 0)
asm volatile ("%0" : : "i#*X"(x));
else
#endif
doit(x);
}
www.eeworm.com/read/366702/2881659
c iftrap-2.c
/* Verify that we optimize to conditional traps. */
/* { dg-options "-O" } */
/* { dg-do compile { target rs6000-*-* powerpc*-*-* sparc*-*-* ia64-*-* } } */
/* { dg-final { scan-assembler-not "^\t(tr
www.eeworm.com/read/366702/2882549
c iftrap-1.c
/* Verify that we optimize to conditional traps. */
/* { dg-options "-O" } */
/* { dg-do compile { target rs6000-*-* powerpc*-*-* sparc*-*-* ia64-*-* } } */
/* { dg-final { scan-assembler-not "^\t(tr
www.eeworm.com/read/293183/8310234
m knnc.m
%KNNC K-Nearest Neighbor Classifier
%
% [W,k,e] = knnc(A,k)
%
% Computation of the k-nearest neigbor classifier for the dataset A.
% Default k: optimize leave-one-out error e. W is a mapping and
%
www.eeworm.com/read/415537/11064894
txt windows xp tweaks, a work in progress.txt
OK, every time I have to install, reinstall, or optimize someone elses XP setup I forget what I need to do, so I have to go throught dozens of magizines and find all the good useful tweaks that will s
www.eeworm.com/read/204456/15339329
m auclpm.m
function w = auclpm(x, C, rtype, par, unitnorm, usematlab)
%AUCLPM Find linear mapping with optimized AUC
%
% W = AUCLPM(X, C, RTYPE, PAR)
%
% Optimize the AUC on dataset X and reg. param. C. This