Searched refs:Exact (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/image-decoders/
H A DImageDecoder.cpp245 Exact, enumerator in enum:WebCore::__anon15915::MatchType
271 case Exact:
323 return getScaledValue<Exact>(m_scaledRows, origY, searchStart);
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h260 const SCEV *Exact; member in struct:llvm::ScalarEvolution::ExitLimit
263 /*implicit*/ ExitLimit(const SCEV *E) : Exact(E), Max(E) {}
265 ExitLimit(const SCEV *E, const SCEV *M) : Exact(E), Max(M) {}
270 return !isa<SCEVCouldNotCompute>(Exact) ||
/external/llvm/include/llvm/IR/
H A DInstrTypes.h274 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv
275 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv
276 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr
277 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp139 TEST_F(CloneInstruction, 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
H A DCSSSelector.cpp72 case Exact:
630 case CSSSelector::Exact:
H A DCSSGrammar.y1086 $$ = CSSSelector::Exact;
H A DCSSStyleSelector.cpp2403 case CSSSelector::Exact:
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp4280 if (EL.Exact == getCouldNotCompute())
4285 ExitCounts.push_back(std::make_pair(ExitingBlocks[i], EL.Exact));
4388 if (EL0.Exact == getCouldNotCompute() ||
4389 EL1.Exact == getCouldNotCompute())
4392 BECount = getUMinFromMismatchedTypes(EL0.Exact, EL1.Exact);
4405 if (EL0.Exact == EL1.Exact)
4406 BECount = EL0.Exact;
4420 if (EL0.Exact
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp666 bool Exact = (Dist % IVBump) == 0;
669 if (!Exact)
/external/llvm/lib/AsmParser/
H A DLLParser.cpp2487 bool Exact = false;
2504 Exact = true;
2548 if (Exact) Flags |= PossiblyExactOperator::IsExact;
3239 bool Exact = EatIfPresent(lltok::kw_exact);
3242 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true);
/external/openssl/crypto/bn/asm/
H A Dia64-mont.pl493 // factor is a tad higher: 33 or 34, if not 35. Exact measurement and
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2238 function CombineFollows(const Exact: Boolean): IBitSet;
4219 function TBaseRecognizer.CombineFollows(const Exact: Boolean): IBitSet;
4230 if (Exact) then

Completed in 357 milliseconds