Searched defs:Exact (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/image-decoders/
H A DImageDecoder.cpp245 Exact, enumerator in enum:WebCore::__anon13327::MatchType
271 case Exact:
323 return getScaledValue<Exact>(m_scaledRows, origY, searchStart);
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h258 const SCEV *Exact; member in struct:llvm::ScalarEvolution::ExitLimit
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) ||
/external/webkit/Source/WebCore/css/
H A DCSSSelector.h89 /* how the attribute value has to match.... Default is Exact */
94 Exact, enumerator in enum:WebCore::CSSSelector::Match

Completed in 131 milliseconds