代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/152843/5657154
c io.c
#include
#include
#include
#include
/*
* Copy data from IO memory space to "real" memory space.
* This needs to be optimized.
*/
void
www.eeworm.com/read/152843/5658500
s copy_page.s
/* clear_page.S: UltraSparc optimized copy page.
*
* Copyright (C) 1996, 1998, 1999, 2000, 2004 David S. Miller (davem@redhat.com)
* Copyright (C) 1997 Jakub Jelinek (jakub@redhat.com)
*/
#includ
www.eeworm.com/read/152843/5658517
s clear_page.s
/* clear_page.S: UltraSparc optimized clear page.
*
* Copyright (C) 1996, 1998, 1999, 2000, 2004 David S. Miller (davem@redhat.com)
* Copyright (C) 1997 Jakub Jelinek (jakub@redhat.com)
*/
#inclu
www.eeworm.com/read/152843/5659523
s strncmp.s
/* $Id: strncmp.S,v 1.2 1996/09/09 02:47:20 davem Exp $
* strncmp.S: Hand optimized Sparc assembly of GCC output from GNU libc
* generic strncmp routine.
*/
.text
.align 4
.global __
www.eeworm.com/read/370044/9621716
c lzmadecode.c
/*
LzmaDecodeSize.c
LZMA Decoder (optimized for Size version)
LZMA SDK 4.40 Copyright (c) 1999-2006 Igor Pavlov (2006-05-01)
http://www.7-zip.org/
LZMA SDK is licensed under two licenses
www.eeworm.com/read/172471/9706357
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/172137/9723693
js menu.js
// Title: tigra menu
// Description: See the demo at url
// URL: http://www.softcomplex.com/products/tigra_menu/
// Version: 2.0 (size optimized version)
// Date: 04-05-2003 (mm-dd-yyyy)
// Tech. Supp
www.eeworm.com/read/367274/9763675
asm elfso.asm
;Testname=unoptimized; Arguments=-O0 -felf -oelfso.o; Files=stdout stderr elfso.o
;Testname=optimized; Arguments=-Ox -felf -oelfso.o; Files=stdout stderr elfso.o
; test source file for assemblin
www.eeworm.com/read/367274/9763693
asm fmsub.asm
;Testname=unoptimized; Arguments=-O0 -fbin -ofmsub.bin; Files=stdout stderr fmsub.bin
;Testname=optimized; Arguments=-Ox -fbin -ofmsub.bin; Files=stdout stderr fmsub.bin
bits 64
fmsubps xmm
www.eeworm.com/read/367274/9763744
asm float.asm
;Testname=unoptimized; Arguments=-O0 -fbin -ofloat.bin; Files=stdout stderr float.bin
;Testname=optimized; Arguments=-Ox -fbin -ofloat.bin; Files=stdout stderr float.bin
;
; Test of floating-po