代码搜索:optimized

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

代码结果 6,562
www.eeworm.com/read/367274/9763750

asm floatize.asm

;Testname=unoptimized; Arguments=-O0 -fbin -ofloatize.bin; Files=stdout stderr floatize.bin ;Testname=optimized; Arguments=-Ox -fbin -ofloatize.bin; Files=stdout stderr floatize.bin %assign x13
www.eeworm.com/read/367274/9763796

asm mmxsize.asm

;Testname=unoptimized; Arguments=-fbin -ommxsize.bin -O0; Files=stdout stderr mmxsize.bin ;Testname=optimized; Arguments=-fbin -ommxsize.bin -Ox; Files=stdout stderr mmxsize.bin bits 32 movd mm
www.eeworm.com/read/134894/13971728

m optexampfunction.m

% Function to be optimized: % Author: K. Passino, Version: 3/24/00 function J=optexampfunction(theta) % An example function to optimize: J=... +5*exp(-0.1*((theta(1,1)-15)^2+(theta(2,1)-20)^2))..
www.eeworm.com/read/134894/13971739

m optexampfunction3.m

% Function to be optimized: % Author: K. Passino, Version: 3/24/00 function J=optexampfunction(theta) % An example function to optimize: J=... +5*exp(-0.1*((theta(1,1)-15)^2+(theta(2,1)-20)^2))..
www.eeworm.com/read/134894/13971748

m optexampfunction1.m

% Function to be optimized: % Author: K. Passino, Version: 3/24/00 function J=optexampfunction(theta) % An example function to optimize: J=... +5*exp(-0.1*((theta(1,1)-15)^2+(theta(2,1)-20)^2))..
www.eeworm.com/read/134894/13971890

m optexampfunction2.m

% Function to be optimized: % Author: K. Passino, Version: 3/24/00 function J=optexampfunction(theta) % An example function to optimize: J=... +5*exp(-0.1*((theta(1,1)-15)^2+(theta(2,1)-20)^2))..
www.eeworm.com/read/112777/15477050

c gvmat32c.c

/* gvmat32.c -- C portion of the optimized longest_match for 32 bits x86 * Copyright (C) 1995-1996 Jean-loup Gailly and Gilles Vollant. * File written by Gilles Vollant, by modifiying the longest_
www.eeworm.com/read/104466/15691626

c qpel.c

/* this is optimized for sh, which have post increment addressing (*p++) some cpu may be index (p[n]) faster than post increment (*p++) */ #define LD(adr) *(uint32_t*)(adr) #define PIXOP2(OPNAME,
www.eeworm.com/read/100150/15882077

c gvmat32c.c

/* gvmat32.c -- C portion of the optimized longest_match for 32 bits x86 * Copyright (C) 1995-1996 Jean-loup Gailly and Gilles Vollant. * File written by Gilles Vollant, by modifiying the longest_
www.eeworm.com/read/100148/15882585

s match.s

* match.s -- optional optimized asm version of longest match in deflate.c * Copyright (C) 1992-1993 Jean-loup Gailly * * Adapted for X68000 by NIIMI Satoshi * Adapted for the