代码搜索:optimizations

找到约 908 项符合「optimizations」的源代码

代码结果 908
www.eeworm.com/read/442656/1755158

s short.s

file "short.i" data ; cc1 (2.7.2.2) arguments: -O -fdefer-pop -fomit-frame-pointer ; -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations ; -fthread-jumps -fstrength-reduce -funroll-loops
www.eeworm.com/read/366702/2883015

c recip-1.c

/* { dg-do compile } */ /* { dg-options "-O1 -funsafe-math-optimizations -fdump-tree-recip" } */ float e(float *x, float *y, float *z) { float m = __builtin_sqrt (*x * *x + *y * *y + *z * *z); *x
www.eeworm.com/read/396796/8089997

c libfbx-ati.c

/* * libfbx-ati.c -- ati optimizations for libfbx * (C)opyright 2001 U4X Labs * * Written by: Paul Mundt * * $Id: libfbx-ati.c,v 1.5 2001/03/03 01:34:43 lethal Exp $ *
www.eeworm.com/read/396796/8090013

h libfbx-mga.h

/* * libfbx-mga.h -- Primary header for mga optimizations * (C)opyright 2001 U4X Labs * * Written by: Paul Mundt * * $Id: libfbx-mga.h,v 1.15 2001/03/03 01:34:43 lethal
www.eeworm.com/read/162614/5518331

c range-test-1.c

// Test fold-const.c (fold_range_test) optimizations. // { dg-do run } */ // { dg-options "-O2" } */ #ifndef __RANGE_TEST_HDR_INCL #define __RANGE_TEST_HDR_INCL /* Protect against fix-header weakness
www.eeworm.com/read/283355/4079922

patch callahan.patch

Signed-off-by: dank@kegel.com Fixes ld speed issue. See http://weblogs.mozillazine.org/roc/archives/2005/02/optimizing_gnu.html See thread "Re: optimizations for 3x speedup in ld", http://sources.red
www.eeworm.com/read/283355/4080120

patch ld-2.15-callahan.patch

Signed-off-by: dank@kegel.com Fixes ld speed issue. See http://weblogs.mozillazine.org/roc/archives/2005/02/optimizing_gnu.html See thread "Re: optimizations for 3x speedup in ld", http://sources.red
www.eeworm.com/read/366702/2867337

c range-test-1.c

// Test fold-const.c (fold_range_test) optimizations. // { dg-do run } */ // { dg-options "-O2" } */ #ifndef __RANGE_TEST_HDR_INCL #define __RANGE_TEST_HDR_INCL /* Protect against fix-header weakness
www.eeworm.com/read/366702/2882925

c recip-4.c

/* { dg-do compile } */ /* { dg-options "-O1 -fno-trapping-math -funsafe-math-optimizations -fdump-tree-recip" } */ /* based on the test case in pr23109 */ double F[2] = { 0., 0. }, e = 0.; /* Nope
www.eeworm.com/read/430698/8733515

txt md5碰撞的程序(c源代码).txt

根据王小云教授的算法写的MD5碰撞的程序[c源代码] /* MD5 Collision Generator by Patrick Stach * Implementation of paper by Xiaoyun Wang, et all. * * A few optimizations to make the solving method