Home
last modified time | relevance | path

Searched refs:opposite (Results 1 – 25 of 226) sorted by relevance

12345678910

/external/rust/crates/rusqlite/src/
Dconfig.rs129 let opposite = !db.db_config(DbConfig::SQLITE_DBCONFIG_ENABLE_FKEY).unwrap(); in test_db_config() localVariable
131 db.set_db_config(DbConfig::SQLITE_DBCONFIG_ENABLE_FKEY, opposite), in test_db_config()
132 Ok(opposite) in test_db_config()
136 Ok(opposite) in test_db_config()
139 let opposite = !db in test_db_config() localVariable
143 db.set_db_config(DbConfig::SQLITE_DBCONFIG_ENABLE_TRIGGER, opposite), in test_db_config()
144 Ok(opposite) in test_db_config()
148 Ok(opposite) in test_db_config()
/external/llvm-project/llvm/test/MC/Hexagon/
Dnew-value-check.s6 # CHECK-STRICT: :10:3: note: Register producer has the opposite predicate sense as consumer
7 # CHECK-RELAXED: :10:3: note: Register producer has the opposite predicate sense as consumer
9 # invalid: r0 definition predicated on the opposite condition
/external/python/cpython2/Lib/
D_weakrefset.py177 opposite = self.__eq__(other)
178 if opposite is NotImplemented:
180 return not opposite
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Roll.pbtxt8 specified by `axis[i]`. Negative shifts will roll the elements in the opposite
33 elements in the opposite direction. Elements that roll passed the last position
Dapi_def_Unpack.pbtxt38 This is the opposite of `pack`.
Dapi_def_Pack.pbtxt45 This is the opposite of `unpack`.
Dapi_def_CumulativeLogsumexp.pbtxt48 opposite direction.
Dapi_def_Cumprod.pbtxt47 opposite direction:
Dapi_def_Cumsum.pbtxt47 opposite direction:
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/
DModifierKey.java68 return fromString(keyType + variant.opposite()); in sibling()
112 Variant opposite() { in opposite() method in ModifierKey.Variant
/external/llvm-project/llvm/test/Linker/Inputs/
Dunique-fwd-decl-order.ll3 ; These nodes are intentionally in the opposite order from the test-driver.
/external/llvm/test/Linker/Inputs/
Dunique-fwd-decl-order.ll3 ; These nodes are intentionally in the opposite order from the test-driver.
/external/llvm-project/llvm/test/Transforms/Attributor/
Dlit.local.cfg5 # the parent introduced the opposite rule, so we replace it if we see it.
/external/walt/docs/
DDragLatency.md34 … the finger movement in that point) and therefore they would diverge in opposite directions from t…
40 …mplemented in [minimization.py](/pywalt/minimization.py)). This has the opposite requirement of so…
/external/llvm/test/Transforms/LoopUnroll/
Dfull-unroll-heuristics-geps.ll5 ; corresponding memory access isn't simplified. Doing the opposite might bias
/external/llvm-project/llvm/test/FileCheck/
Dopt-color.txt15 ; opposite cases.
/external/llvm/test/CodeGen/X86/
Dpseudo_cmov_lower2.ll76 ; when the "opposite condition" handling code in the compiler is used.
77 ; This should be the same code as foo3 above, because we use the opposite
/external/llvm-project/compiler-rt/lib/
DCMakeLists.txt70 # so we don't add_subdirectory the runtimes in that case. However, the opposite
/external/llvm-project/llvm/test/Transforms/LoopUnroll/
Dfull-unroll-heuristics-geps.ll6 ; corresponding memory access isn't simplified. Doing the opposite might bias
/external/llvm-project/llvm/test/CodeGen/X86/
Dpr38533.ll15 ; Similarly this makes sure that the opposite bitcast of the above is also legalized without crashi…
/external/eigen/Eigen/src/plugins/
DCommonCwiseUnaryOps.h41 EIGEN_DOC_UNARY_ADDONS(operator-,opposite)
/external/llvm-project/clang/test/Driver/
Dhip-device-libs.hip24 // Test explicit flag, opposite of target default.
33 // Test explicit flag, opposite of target default.
/external/llvm-project/polly/lib/External/isl/
Disl_ast_build_expr.c738 int parallel = 1, opposite = 1; in check_parallel_or_opposite() local
750 parallel = opposite = 0; in check_parallel_or_opposite()
754 if (parallel || opposite) { in check_parallel_or_opposite()
759 parallel = opposite = 0; in check_parallel_or_opposite()
767 if (!parallel && !opposite) in check_parallel_or_opposite()
778 if (opposite) { in check_parallel_or_opposite()
780 opposite = isl_val_is_divisible_by(v1, data->d); in check_parallel_or_opposite()
787 if ((parallel || opposite) && mod_constraint_is_simpler(data, c)) { in check_parallel_or_opposite()
/external/eigen/doc/
DFixedSizeVectorizable.dox26 …time. So for example Matrix3f has fixed size, but MatrixXf doesn't (the opposite of fixed-size is …
/external/llvm/test/MC/Hexagon/
Dnew-value-check.s9 # invalid: r0 definition predicated on the opposite condition

12345678910