/external/gemmlowp/public/ |
D | bit_depth.h | 40 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/ |
D | TargetInfo.h | 622 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/ |
D | Float2Int.cpp | 343 bool Exact; in walkForwards() local 346 &Exact); in walkForwards() 457 bool Exact; in convert() local 460 &Exact); in convert()
|
/external/clang/test/SemaObjC/ |
D | instancetype.m | 67 // Exact type checks 100 // Exact type check. 113 // Exact type check.
|
/external/clang/test/SemaObjCXX/ |
D | instancetype.mm | 67 // Exact type checks 100 // Exact type check. 113 // Exact type check.
|
/external/webrtc/talk/ |
D | LICENSE_THIRD_PARTY | 9 Exact origin unknown
|
/external/llvm/test/CodeGen/X86/ |
D | fdiv.ll | 5 ; Exact division by a constant converted to multiplication.
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 411 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/ |
D | functional.occlusion_query.txt | 29 + Exact occlusion query result verification
|
D | functional.vertex_arrays.single_attribute.txt | 39 + Exact precision of attributes as input is clamped to very few bits of output.
|
/external/clang/test/Rewriter/ |
D | instancetype-test.mm | 66 // Exact type checks
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 469 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/ |
D | functional.program_interface_query.txt | 30 + Exact layout validation for data layout related queries (offset,
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 325 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/ |
D | EGL_MESA_screen_surface | 352 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/ |
D | ScalarEvolution.cpp | 5205 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/ |
D | Cloning.cpp | 145 TEST_F(CloneInstruction, Exact) { in TEST_F() argument
|
/external/valgrind/docs/internals/ |
D | release-HOWTO.txt | 20 - Update version number and date in docs/xml/vg-entities.xml. (Exact
|
/external/clang/docs/ |
D | AddressSanitizer.rst | 238 * AddressSanitizer uses more real memory than a native run. Exact overhead
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 745 bool Exact = (Dist % IVBump) == 0; in computeCount() local 748 if (!Exact) in computeCount()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2881 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/ |
D | Antlr.Runtime.pas | 2238 function CombineFollows(const Exact: Boolean): IBitSet; in CombineFollows() 4219 function TBaseRecognizer.CombineFollows(const Exact: Boolean): IBitSet; in CombineFollows() 4230 if (Exact) then
|
/external/iputils/ |
D | RELNOTES | 504 Nice? Exact algorithm is:
|
/external/valgrind/VEX/orig_ppc32/ |
D | morefp.orig | 6004 PASS: Small Exact DHT
|
/external/llvm/docs/ |
D | LangRef.rst | 1530 bundle attached to a call site. Exact details of deoptimization is
|