HomeSort by relevance Sort by last modified time
    Searched refs:DNDEBUG (Results 1 - 25 of 3337) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/bench/
benchmark_suite 3 echo "Fixed size 3x3, column-major, -DNDEBUG"
4 $CXX -O3 -I .. -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark >/dev/null
7 echo "Fixed size 3x3, row-major, -DNDEBUG"
8 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark >/dev/null
11 echo "Dynamic size 20x20, column-major, -DNDEBUG"
12 $CXX -O3 -I .. -DNDEBUG benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev/null
15 echo "Dynamic size 20x20, row-major, -DNDEBUG"
16 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR -DNDEBUG 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/chromium_org/third_party/sqlite/src/
Makefile.arm-wince-mingw32ce-gcc 61 # with -DNDEBUG=1
66 OPTS = -DNDEBUG=1 -DSQLITE_OS_WIN=1 -D_WIN32_WCE=1
Makefile.linux-gcc 55 # with -DNDEBUG=1
63 OPTS += -DNDEBUG
  /external/blktrace/btreplay/
Makefile 11 OCFLAGS = -UCOUNT_IOS -UDEBUG -DNDEBUG
  /development/perftests/panorama/
Android.mk 12 LOCAL_CFLAGS := -O3 -DNDEBUG -Wno-unused-parameter -Wno-maybe-uninitialized
  /external/chromium_org/native_client_sdk/src/tools/
host_vc.mk 30 WIN_OPT_FLAGS ?= /O2 /MT /Z7 -DNDEBUG
  /external/chromium_org/third_party/yasm/
config_sources.host.darwin-x86.mk 158 '-DNDEBUG' \
config_sources.host.darwin-x86_64.mk 158 '-DNDEBUG' \
config_sources.host.linux-x86.mk 158 '-DNDEBUG' \
config_sources.host.linux-x86_64.mk 158 '-DNDEBUG' \
  /build/core/combo/
TARGET_linux-arm64.mk 120 -DNDEBUG \
TARGET_linux-mips64.mk 115 -DNDEBUG \
  /external/chromium_org/android_webview/native/
cancellation_signal_android_jar_jni_headers.target.darwin-arm64.mk 197 '-DNDEBUG' \
cancellation_signal_android_jar_jni_headers.target.darwin-mips.mk 204 '-DNDEBUG' \
cancellation_signal_android_jar_jni_headers.target.darwin-mips64.mk 204 '-DNDEBUG' \
cancellation_signal_android_jar_jni_headers.target.darwin-x86.mk 209 '-DNDEBUG' \
cancellation_signal_android_jar_jni_headers.target.darwin-x86_64.mk 207 '-DNDEBUG' \
cancellation_signal_android_jar_jni_headers.target.linux-arm64.mk 197 '-DNDEBUG' \
cancellation_signal_android_jar_jni_headers.target.linux-mips.mk 204 '-DNDEBUG' \
cancellation_signal_android_jar_jni_headers.target.linux-mips64.mk 204 '-DNDEBUG' \
cancellation_signal_android_jar_jni_headers.target.linux-x86.mk 209 '-DNDEBUG' \
cancellation_signal_android_jar_jni_headers.target.linux-x86_64.mk 207 '-DNDEBUG' \
  /external/chromium_org/base/allocator/
allocator_extension_thunks.target.darwin-arm.mk 210 '-DNDEBUG' \
allocator_extension_thunks.target.darwin-arm64.mk 187 '-DNDEBUG' \

Completed in 3808 milliseconds

1 2 3 4 5 6 7 8 91011>>