HomeSort by relevance Sort by last modified time
    Searched defs:Exact (Results 1 - 3 of 3) 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);
  /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/webkit/Source/WebCore/css/
CSSSelector.h 89 /* how the attribute value has to match.... Default is Exact */
94 Exact,

Completed in 7315 milliseconds