HomeSort by relevance Sort by last modified time
    Searched refs:Exact (Results 1 - 14 of 14) 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 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/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 1086 $$ = CSSSelector::Exact;
    [all...]
CSSStyleSelector.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 705 // K! / 2^T is odd, and exact division by an odd number *is* safe in modular
706 // arithmetic. To do exact division in modular arithmetic, all we have
764 // this multiplication factor will perform the exact division by
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 666 bool Exact = (Dist % IVBump) == 0;
669 if (!Exact)
    [all...]
  /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...]

Completed in 155 milliseconds