代码搜索:optimizations

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

代码结果 908
www.eeworm.com/read/233448/4684194

c range-test-1.c

/* Test fold-const.c (fold_range_test) optimizations. */ /* { dg-do run } */ /* { dg-options "-O2" } */ #include #include #include #if (INT_MAX == 2147483647) && (IN
www.eeworm.com/read/162614/5529212

c range-test-1.c

/* Test fold-const.c (fold_range_test) optimizations. */ /* { dg-do run } */ /* { dg-options "-O2" } */ #include #include #include #if (INT_MAX == 2147483647) && (IN
www.eeworm.com/read/366702/2880886

c fold-div-1.c

/* { dg-do compile } */ /* { dg-options "-funsafe-math-optimizations -fdump-tree-gimple" } */ float f(float x) { return x/2 + x/3; } float g(float x) { return 2/x + 3/x; } float h(float x) {
www.eeworm.com/read/366702/2881029

c pr17024-1.c

/* PR middle-end/17024 */ /* { dg-do compile } */ /* { dg-options "-funsafe-math-optimizations" } */ #define MAX2(a,b) (((a)>(b)) ? (a) : (b)) void C(double); void i(int k) { double c[1]; C(MAX2(
www.eeworm.com/read/366702/2881284

c pr21921.c

/* { dg-do compile } */ /* { dg-options "-O1 -funsafe-math-optimizations" } */ void Q (double *s, double h) { int i; if (h > 1) h = h - 1; for (i = 1; i < 3; i++) if (s[i] / h > 0)
www.eeworm.com/read/366702/2881300

c range-test-1.c

/* Test fold-const.c (fold_range_test) optimizations. */ /* { dg-do run } */ /* { dg-options "-O2" } */ #include #include #include #if (INT_MAX == 2147483647) && (IN
www.eeworm.com/read/366702/2883240

c pr19210-1.c

/* { dg-do compile } */ /* { dg-options "-O2 -Wunsafe-loop-optimizations" } */ extern void g(void); void f (unsigned n) { unsigned k; for(k = 0;k
www.eeworm.com/read/215896/4900370

makefile

include ../../optimizations.mk include ../../definitions.mk MAKE= TARGETS= mm1 mm1-comp mm1-server mmm1 CXX_FILES=$(TARGETS:%=%.cxx) all: $(TARGETS) $(CXX_FILES): %.cxx : %.cc $(COMPCXX) $< $(TAR
www.eeworm.com/read/209910/4956127

makefile

include ../../optimizations.mk include ../../definitions.mk MAKE= TARGETS= mm1 mm1-comp mm1-server mmm1 CXX_FILES=$(TARGETS:%=%.cxx) all: $(TARGETS) $(CXX_FILES): %.cxx : %.cc $(COMPCXX) $< $(TAR
www.eeworm.com/read/442656/1755157

s cccp.s

file "cccp.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