/external/libcxx/test/std/utilities/time/time.duration/ |
D | ratio.fail.cpp | 19 class Ratio class 28 typedef std::chrono::duration<int, Ratio<1> > D; in main()
|
/external/blktrace/btt/doc/ |
D | sample-btt-output.tex | 33 DEV | #Q #D Ratio | BLKmin BLKavg BLKmax Total 38 DEV | #Q #D Ratio | BLKmin BLKavg BLKmax Total
|
D | btt.tex | 223 DEV | #Q #D Ratio | BLKmin BLKavg BLKmax Total 1067 & \#Q \#D Ratio BLKmin BLKavg BLKmax Total\\\hline
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1092 unsigned Ratio; in SimplifyDemandedVectorElts() local 1097 Ratio = 1; in SimplifyDemandedVectorElts() 1103 Ratio = VWidth / InVWidth; in SimplifyDemandedVectorElts() 1106 InputDemandedElts.setBit(OutIdx / Ratio); in SimplifyDemandedVectorElts() 1111 Ratio = InVWidth / VWidth; in SimplifyDemandedVectorElts() 1113 if (DemandedElts[InIdx / Ratio]) in SimplifyDemandedVectorElts() 1135 if (UndefElts2[OutIdx / Ratio]) in SimplifyDemandedVectorElts() 1142 APInt SubUndef = UndefElts2.lshr(OutIdx * Ratio).zextOrTrunc(Ratio); in SimplifyDemandedVectorElts() 1143 if (SubUndef.countPopulation() == Ratio) in SimplifyDemandedVectorElts()
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmscnvrt.c | 825 cmsFloat64Number SumCMY, SumCMYK, Error, Ratio; in BlackPreservingSampler() local 882 Ratio = 1 - ((SumCMYK - bp->MaxTAC) / SumCMY); in BlackPreservingSampler() 883 if (Ratio < 0) in BlackPreservingSampler() 884 Ratio = 0; in BlackPreservingSampler() 887 Ratio = 1.0; in BlackPreservingSampler() 889 Out[0] = _cmsQuickSaturateWord(Outf[0] * Ratio * 65535.0); // C in BlackPreservingSampler() 890 Out[1] = _cmsQuickSaturateWord(Outf[1] * Ratio * 65535.0); // M in BlackPreservingSampler() 891 Out[2] = _cmsQuickSaturateWord(Outf[2] * Ratio * 65535.0); // Y in BlackPreservingSampler()
|
D | cmsvirt.c | 367 cmsFloat64Number SumCMY, SumCMYK, Ratio; in InkLimitingSampler() local 376 Ratio = 1 - ((SumCMYK - InkLimit) / SumCMY); in InkLimitingSampler() 377 if (Ratio < 0) in InkLimitingSampler() 378 Ratio = 0; in InkLimitingSampler() 380 else Ratio = 1; in InkLimitingSampler() 382 Out[0] = _cmsQuickSaturateWord(In[0] * Ratio); // C in InkLimitingSampler() 383 Out[1] = _cmsQuickSaturateWord(In[1] * Ratio); // M in InkLimitingSampler() 384 Out[2] = _cmsQuickSaturateWord(In[2] * Ratio); // Y in InkLimitingSampler()
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contour_properties/ |
D | py_contour_properties.markdown | 11 1. Aspect Ratio 16 \f[Aspect \; Ratio = \frac{Width}{Height}\f]
|
/external/lz4/ |
D | README.md | 29 <th>Compressor</th><th>Ratio</th><th>Compression</th><th>Decompression</th>
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 170 unsigned Ratio = NumSrcElt/NumDstElt; in FoldBitCast() local 176 unsigned ShiftAmt = isLittleEndian ? 0 : SrcBitSize*(Ratio-1); in FoldBitCast() 177 for (unsigned j = 0; j != Ratio; ++j) { in FoldBitCast() 199 unsigned Ratio = NumDstElt/NumSrcElt; in FoldBitCast() local 208 unsigned ShiftAmt = isLittleEndian ? 0 : DstBitSize*(Ratio-1); in FoldBitCast() 209 for (unsigned j = 0; j != Ratio; ++j) { in FoldBitCast()
|
/external/opencv3/doc/tutorials/features2d/akaze_matching/ |
D | akaze_matching.markdown | 132 Inlier Ratio: 0.689038}
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 2331 double Ratio; in define_gf_group() local 2348 Ratio = sectionstats.intra_error / DOUBLE_DIVIDE_CHECK(sectionstats.coded_error); in define_gf_group() 2349 cpi->twopass.section_max_qfactor = 1.0 - ((Ratio - 10.0) * 0.025); in define_gf_group() 3007 double Ratio; in find_next_key_frame() local 3024 Ratio = sectionstats.intra_error / DOUBLE_DIVIDE_CHECK(sectionstats.coded_error); in find_next_key_frame() 3025 cpi->twopass.section_max_qfactor = 1.0 - ((Ratio - 10.0) * 0.025); in find_next_key_frame()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1557 unsigned Ratio = SrcNum / DstNum; in executeBitCastInst() local 1563 unsigned ShiftAmt = isLittleEndian ? 0 : SrcBitSize * (Ratio - 1); in executeBitCastInst() 1564 for (unsigned j = 0; j < Ratio; j++) { in executeBitCastInst() 1577 unsigned Ratio = DstNum / SrcNum; in executeBitCastInst() local 1579 unsigned ShiftAmt = isLittleEndian ? 0 : DstBitSize * (Ratio - 1); in executeBitCastInst() 1580 for (unsigned j = 0; j < Ratio; j++) { in executeBitCastInst()
|
/external/opencv3/doc/py_tutorials/py_feature2d/py_matcher/ |
D | py_matcher.markdown | 100 ### Brute-Force Matching with SIFT Descriptors and Ratio Test
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 18436 unsigned Ratio = Amt.getSimpleValueType().getVectorNumElements() / in LowerScalarImmediateShift() local 18438 unsigned RatioInLog2 = Log2_32_Ceil(Ratio); in LowerScalarImmediateShift() 18440 unsigned BaseOp = (SplatIndex < 0 ? 0 : SplatIndex * Ratio); in LowerScalarImmediateShift() 18441 for (unsigned i = 0; i != Ratio; ++i) { in LowerScalarImmediateShift() 18451 for (unsigned i = Ratio; i != Amt.getNumOperands(); i += Ratio) { in LowerScalarImmediateShift() 18453 for (unsigned j = 0; j != Ratio; ++j) { in LowerScalarImmediateShift() 18541 unsigned Ratio = Amt.getSimpleValueType().getVectorNumElements() / in LowerScalarVariableShift() local 18543 std::vector<SDValue> Vals(Ratio); in LowerScalarVariableShift() 18544 for (unsigned i = 0; i != Ratio; ++i) in LowerScalarVariableShift() 18546 for (unsigned i = Ratio; i != Amt.getNumOperands(); i += Ratio) { in LowerScalarVariableShift() [all …]
|
/external/libexif/po/ |
D | en_GB.po | 4125 msgid "Digital Zoom Ratio" 4126 msgstr "Digital Zoom Ratio" 5320 msgid "Compression Ratio" 5321 msgstr "Compression Ratio"
|
D | en_AU.po | 4125 msgid "Digital Zoom Ratio" 4126 msgstr "Digital Zoom Ratio" 5320 msgid "Compression Ratio" 5321 msgstr "Compression Ratio"
|
D | libexif-12.pot | 3754 msgid "Digital Zoom Ratio" 4924 msgid "Compression Ratio"
|
D | tr.po | 3758 msgid "Digital Zoom Ratio" 4928 msgid "Compression Ratio"
|
D | sr.po | 3957 msgid "Digital Zoom Ratio" 5139 msgid "Compression Ratio"
|
D | ja.po | 3771 msgid "Digital Zoom Ratio" 4948 msgid "Compression Ratio"
|
D | zh_CN.po | 3758 msgid "Digital Zoom Ratio" 4928 msgid "Compression Ratio"
|
D | uk.po | 3757 msgid "Digital Zoom Ratio" 4927 msgid "Compression Ratio"
|
D | sq.po | 3758 msgid "Digital Zoom Ratio" 4928 msgid "Compression Ratio"
|
D | en_CA.po | 3808 msgid "Digital Zoom Ratio" 4978 msgid "Compression Ratio"
|
D | be.po | 3758 msgid "Digital Zoom Ratio" 4928 msgid "Compression Ratio"
|