HomeSort by relevance Sort by last modified time
    Searched full:negated (Results 1 - 25 of 616) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/564-checker-negbitwise/
info.txt 1 Test negated bitwise operations simplification on ARM64.
  /art/test/565-checker-doublenegbitwise/
info.txt 1 Test double-negated bitwise operations simplifications.
  /external/curl/docs/cmdline-opts/
no-keepalive.d 7 Note that this is the negated option name documented. You can thus use
no-buffer.d 10 Note that this is the negated option name documented. You can thus use
no-sessionid.d 12 Note that this is the negated option name documented. You can thus use
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7648.go 7 // Issue 7648: spurious "bad negated constant" for complex constants.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7648.go 7 // Issue 7648: spurious "bad negated constant" for complex constants.
  /external/llvm/test/Transforms/Reassociate/
min_int.ll 3 ; MIN_INT cannot be negated during reassociation
  /external/pcre/dist2/src/
pcre2_xclass.c 72 BOOL negated = (*data & XCL_NOT) != 0; local
87 if ((*data & XCL_MAP) == 0) return negated;
92 return !negated; /* char found */
114 if (c == x) return !negated;
130 if (c >= x && c <= y) return !negated;
142 if (isprop) return !negated;
147 prop->chartype == ucp_Lt) == isprop) return !negated;
152 return !negated;
156 if ((data[1] == prop->chartype) == isprop) return !negated;
160 if ((data[1] == prop->script) == isprop) return !negated;
    [all...]
  /external/proguard/src/proguard/evaluation/value/
NegatedDoubleValue.java 24 * This DoubleValue represents a double value that is negated.
34 * Creates a new negated double value of the given double value.
NegatedFloatValue.java 24 * This FloatValue represents a float value that is negated.
34 * Creates a new negated float value of the given float value.
NegatedIntegerValue.java 24 * This IntegerValue represents a integer value that is negated.
34 * Creates a new negated integer value of the given integer value.
NegatedLongValue.java 24 * This LongValue represents a long value that is negated.
34 * Creates a new negated long value of the given long value.
  /prebuilts/go/darwin-x86/src/regexp/syntax/
doc.go 21 [^xyz] negated character class
23 \D negated Perl character class
25 [[:^alpha:]] negated ASCII character class
28 \PN negated Unicode character class (one-letter name)
29 \P{Greek} negated Unicode character class
102 [^[:name:]] named ASCII class inside negated character class (== [:^name:])
104 [^\p{Name}] named Unicode property inside negated character class (== \P{Name})
  /prebuilts/go/linux-x86/src/regexp/syntax/
doc.go 21 [^xyz] negated character class
23 \D negated Perl character class
25 [[:^alpha:]] negated ASCII character class
28 \PN negated Unicode character class (one-letter name)
29 \P{Greek} negated Unicode character class
102 [^[:name:]] named ASCII class inside negated character class (== [:^name:])
104 [^\p{Name}] named Unicode property inside negated character class (== \P{Name})
  /art/runtime/
heap_poisoning.h 30 // If true, references within the heap are poisoned (negated).
  /external/autotest/client/site_tests/cellular_GobiUncleanDisconnect/
cellular_GobiUncleanDisconnect.py 18 # negated.
  /external/iptables/extensions/
libxt_ipvs.man 6 Any of the following options implies \-\-ipvs (even negated)
  /external/llvm/test/CodeGen/ARM/
inlineasm-imm-thumb.ll 15 ; Test thumb-mode "L" constraint, for negated Data Processing immediates.
  /art/compiler/optimizing/
instruction_simplifier_shared.h 53 // For bitwise operations (And/Or/Xor) with a negated input, try to use
54 // a negated bitwise instruction.
  /external/clang/lib/Analysis/
ThreadSafetyLogical.cpp 19 // to keep track of whether LHS and RHS are negated.
48 // When performing right recursion (negated):
55 // When performing right recursion (negated):
73 // When performing left recursion (negated):
80 // When performing left recursion (negated):
107 // Start out by assuming that LHS and RHS are not negated.
  /toolchain/binutils/binutils-2.27/elfcpp/
s390.h 91 R_390_TLS_IE32 = 47, // 32 bit address of GOT entry for negated static TLS block offset.
92 R_390_TLS_IE64 = 48, // 64 bit address of GOT entry for negated static TLS block offset.
93 R_390_TLS_IEENT = 49, // 32 bit rel. offset to GOT entry for negated static TLS block offset.
94 R_390_TLS_LE32 = 50, // 32 bit negated offset relative to static TLS block.
95 R_390_TLS_LE64 = 51, // 64 bit negated offset relative to static TLS block.
  /toolchain/binutils/binutils-2.27/include/elf/
s390.h 104 negated static TLS block offset. */
106 negated static TLS block offset. */
108 negated static TLS block offset. */
109 RELOC_NUMBER (R_390_TLS_LE32, 50) /* 32 bit negated offset relative to
111 RELOC_NUMBER (R_390_TLS_LE64, 51) /* 64 bit negated offset relative to
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 260 bool Negated; ///< True if this is a negative capability
263 CapabilityExpr(const til::SExpr *E, bool Neg) : CapExpr(E), Negated(Neg) {}
266 bool negative() const { return Negated; }
269 return CapabilityExpr(CapExpr, !Negated);
273 return (Negated == other.Negated) && sx::equals(CapExpr, other.CapExpr);
277 return (Negated == other.Negated) && sx::matches(CapExpr, other.CapExpr);
285 return (Negated == other.Negated) &
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
tdc-04.ll 17 ; Extract negated sign bit.
37 ; Extract negated sign bit.
57 ; Extract negated sign bit.

Completed in 463 milliseconds

1 2 3 4 5 6 7 8 91011>>