HomeSort by relevance Sort by last modified time
    Searched refs:Exact (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.cpp 245 Exact,
271 case Exact:
323 return getScaledValue<Exact>(m_scaledRows, origY, searchStart);
  /system/bluetooth/data/
auto_pairing.conf 15 // Blacklisting by Exact Name:
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 255 /// This is a temporary pair of exact and max expressions that are
258 const SCEV *Exact;
261 /*implicit*/ ExitLimit(const SCEV *E) : Exact(E), Max(E) {}
263 ExitLimit(const SCEV *E, const SCEV *M) : Exact(E), Max(M) {}
268 return !isa<SCEVCouldNotCompute>(Exact) ||
298 /// of a loop. This currently includes an exact count and a maximum count.
312 /// Initialize BackedgeTakenInfo from a list of exact exit counts.
324 /// getExact - Return an expression indicating the exact backedge-taken
    [all...]
  /external/llvm/include/llvm/
InstrTypes.h 276 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv
277 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv
278 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr
279 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
349 /// setIsExact - Set or clear the exact flag on this instruction,
360 /// isExact - Determine whether the exact flag is set.
    [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 136 TEST_F(CloneInstruction, Exact) {
  /external/webkit/Source/WebCore/css/
CSSSelector.h 89 /* how the attribute value has to match.... Default is Exact */
94 Exact,
CSSSelector.cpp 72 case Exact:
630 case CSSSelector::Exact:
CSSGrammar.y 1087 $$ = CSSSelector::Exact;
    [all...]
CSSStyleSelector.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 697 // K! / 2^T is odd, and exact division by an odd number *is* safe in modular
698 // arithmetic. To do exact division in modular arithmetic, all we have
756 // this multiplication factor will perform the exact division by
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/openssl/crypto/bn/asm/
ia64-mont.pl 493 // factor is a tad higher: 33 or 34, if not 35. Exact measurement and
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 413 /// but, it is a special case. Since we know the exact size of the file to
    [all...]

Completed in 510 milliseconds