Home
last modified time | relevance | path

Searched refs:Exact (Results 1 – 25 of 25) sorted by relevance

/external/gemmlowp/public/
Dbit_depth.h40 Exact, // No rounding, do nothing. Use with bit_depth == 8. enumerator
51 static const RoundingMode kRoundingModeForSmallSizes = RoundingMode::Exact;
52 static const RoundingMode kRoundingModeForLargeSizes = RoundingMode::Exact;
/external/clang/include/clang/Basic/
DTargetInfo.h622 for (int Exact : Exacts) in setRequiresImmediate() local
623 ImmSet.insert(Exact); in setRequiresImmediate()
625 void setRequiresImmediate(int Exact) { in setRequiresImmediate()
627 ImmSet.insert(Exact); in setRequiresImmediate()
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp343 bool Exact; in walkForwards() local
346 &Exact); in walkForwards()
457 bool Exact; in convert() local
460 &Exact); in convert()
/external/clang/test/SemaObjC/
Dinstancetype.m67 // Exact type checks
100 // Exact type check.
113 // Exact type check.
/external/clang/test/SemaObjCXX/
Dinstancetype.mm67 // Exact type checks
100 // Exact type check.
113 // Exact type check.
/external/webrtc/talk/
DLICENSE_THIRD_PARTY9 Exact origin unknown
/external/llvm/test/CodeGen/X86/
Dfdiv.ll5 ; Exact division by a constant converted to multiplication.
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h411 const SCEV *Exact;
414 /*implicit*/ ExitLimit(const SCEV *E) : Exact(E), Max(E) {}
416 ExitLimit(const SCEV *E, const SCEV *M) : Exact(E), Max(M) {}
421 return !isa<SCEVCouldNotCompute>(Exact) ||
/external/deqp/doc/testspecs/GLES3/
Dfunctional.occlusion_query.txt29 + Exact occlusion query result verification
Dfunctional.vertex_arrays.single_attribute.txt39 + Exact precision of attributes as input is clamped to very few bits of output.
/external/clang/test/Rewriter/
Dinstancetype-test.mm66 // Exact type checks
/external/llvm/include/llvm/IR/
DInstrTypes.h469 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv
470 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv
471 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr
472 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
/external/deqp/doc/testspecs/GLES31/
Dfunctional.program_interface_query.txt30 + Exact layout validation for data layout related queries (offset,
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h325 bool Exact : 1;
337 Exact = false;
348 void setExact(bool b) { Exact = b; }
358 bool hasExact() const { return Exact; }
368 return (NoUnsignedWrap << 0) | (NoSignedWrap << 1) | (Exact << 2) |
/external/mesa3d/src/egl/docs/
DEGL_MESA_screen_surface352 EGL_OPTIMAL_MESA EGL_DONT_CARE Exact 1,0 1
353 EGL_INTERLACED_MESA EGL_DONT_CARE Exact 0,1 2
357 EGL_MODE_ID_MESA EGL_DONT_CARE Exact Smaller 6
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5205 if (EL.Exact == getCouldNotCompute()) in computeBackedgeTakenCount()
5210 ExitCounts.push_back(std::make_pair(ExitBB, EL.Exact)); in computeBackedgeTakenCount()
5350 if (EL0.Exact == getCouldNotCompute() || in computeExitLimitFromCond()
5351 EL1.Exact == getCouldNotCompute()) in computeExitLimitFromCond()
5354 BECount = getUMinFromMismatchedTypes(EL0.Exact, EL1.Exact); in computeExitLimitFromCond()
5367 if (EL0.Exact == EL1.Exact) in computeExitLimitFromCond()
5368 BECount = EL0.Exact; in computeExitLimitFromCond()
5385 if (EL0.Exact == getCouldNotCompute() || in computeExitLimitFromCond()
5386 EL1.Exact == getCouldNotCompute()) in computeExitLimitFromCond()
5389 BECount = getUMinFromMismatchedTypes(EL0.Exact, EL1.Exact); in computeExitLimitFromCond()
[all …]
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp145 TEST_F(CloneInstruction, Exact) { in TEST_F() argument
/external/valgrind/docs/internals/
Drelease-HOWTO.txt20 - Update version number and date in docs/xml/vg-entities.xml. (Exact
/external/clang/docs/
DAddressSanitizer.rst238 * AddressSanitizer uses more real memory than a native run. Exact overhead
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp745 bool Exact = (Dist % IVBump) == 0; in computeCount() local
748 if (!Exact) in computeCount()
/external/llvm/lib/AsmParser/
DLLParser.cpp2881 bool Exact = false; in ParseValID() local
2898 Exact = true; in ParseValID()
2942 if (Exact) Flags |= PossiblyExactOperator::IsExact; in ParseValID()
4766 bool Exact = EatIfPresent(lltok::kw_exact); in ParseInstruction() local
4769 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true); in ParseInstruction()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas2238 function CombineFollows(const Exact: Boolean): IBitSet; in CombineFollows()
4219 function TBaseRecognizer.CombineFollows(const Exact: Boolean): IBitSet; in CombineFollows()
4230 if (Exact) then
/external/iputils/
DRELNOTES504 Nice? Exact algorithm is:
/external/valgrind/VEX/orig_ppc32/
Dmorefp.orig6004 PASS: Small Exact DHT
/external/llvm/docs/
DLangRef.rst1530 bundle attached to a call site. Exact details of deoptimization is