/third_party/libexif/test/testdata/ |
D | canon_makernote_variant_1.jpg.parsed | 65 Value: 0.00 EV (1 sec.) 68 Value: 2.97 EV (f/2.8) 71 Value: 0.00 EV 74 Value: 2.97 EV (f/2.8) 303 Entry 52: 4, Measured EV 305 Value: -9.94 EV 314 Value: 0.00 EV 341 Value: 0.00 EV 347 Value: 0.00 EV
|
D | fuji_makernote_variant_1.jpg.parsed | 86 Value: 6.00 EV (1/64 sec.) 89 Value: 3.80 EV (f/3.7) 92 Value: 2.70 EV (22.26 cd/m^2) 95 Value: 0.00 EV 98 Value: 3.80 EV (f/3.7)
|
D | olympus_makernote_variant_5.jpg.parsed | 80 Value: -0.10 EV (3.20 cd/m^2) 83 Value: -1.80 EV 86 Value: 2.10 EV (f/2.1)
|
D | olympus_makernote_variant_4.jpg.parsed | 83 Value: 0.00 EV 86 Value: 3.61 EV (f/3.5)
|
D | olympus_makernote_variant_3.jpg.parsed | 77 Value: 0.00 EV 80 Value: 3.26 EV (f/3.1)
|
D | pentax_makernote_variant_2.jpg.parsed | 71 Value: 0.00 EV 74 Value: 2.60 EV (f/2.5)
|
D | pentax_makernote_variant_3.jpg.parsed | 74 Value: 0.00 EV 77 Value: 3.00 EV (f/2.8)
|
D | olympus_makernote_variant_2.jpg.parsed | 77 Value: -2.00 EV 80 Value: 2.90 EV (f/2.7)
|
/third_party/ffmpeg/libavcodec/ |
D | cavsdsp.c | 345 #define CAVS_SUBPIX_HV(OPNAME, OP, NAME, AH, BH, CH, DH, EH, FH, AV, BV, CV, DV, EV, FV, FULL) \ argument 385 …OP(dst[0*dstStride], AV*tmpB + BV*tmpA + CV*tmp0 + DV*tmp1 + EV*tmp2 + FV*tmp3 + 64*src2[0*srcStri… 386 …OP(dst[1*dstStride], AV*tmpA + BV*tmp0 + CV*tmp1 + DV*tmp2 + EV*tmp3 + FV*tmp4 + 64*src2[1*srcStri… 387 …OP(dst[2*dstStride], AV*tmp0 + BV*tmp1 + CV*tmp2 + DV*tmp3 + EV*tmp4 + FV*tmp5 + 64*src2[2*srcStri… 388 …OP(dst[3*dstStride], AV*tmp1 + BV*tmp2 + CV*tmp3 + DV*tmp4 + EV*tmp5 + FV*tmp6 + 64*src2[3*srcStri… 389 …OP(dst[4*dstStride], AV*tmp2 + BV*tmp3 + CV*tmp4 + DV*tmp5 + EV*tmp6 + FV*tmp7 + 64*src2[4*srcStri… 390 …OP(dst[5*dstStride], AV*tmp3 + BV*tmp4 + CV*tmp5 + DV*tmp6 + EV*tmp7 + FV*tmp8 + 64*src2[5*srcStri… 391 …OP(dst[6*dstStride], AV*tmp4 + BV*tmp5 + CV*tmp6 + DV*tmp7 + EV*tmp8 + FV*tmp9 + 64*src2[6*srcStri… 392 …OP(dst[7*dstStride], AV*tmp5 + BV*tmp6 + CV*tmp7 + DV*tmp8 + EV*tmp9 + FV*tmp10 + 64*src2[7*srcStr… 414 OP(dst[0*dstStride], AV*tmpB + BV*tmpA + CV*tmp0 + DV*tmp1 + EV*tmp2 + FV*tmp3); \ [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstExtenders.cpp | 367 bool operator<(const ExtValue &EV) const; 368 bool operator==(const ExtValue &EV) const { in operator ==() 369 return ExtRoot(*this) == ExtRoot(EV) && Offset == EV.Offset; in operator ==() 371 bool operator!=(const ExtValue &EV) const { in operator !=() 372 return !operator==(EV); in operator !=() 427 friend raw_ostream &operator<< (raw_ostream &OS, const ExtValue &EV); 543 raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtValue &EV) { in operator <<() argument 544 OS << HCE::ExtRoot(EV) << " off:" << EV.Offset; in operator <<() 765 bool HCE::ExtValue::operator< (const HCE::ExtValue &EV) const { in operator <() 767 if (!(ER == ExtRoot(EV))) in operator <() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Error.cpp | 35 std::string _object_error_category::message(int EV) const { in message() 36 object_error E = static_cast<object_error>(EV); in message()
|
/third_party/openssl/util/ |
D | local_shlib.com.in | 25 $ EV = __'E' 28 $ DEFINE 'E' 'EV'
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | ErrorHandling.cpp | 151 std::error_code llvm::mapWindowsError(unsigned EV) { in mapWindowsError() argument 152 switch (EV) { in mapWindowsError() 203 return std::error_code(EV, std::system_category()); in mapWindowsError()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | IPConstantPropagation.cpp | 257 if (ExtractValueInst *EV = dyn_cast<ExtractValueInst>(Ins)) in PropagateConstantReturn() local 258 if (EV->getNumIndices() == 1) in PropagateConstantReturn() 259 index = *EV->idx_begin(); in PropagateConstantReturn()
|
D | DeadArgumentElimination.cpp | 1052 ExtractValueInst *EV = ExtractValueInst::Create(OldRet, i, in RemoveDeadStuffFromFunction() local 1058 RetVal = InsertValueInst::Create(RetVal, EV, NewRetIdxs[i], in RemoveDeadStuffFromFunction() 1063 RetVal = EV; in RemoveDeadStuffFromFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ErrorHandling.cpp | 243 std::error_code llvm::mapWindowsError(unsigned EV) { in mapWindowsError() argument 244 switch (EV) { in mapWindowsError() 295 return std::error_code(EV, std::system_category()); in mapWindowsError()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | WindowsError.h | 15 std::error_code mapWindowsError(unsigned EV);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | WindowsError.h | 16 std::error_code mapWindowsError(unsigned EV);
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_SerbianSH.txt | 1115 ŠĆERBAĆEV GLIGORIJE 1116 ŠĆEVČIK PAVLE 1288 ŠARČEV ANTONIJA 1289 ŠARČEV JELENA 1290 ŠARČEV MIROSLAVA 1291 ŠARČEV NIKOLA 1292 ŠARČEV VLADIMIR 1638 ŠEVČIĆ ĐORĐE 2540 ŠTEVANČEV LJUBOMIR 2804 ŠURJANČEV IVAN [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | Latn_Armn.txt | 50 EV ↔ ԵՒ ;
|
/third_party/icu/icu4c/source/data/translit/ |
D | Latn_Armn.txt | 51 EV ↔ ԵՒ ;
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | Latn_Armn.txt | 51 EV ↔ ԵՒ ;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 2694 Instruction *InstCombiner::visitExtractValueInst(ExtractValueInst &EV) { in visitExtractValueInst() argument 2695 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst() 2697 if (!EV.hasIndices()) in visitExtractValueInst() 2698 return replaceInstUsesWith(EV, Agg); in visitExtractValueInst() 2700 if (Value *V = SimplifyExtractValueInst(Agg, EV.getIndices(), in visitExtractValueInst() 2701 SQ.getWithInstruction(&EV))) in visitExtractValueInst() 2702 return replaceInstUsesWith(EV, V); in visitExtractValueInst() 2707 for (exti = EV.idx_begin(), insi = IV->idx_begin(), in visitExtractValueInst() 2708 exte = EV.idx_end(), inse = IV->idx_end(); in visitExtractValueInst() 2721 EV.getIndices()); in visitExtractValueInst() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 1284 ExtractValueInst *EV = dyn_cast<ExtractValueInst>(User); in expandAtomicCmpXchg() local 1285 if (!EV) in expandAtomicCmpXchg() 1288 assert(EV->getNumIndices() == 1 && EV->getIndices()[0] <= 1 && in expandAtomicCmpXchg() 1291 if (EV->getIndices()[0] == 0) in expandAtomicCmpXchg() 1292 EV->replaceAllUsesWith(Loaded); in expandAtomicCmpXchg() 1294 EV->replaceAllUsesWith(Success); in expandAtomicCmpXchg() 1296 PrunedInsts.push_back(EV); in expandAtomicCmpXchg() 1300 for (auto EV : PrunedInsts) in expandAtomicCmpXchg() local 1301 EV->eraseFromParent(); in expandAtomicCmpXchg()
|
/third_party/boost/boost/graph/ |
D | howard_cycle_ratio.hpp | 506 typename TEW2, typename EV > 508 const TG& g, TVIM vim, TEW1 ewm, TEW2 ew2m, EV* pcc) in optimum_cycle_ratio()
|