Home
last modified time | relevance | path

Searched refs:OFF (Results 1 – 25 of 180) sorted by relevance

12345678

/external/eigen/bench/btl/libs/eigen3/
DCMakeLists.txt24 option(BTL_BENCH_NOGCCVEC "also bench Eigen explicit vec without GCC's auto vec" OFF)
39 btl_add_bench(btl_eigen3_novec_linear main_linear.cpp OFF)
40 btl_add_bench(btl_eigen3_novec_vecmat main_vecmat.cpp OFF)
41 btl_add_bench(btl_eigen3_novec_matmat main_matmat.cpp OFF)
42 btl_add_bench(btl_eigen3_novec_adv main_adv.cpp OFF)
54 btl_add_bench(btl_tiny_eigen3 btl_tiny_eigen3.cpp OFF)
57 btl_add_bench(btl_tiny_eigen3_novec btl_tiny_eigen3.cpp OFF)
/external/dropbear/libtomcrypt/src/prngs/
Dsober128.c65 #define OFF(zero, i) (((zero)+(i)) % N) macro
70 …R[OFF(z,0)] = R[OFF(z,15)] ^ R[OFF(z,4)] ^ (R[OFF(z,0)] << 8) ^ Multab[(R[OFF(z,0)] >> 24) & 0xFF];
89 t = c->R[OFF(z,0)] + c->R[OFF(z,16)]; \
92 t = ((t + c->R[OFF(z,1)]) ^ c->konst) + c->R[OFF(z,6)]; \
94 t = t + c->R[OFF(z,13)]; \
176 #define DROUND(z) STEP(c->R,z); NLFUNC(c,(z+1)); c->R[OFF((z+1),FOLDP)] ^= t;
/external/chromium_org/third_party/sqlite/src/tool/
Dshell1.test214 catchcmd "test.db" ".\"foo OFF\""
215 } {1 {Error: unknown command or invalid arguments: "foo OFF". Enter ".help" for help}}
217 catchcmd "test.db" ".\'foo OFF\'"
218 } {1 {Error: unknown command or invalid arguments: "foo OFF". Enter ".help" for help}}
222 catchcmd "test.db" ".\"foo OFF"
223 } {1 {Error: unknown command or invalid arguments: "foo OFF". Enter ".help" for help}}
225 catchcmd "test.db" ".\'foo OFF"
226 } {1 {Error: unknown command or invalid arguments: "foo OFF". Enter ".help" for help}}
228 catchcmd "test.db" ".explain \"OFF"
231 catchcmd "test.db" ".explain \'OFF"
[all …]
Dshell4.test76 # .stats ON|OFF Turn stats on or off
84 catchcmd "test.db" ".stats OFF"
88 catchcmd "test.db" ".stats OFF BAD"
105 set res [catchcmd "test.db" {.stats OFF
/external/qemu/distrib/zlib-1.2.3/
Dinffast.c25 # define OFF 0 macro
28 # define OFF 1 macro
99 in = strm->next_in - OFF;
101 out = strm->next_out - OFF;
194 from = window - OFF;
213 from = window - OFF;
294 strm->next_in = in + OFF;
295 strm->next_out = out + OFF;
/external/clang/test/Preprocessor/
Dpragma_unknown.c10 #pragma STDC FP_CONTRACT OFF
15 #pragma STDC FENV_ACCESS OFF
20 #pragma STDC CX_LIMITED_RANGE OFF
/external/zlib/src/
Dinffast.c25 # define OFF 0 macro
28 # define OFF 1 macro
99 in = strm->next_in - OFF;
101 out = strm->next_out - OFF;
216 from = window - OFF;
235 from = window - OFF;
316 strm->next_in = in + OFF;
317 strm->next_out = out + OFF;
/external/chromium_org/third_party/zlib/
Dinffast.c25 # define OFF 0 macro
28 # define OFF 1 macro
99 in = strm->next_in - OFF;
101 out = strm->next_out - OFF;
216 from = window - OFF;
235 from = window - OFF;
316 strm->next_in = in + OFF;
317 strm->next_out = out + OFF;
/external/ceres-solver/android/
Dbuild_android.sh152 -DSUITESPARSE=OFF \
153 -DGFLAGS=OFF \
154 -DCXSPARSE=OFF
/external/eigen/
DCMakeLists.txt94 option(EIGEN_BUILD_BTL "Build benchmark suite" OFF)
103 option(EIGEN_DEFAULT_TO_ROW_MAJOR "Use row-major as default matrix storage order" OFF)
129 option(EIGEN_TEST_SSE2 "Enable/Disable SSE2 in tests/examples" OFF)
135 option(EIGEN_TEST_SSE3 "Enable/Disable SSE3 in tests/examples" OFF)
141 option(EIGEN_TEST_SSSE3 "Enable/Disable SSSE3 in tests/examples" OFF)
147 option(EIGEN_TEST_SSE4_1 "Enable/Disable SSE4.1 in tests/examples" OFF)
153 option(EIGEN_TEST_SSE4_2 "Enable/Disable SSE4.2 in tests/examples" OFF)
159 option(EIGEN_TEST_ALTIVEC "Enable/Disable AltiVec in tests/examples" OFF)
165 option(EIGEN_TEST_NEON "Enable/Disable Neon in tests/examples" OFF)
173 option(EIGEN_TEST_OPENMP "Enable/Disable OpenMP in tests/examples" OFF)
[all …]
/external/chromium_org/third_party/sqlite/src/test/
Dsecuredel.test39 PRAGMA main.secure_delete=OFF;
45 PRAGMA secure_delete=OFF;
67 PRAGMA main.secure_delete=OFF;
Djrnlmode3.test27 # Verify that journal_mode=OFF works as long as it occurs before the first
34 PRAGMA journal_mode=OFF;
57 PRAGMA journal_mode=OFF;
132 # if journal_mode!=OFF.
Dcolname.test31 # (4) When short_column_names=OFF and full_column_names=OFF then
34 # (5) When short_column_names=OFF and full_column_names=ON then
109 # Tests for short=OFF and full=OFF
113 PRAGMA short_column_names=OFF;
114 PRAGMA full_column_names=OFF;
175 # Test for short=OFF and full=ON
179 PRAGMA short_column_names=OFF;
/external/llvm/
DCMakeLists.txt26 "Append the version control system revision id to LLVM version" OFF)
102 "Build all libraries as shared libraries instead of static" OFF)
119 option(LLVM_ENABLE_FFI "Use libffi to call external functions from the interpreter" OFF)
149 option(LLVM_ENABLE_WARNINGS "Enable compiler warnings." OFF)
155 option(LLVM_ENABLE_WERROR "Fail and stop if a warning is triggered." OFF)
158 option(LLVM_ENABLE_ASSERTIONS "Enable assertions" OFF)
165 OFF)
176 "Use opagent JIT interface to inform OProfile about JIT code" OFF)
189 "Use -gsplit-dwarf when compiling llvm." OFF)
195 option(LLVM_BUILD_32_BITS "Build 32 bits executables and libraries." OFF)
[all …]
/external/clang/test/Parser/
Dopencl-pragma.cl13 #pragma OPENCL FP_CONTRACT OFF
15 #pragma OPENCL FP_CONTRACT FOO // expected-warning {{expected 'ON' or 'OFF' or 'DEFAULT' in pragma}}
/external/eigen/cmake/
DEigenConfigureTesting.cmake57 option(EIGEN_NO_ASSERTION_CHECKING "Disable checking of assertions using exceptions" OFF)
58 option(EIGEN_DEBUG_ASSERTS "Enable advanced debuging of assertions" OFF)
61 option(EIGEN_COVERAGE_TESTING "Enable/disable gcov" OFF)
Dlanguage_support.cmake53 set(${language_works} OFF PARENT_SCOPE)
56 set(${language_works} OFF PARENT_SCOPE)
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DStreamHandlerTest.java389 r.setLevel(Level.OFF); in testIsLoggable_NoOutputStream()
390 h.setLevel(Level.OFF); in testIsLoggable_NoOutputStream()
409 r.setLevel(Level.OFF); in testIsLoggable_NoFilter()
410 h.setLevel(Level.OFF); in testIsLoggable_NoFilter()
466 r.setLevel(Level.OFF); in testPublish_NoOutputStream()
467 h.setLevel(Level.OFF); in testPublish_NoOutputStream()
497 r.setLevel(Level.OFF); in testPublish_NoFilter()
498 h.setLevel(Level.OFF); in testPublish_NoFilter()
532 r.setLevel(Level.OFF); in testPublish_WithFilter()
533 h.setLevel(Level.OFF); in testPublish_WithFilter()
DLoggerTest.java937 assertTrue(mlog.isLoggable(Level.OFF)); in testIsLoggable()
943 assertTrue(mlog.isLoggable(Level.OFF)); in testIsLoggable()
948 assertTrue(mlog.isLoggable(Level.OFF)); in testIsLoggable()
950 mlog.setLevel(Level.OFF); in testIsLoggable()
953 assertFalse(mlog.isLoggable(Level.OFF)); in testIsLoggable()
1620 this.sharedLogger.setLevel(Level.OFF); in testSevere_Normal()
1648 this.sharedLogger.setLevel(Level.OFF); in testSevere_Null()
1674 this.sharedLogger.setLevel(Level.OFF); in testLog_LevelString_Normal()
1675 this.sharedLogger.log(Level.OFF, "log(Level, String) msg"); in testLog_LevelString_Normal()
1740 this.sharedLogger.setLevel(Level.OFF); in testLog_LevelStringObject_Normal()
[all …]
/external/libvpx/libvpx/vp8/common/ppc/
Dfilter_bilinear_altivec.asm17 .macro load_c V, LABEL, OFF, R0, R1
20 lvx \V, \OFF, \R1
Dvariance_subpixel_altivec.asm18 .macro load_c V, LABEL, OFF, R0, R1
21 lvx \V, \OFF, \R1
/external/chromium/testing/gtest/
DCMakeLists.txt10 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)
17 OFF)
19 option(gtest_build_tests "Build all of gtest's own tests." OFF)
21 option(gtest_build_samples "Build gtest's sample programs." OFF)
23 option(gtest_disable_pthreads "Disable uses of pthreads in gtest." OFF)
/external/chromium/testing/gmock/
DCMakeLists.txt10 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)
12 # Forces BUILD_SHARED_LIBS to OFF as Google Mock currently does not support
15 set(BUILD_SHARED_LIBS OFF)
17 option(gmock_build_tests "Build all of Google Mock's own tests." OFF)
/external/eigen/bench/btl/libs/STL/
DCMakeLists.txt2 btl_add_bench(btl_STL main.cpp OFF)
/external/llvm/docs/
DCMake.rst108 variables, with possible values ON/OFF. Options and variables are defined on the
161 OFF. Shared libraries are not supported on Windows and not recommended in the
185 Build LLVM examples. Defaults to OFF. Targets for building each example are
194 Build LLVM unit tests. Defaults to OFF. Targets for building each unit test
209 cmake must be invoked before the build. Defaults to OFF.
215 Enables code assertions. Defaults to OFF if and only if ``CMAKE_BUILD_TYPE``
230 Stop and fail build, if a compiler warning is triggered. Defaults to OFF.
234 available only on some 64-bits unix systems. Defaults to OFF.
261 FFI_LIBRARY_DIR. Defaults to OFF.
269 Enable building OProfile JIT support. Defaults to OFF
[all …]

12345678