/toolchain/binutils/binutils-2.27/config/ |
bootstrap-O3.mk | 1 BOOT_CFLAGS := -O3 $(filter-out -O%, $(BOOT_CFLAGS))
|
/external/ltp/tools/pounder21/src/mem_alloc_test/ |
Makefile | 20 CFLAGS += -O3
|
/external/ltp/tools/pounder21/src/memxfer5b/ |
Makefile | 21 CFLAGS += -O3
|
/external/eigen/bench/ |
benchmark_suite | 4 $CXX -O3 -I .. -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark >/dev/null 6 $CXX -O3 -I .. benchmark.cpp -o benchmark && time ./benchmark >/dev/null 8 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark >/dev/null 10 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR benchmark.cpp -o benchmark && time ./benchmark >/dev/null 12 $CXX -O3 -I .. -DNDEBUG benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev/null 14 $CXX -O3 -I .. benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev/null 16 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR -DNDEBUG benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev/null 18 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev/null
|
bench_unrolling | 9 $CXX -O3 -I.. -DNDEBUG benchmark.cpp -DMATSIZE=$i -DEIGEN_UNROLLING_LIMIT=400 -o benchmark && time ./benchmark >/dev/null 10 $CXX -O3 -I.. -DNDEBUG -finline-limit=10000 benchmark.cpp -DMATSIZE=$i -DEIGEN_DONT_USE_UNROLLED_LOOPS=1 -o benchmark && time ./benchmark >/dev/null
|
/external/ltp/tools/pounder21/src/randacoords/ |
Makefile | 21 CFLAGS += -O3 -Wall
|
/external/ltp/tools/pounder21/src/randasyscall/ |
Makefile | 21 CFLAGS += -O3 -Wall
|
/external/ltp/tools/pounder21/src/time_tests/ |
Makefile | 22 CFLAGS += -O3
|
/external/cblas/ |
Makefile.LINUX | 40 CFLAGS = -O3 -DADD_ 41 FFLAGS = -O3
|
Makefile.SGI64 | 40 CFLAGS = -O3 -DADD_ -64 -mips4 -r10000 41 FFLAGS = -O3 -64 -mips4 -r10000
|
Makefile.in | 40 CFLAGS = -O3 -DADD_ 41 FFLAGS = -O3
|
/external/capstone/suite/arm/ |
Makefile | 6 ${CC} $< -O3 -Wall -l$(LIBNAME) -o $@
|
/external/capstone/suite/benchmark/ |
Makefile | 6 ${CC} $< -O3 -Wall -l$(LIBNAME) -o $@
|
/external/capstone/suite/fuzz/ |
Makefile | 4 ${CC} $< -O3 -Wall -l$(LIBNAME) -o $@
|
/external/capstone/suite/regress/ |
Makefile | 4 ${CC} $< -O3 -Wall -l$(LIBNAME) -o $@
|
/external/compiler-rt/make/platform/ |
multi_arch.mk | 11 CFLAGS.m32 := $(CFLAGS) -m32 -O3 12 CFLAGS.m64 := $(CFLAGS) -m64 -O3
|
/external/ltp/tools/pounder21/src/cpufreq/ |
Makefile | 22 CFLAGS += -O3 -Wall
|
/external/ltp/tools/pounder21/src/ramsnake/ |
Makefile | 21 CFLAGS += -O3 -Wall
|
/external/ltp/tools/pounder21/src/xbonkers/ |
Makefile | 21 CFLAGS += -O3 -Wall
|
/external/webp/src/dsp/ |
mips_macro.h | 41 #define LOAD_WITH_OFFSET_X4(O0, O1, O2, O3, \ 46 "ulw %[" #O3 "], " #I4 "+" XSTR(I9) "*" #I8 "(%[" #I0 "]) \n\t" 51 #define MUL_SHIFT_SUM(O0, O1, O2, O3, O4, O5, O6, O7, \ 57 "mul %[" #O3 "], %[" #I1 "], %[kC1] \n\t" \ 65 "sra %[" #O3 "], %[" #O3 "], 16 \n\t" \ 84 #define SRA_16(O0, O1, O2, O3, \ 89 "sra %[" #O3 "], %[" #I3 "], 16 \n\t" 97 #define SHIFT_R_SUM_X2(O0, O1, O2, O3, O4, O5, O6, O7, \ 102 "subq.ph %[" #O3 "], %[" #I1 "], %[" #I5 "] \n\t" [all...] |
/external/libyuv/files/util/ |
Makefile | 5 $(CXX) -msse2 -O3 -fopenmp -static -o psnr psnr.cc ssim.cc psnr_main.cc -Wl,--strip-all
|
/system/extras/memcpy-perf/ |
Android.mk | 5 LOCAL_CFLAGS += -g -Wall -Werror -Wno-missing-field-initializers -Wno-sign-compare -O3
|
/external/freetype/builds/compiler/ |
gcc.mk | 64 CFLAGS ?= -c -g -O3 -Wall
|
/packages/apps/Camera2/jni/ |
Android.mk | 12 LOCAL_CFLAGS += -ffast-math -O3 -funroll-loops 29 LOCAL_CFLAGS += -ffast-math -O3 -funroll-loops
|
/system/extras/mmap-perf/ |
Android.mk | 26 LOCAL_CFLAGS += -g -Wall -Werror -Wno-missing-field-initializers -Wno-sign-compare -O3
|