代码搜索:optimize

找到约 6,026 项符合「optimize」的源代码

代码结果 6,026
www.eeworm.com/read/190666/5178057

c string-opt-16.c

/* Copyright (C) 2001 Free Software Foundation. Ensure that builtin memcmp operations when all three arguments are constant is optimized and performs correctly. Taken from PR optimize/3508
www.eeworm.com/read/182103/5270789

c memcpy.c

/* * C library memcpy routine * * This routine has code to optimize performance on the CPU32+ * and another version for other 68k machines. * * It could be optimized more for machines with M
www.eeworm.com/read/340665/3278756

c string-opt-16.c

/* Copyright (C) 2001 Free Software Foundation. Ensure that builtin memcmp operations when all three arguments are constant is optimized and performs correctly. Taken from PR optimize/3508
www.eeworm.com/read/321483/3535648

pl mpeix.pl

# Fall back to -O optimization to avoid known gcc 2.8.0 -O2 problems on MPE/iX. # Mark Bixby $self->{OPTIMIZE} = '-O';
www.eeworm.com/read/440906/1780389

c string-opt-16.c

/* Copyright (C) 2001 Free Software Foundation. Ensure that builtin memcmp operations when all three arguments are constant is optimized and performs correctly. Taken from PR optimize/3508
www.eeworm.com/read/438718/1822757

py jpeg.py

# Implement 'jpeg' interface using SGI's compression library # XXX Options 'smooth' and 'optimize' are ignored. # XXX It appears that compressing grayscale images doesn't work right; # XXX the resul
www.eeworm.com/read/438718/1822791

py jpeg.py

# Implement 'jpeg' interface using SGI's compression library # XXX Options 'smooth' and 'optimize' are ignored. # XXX It appears that compressing grayscale images doesn't work right; # XXX the resul
www.eeworm.com/read/172975/9681239

m gademo2.m

% GADEMO2 clf; figure(gcf); echo on clc % This demonstration show the use of the genetic toolbox to optimize a % multi-dimensional non-convex function. % The function is coded in the coranaEva
www.eeworm.com/read/249498/12491738

cpp menuorder.cpp

#include "stdafx.h" #include "Menuorder.h" #pragma optimize( "s", on) char MENU_ORDER_KEY[] = "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MenuOrder\\Favorites\\"; DWORD GetDWORD
www.eeworm.com/read/202785/15373074

m gademo2.m

% GADEMO2 clf; figure(gcf); echo on clc % This demonstration show the use of the genetic toolbox to optimize a % multi-dimensional non-convex function. % The function is coded in the coranaEva