OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:O3
(Results
1 - 25
of
122
) sorted by null
1
2
3
4
5
/toolchain/binutils/binutils-2.25/config/
bootstrap-O3.mk
1
BOOT_CFLAGS := -
O3
$(filter-out -O%, $(BOOT_CFLAGS))
/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/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/lz4/programs/
Makefile
38
CFLAGS ?= -
O3
/external/autotest/client/site_tests/camera_V4L2/src/
Makefile
29
$(CXX) $(CXXFLAGS) -
O3
-o $@ $^ $(LDFLAGS)
32
$(CXX) $(CXXFLAGS) -
O3
-o $@ $^ $(LDFLAGS_UNITTEST)
35
$(CXX) $(CXXFLAGS) -
O3
-o $@ $^ $(LDFLAGS_HELPER)
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Makefile
4
clang++ toy.cpp -g -
O3
-rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit mcjit native irreader` -o toy
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Makefile
4
clang++ toy.cpp -g -
O3
-rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native` -o toy-mcjit
/external/compiler-rt/make/platform/
multi_arch.mk
11
CFLAGS.m32 := $(CFLAGS) -m32 -
O3
12
CFLAGS.m64 := $(CFLAGS) -m64 -
O3
/external/fec/
Android.mk
6
LOCAL_CFLAGS := -Wall -
O3
17
LOCAL_CFLAGS := -Wall -
O3
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Makefile
4
clang++ toy.cpp -g -
O3
-rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native` -o toy-mcjit
7
clang++ toy-jit.cpp -g -
O3
-rdynamic `llvm-config --cppflags --ldflags --libs core jit native` -o toy-jit
/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
...]
/packages/apps/Camera2/jni/
Android.mk
12
LOCAL_CFLAGS += -ffast-math -
O3
-funroll-loops
31
LOCAL_CFLAGS += -ffast-math -
O3
-funroll-loops
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Makefile
4
clang++ toy.cpp -g -
O3
-rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native irreader` -o toy-mcjit
7
clang++ toy-jit.cpp -g -
O3
-rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit native irreader` -o toy-jit
11
clang++ toy-jit.cpp -g -
O3
-rdynamic -fno-rtti -DDUMP_FINAL_MODULE `llvm-config --cppflags --ldflags --libs core jit native irreader` -o toy-ir-gen
/system/extras/memcpy-perf/
Android.mk
6
LOCAL_CFLAGS += -g -Wall -Werror -std=c++11 -Wno-missing-field-initializers -Wno-sign-compare -
O3
/system/extras/mmap-perf/
Android.mk
26
LOCAL_CFLAGS += -g -Wall -Werror -std=c++11 -Wno-missing-field-initializers -Wno-sign-compare -
O3
/system/extras/verity/fec/
Android.mk
20
LOCAL_CFLAGS += -Wall -Werror -
O3
39
LOCAL_CFLAGS += -Wall -Werror -
O3
-DIMAGE_NO_SPARSE=1
/external/autotest/client/site_tests/graphics_GLAPICheck/src/
Makefile
23
$(CXX) -
O3
-o $@ $^ -Wall $(LDFLAGS)
/external/flac/libFLAC/
Android.mk
28
LOCAL_CFLAGS += -
O3
-funroll-loops -finline-functions
/external/libutf/
Android.mk
33
LOCAL_CFLAGS += -
O3
$(utf_cflags)
/external/pdfium/third_party/
pdfiumbigint.mk
10
LOCAL_CFLAGS += -
O3
-fstrict-aliasing -fprefetch-loop-arrays -fexceptions
/external/zlib/
Android.mk
27
LOCAL_CFLAGS += -
O3
-DUSE_MMAP
46
LOCAL_CFLAGS += -
O3
-DUSE_MMAP
60
LOCAL_CFLAGS += -
O3
-DUSE_MMAP
72
LOCAL_CFLAGS += -
O3
-DUSE_MMAP
/packages/apps/Gallery2/jni_jpegstream/
Android.mk
20
LOCAL_CFLAGS += -ffast-math -
O3
-funroll-loops
Completed in 1469 milliseconds
1
2
3
4
5