HomeSort by relevance Sort by last modified time
    Searched refs:Exact (Results 1 - 11 of 11) 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 246 /// This is a temporary pair of exact and max expressions that are
249 const SCEV *Exact;
252 /*implicit*/ ExitLimit(const SCEV *E) : Exact(E), Max(E) {}
254 ExitLimit(const SCEV *E, const SCEV *M) : Exact(E), Max(M) {}
259 return !isa<SCEVCouldNotCompute>(Exact) ||
289 /// of a loop. This currently includes an exact count and a maximum count.
303 /// Initialize BackedgeTakenInfo from a list of exact exit counts.
315 /// 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 134 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 678 // K! / 2^T is odd, and exact division by an odd number *is* safe in modular
679 // arithmetic. To do exact division in modular arithmetic, all we have
737 // this multiplication factor will perform the exact division by
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 410 milliseconds