代码搜索:optimized

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

代码结果 6,562
www.eeworm.com/read/227881/14406964

m crosscorr_ce_40.m

%Autocorrelation peak sidelobe levels and cross-correlation peak for CE %optimized polyphase sequences of length =L, M=M, f=4 clear, close all; L=128; M=3; S=CE_seq(L); nfft=2*L-1; srfft=zero
www.eeworm.com/read/116193/14983524

cpp fnt.cpp

#include "ap.h" // Un-optimized basic fnt functions void fnt (modint data[], modint pr, int isign, size_t nn, int s) { size_t m, i, j, istep, mmax; modint w, z, a, b; if (nn
www.eeworm.com/read/470917/1442455

implies

# Due to the reordering and the other nifty extensions in the i686 it is # not really good to use heavily i586 optimized code on a i686. It's # better to use i486/i386 code. i386/i486
www.eeworm.com/read/250243/4434170

s u3copy_from_user.s

/* U3copy_from_user.S: UltraSparc-III optimized copy from userspace. * * Copyright (C) 1999, 2000, 2004 David S. Miller (davem@redhat.com) */ #define EX_LD(x) \ 98: x; \ .section .fixup; \ .a
www.eeworm.com/read/237551/4626567

implies

# Due to the reordering and the other nifty extensions in the i686 it is # not really good to use heavily i586 optimized code on a i686. It's # better to use i486/i386 code. i386/i486
www.eeworm.com/read/233448/4684987

c ssa-chrec-07.c

/* APPLE LOCAL file lno */ /* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ void remove_me (void); int main(void) { int a = -100; int b = 2; int d = -1; int e = -100
www.eeworm.com/read/233448/4684997

c ssa-chrec-04.c

/* APPLE LOCAL file lno */ /* { dg-do compile } */ /* { dg-options "-O1 -floop-test -fdump-tree-lptest-details -fdump-tree-optimized" } */ void remove_me (void); int main(void) { int a; int b =
www.eeworm.com/read/233448/4685010

c ssa-chrec-57.c

/* APPLE LOCAL file lno */ /* { dg-do compile } */ /* { dg-options "-O1 -floop-test -fdump-tree-optimized" } */ void remove_me (void); int main (void) { int a = -100; int b = 0; int c = 3;
www.eeworm.com/read/233448/4685014

c ssa-chrec-56.c

/* APPLE LOCAL file lno */ /* { dg-do compile } */ /* { dg-options "-O1 -floop-test -fdump-tree-optimized" } */ void remove_me (void); int main (void) { int a = -100; int b = 0; int c = 3;
www.eeworm.com/read/233448/4685017

c ssa-chrec-08.c

/* APPLE LOCAL file lno */ /* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ void remove_me (void); int main(void) { int a = -100; int b = 2; int c = 3; int d = -5;