代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/367274/9763697
asm nop.asm
;Testname=unoptimized; Arguments=-fbin -onop.bin; Files=stdout stderr nop.bin
;Testname=optimized; Arguments=-fbin -onop.bin -Ox; Files=stdout stderr nop.bin
bits 64
nop
o64 nop
pau
www.eeworm.com/read/367274/9763722
asm objtest.asm
;Testname=unoptimized; Arguments=-O0 -fobj -oobj.o; Files=stdout stderr obj.o
;Testname=optimized; Arguments=-Ox -fobj -oobj.o; Files=stdout stderr obj.o
; test source file for assembling to Mic
www.eeworm.com/read/367274/9763808
asm elif.asm
;Testname=unoptimized; Arguments=-O0 -fobj -oelif.obj; Files=stdout stderr elif.obj
;Testname=optimized; Arguments=-Ox -fobj -oelif.obj; Files=stdout stderr elif.obj
%macro DosPrintMsg 1+
%ifni
www.eeworm.com/read/367274/9763833
asm movimm.asm
;Testname=unoptimized; Arguments=-fbin -omovimm.bin -O0; Files=stdout stderr movimm.bin
;Testname=optimized; Arguments=-fbin -omovimm.bin -Ox; Files=stdout stderr movimm.bin
bits 64
mov rax,1
www.eeworm.com/read/270032/11050500
c fixpoint.c
#include
#include
#include
#include "fixpoint.h"
/* A non-optimized fixpoint pkg, with some overflow checking. */
#define TwosComplement(_x_) (-(_x_))
int fp_verbose;
www.eeworm.com/read/108017/15596261
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_ma
www.eeworm.com/read/169081/9881504
h kiss_fftr.h
#ifndef KISS_FTR_H
#define KISS_FTR_H
#include "kiss_fft.h"
#ifdef __cplusplus
extern "C" {
#endif
/*
Real optimized version can save about 45% cpu time vs. complex fft of a real seq.
www.eeworm.com/read/165020/10078749
linux makefile.linux
CC= gcc
#should be OK in most situations:
#CFLAGS= -O
# HP/UX 9.0X optimized code
#CFLAGS= +O3 +Oaggressive +Olibcalls -Aa -D_POSIX_SOURCE -DCHECK +FP VZOUiD
# HP/UX 9.0X debugging
#CFLAGS=
www.eeworm.com/read/280774/10292538
h kiss_fftr.h
#ifndef KISS_FTR_H
#define KISS_FTR_H
#include "kiss_fft.h"
#ifdef __cplusplus
extern "C" {
#endif
/*
Real optimized version can save about 45% cpu time vs. complex fft of a real seq.
www.eeworm.com/read/466466/7035623
h kiss_fftr.h
#ifndef KISS_FTR_H
#define KISS_FTR_H
#include "kiss_fft.h"
#ifdef __cplusplus
extern "C" {
#endif
/*
Real optimized version can save about 45% cpu time vs. complex fft of a real seq.