/external/chromium_org/third_party/WebKit/Source/core/css/ |
SelectorCheckerFastPath.h | 56 if (m_selector->m_match == CSSSelector::Exact || m_selector->m_match == CSSSelector::Set)
|
SelectorCheckerFastPath.cpp | 115 case CSSSelector::Exact: 158 case CSSSelector::Exact: 181 if (selector->m_match == CSSSelector::Exact)
|
CSSSelector.h | 55 /* how the attribute value has to match.... Default is Exact */ 61 Exact, 347 return m_match == CSSSelector::Exact
|
CSSSelector.cpp | 100 case Exact: 683 case CSSSelector::Exact: [all...] |
SelectorChecker.cpp | 375 case CSSSelector::Exact: 418 // It they start the same, check for exact match or following '-': [all...] |
CSSGrammar.y | [all...] |
/external/llvm/include/llvm/Analysis/ |
ScalarEvolution.h | 257 /// This is a temporary pair of exact and max expressions that are 260 const SCEV *Exact; 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) || 300 /// of a loop. This currently includes an exact count and a maximum count. 314 /// Initialize BackedgeTakenInfo from a list of exact exit counts. 326 /// getExact - Return an expression indicating the exact backedge-taken [all...] |
/external/llvm/include/llvm/IR/ |
InstrTypes.h | 274 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv 275 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv 276 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr 277 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr 347 /// setIsExact - Set or clear the exact flag on this instruction, 358 /// isExact - Determine whether the exact flag is set. [all...] |
/external/llvm/unittests/Transforms/Utils/ |
Cloning.cpp | 139 TEST_F(CloneInstruction, Exact) {
|
/external/llvm/lib/Analysis/ |
ScalarEvolution.cpp | 708 // K! / 2^T is odd, and exact division by an odd number *is* safe in modular 709 // arithmetic. To do exact division in modular arithmetic, all we have 767 // this multiplication factor will perform the exact division by [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonHardwareLoops.cpp | 660 bool Exact = (Dist % IVBump) == 0; 663 if (!Exact) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
ia64-mont.pl | 493 // factor is a tad higher: 33 or 34, if not 35. Exact measurement and
|
/external/openssl/crypto/bn/asm/ |
ia64-mont.pl | 493 // factor is a tad higher: 33 or 34, if not 35. Exact measurement and
|
/external/llvm/lib/AsmParser/ |
LLParser.cpp | [all...] |
/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...] |