/external/opencv3/modules/photo/src/ |
D | fast_nlmeans_denoising_invoker_commons.hpp | 316 template <typename T, typename IT, typename WT> struct incWithWeight_ 318 static inline void f(IT* estimation, IT* weights_sum, WT weight, T p) in f() 320 estimation[0] += (IT)weight * p; in f() 321 weights_sum[0] += (IT)weight; in f() 325 template <typename ET, typename IT, typename WT> struct incWithWeight_<Vec<ET, 2>, IT, WT> 327 static inline void f(IT* estimation, IT* weights_sum, WT weight, Vec<ET, 2> p) in f() 329 estimation[0] += (IT)weight * p[0]; in f() 330 estimation[1] += (IT)weight * p[1]; in f() 331 weights_sum[0] += (IT)weight; in f() 335 template <typename ET, typename IT, typename WT> struct incWithWeight_<Vec<ET, 3>, IT, WT> [all …]
|
D | fast_nlmeans_denoising_invoker.hpp | 53 template <typename T, typename IT, typename UIT, typename D, typename WT> 102 template <typename T, typename IT, typename UIT, typename D, typename WT> 103 FastNlMeansDenoisingInvoker<T, IT, UIT, D, WT>::FastNlMeansDenoisingInvoker( in FastNlMeansDenoisingInvoker() 120 const IT max_estimate_sum_value = in FastNlMeansDenoisingInvoker() 121 (IT)search_window_size_ * (IT)search_window_size_ * (IT)pixelInfo<T>::sampleMax(); in FastNlMeansDenoisingInvoker() 122 fixed_point_mult_ = (int)std::min<IT>(std::numeric_limits<IT>::max() / max_estimate_sum_value, in FastNlMeansDenoisingInvoker() 148 template <typename T, typename IT, typename UIT, typename D, typename WT> 149 void FastNlMeansDenoisingInvoker<T, IT, UIT, D, WT>::operator() (const Range& range) const in operator ()() 226 IT estimation[pixelInfo<T>::channels], weights_sum[pixelInfo<WT>::channels]; in operator ()() 241 incWithWeight<T, IT, WT>(estimation, weights_sum, weight, p); in operator ()() [all …]
|
D | fast_nlmeans_multi_denoising_invoker.hpp | 53 template <typename T, typename IT, typename UIT, typename D, typename WT> 97 template <typename T, typename IT, typename UIT, typename D, typename WT> 98 FastNlMeansMultiDenoisingInvoker<T, IT, UIT, D, WT>::FastNlMeansMultiDenoisingInvoker( in FastNlMeansMultiDenoisingInvoker() 128 const IT max_estimate_sum_value = in FastNlMeansMultiDenoisingInvoker() 129 …(IT)temporal_window_size_ * (IT)search_window_size_ * (IT)search_window_size_ * (IT)pixelInfo<T>::… in FastNlMeansMultiDenoisingInvoker() 130 fixed_point_mult_ = (int)std::min<IT>(std::numeric_limits<IT>::max() / max_estimate_sum_value, in FastNlMeansMultiDenoisingInvoker() 159 template <typename T, typename IT, typename UIT, typename D, typename WT> 160 void FastNlMeansMultiDenoisingInvoker<T, IT, UIT, D, WT>::operator() (const Range& range) const in operator ()() 246 IT estimation[pixelInfo<T>::channels], weights_sum[pixelInfo<WT>::channels]; in operator ()() 267 incWithWeight<T, IT, WT>(estimation, weights_sum, weight, p); in operator ()() [all …]
|
D | denoising.cpp | 48 template<typename ST, typename IT, typename UIT, typename D> 58 FastNlMeansDenoisingInvoker<ST, IT, UIT, D, int>( in fastNlMeansDenoising_() 65 FastNlMeansDenoisingInvoker<Vec<ST, 2>, IT, UIT, D, int>( in fastNlMeansDenoising_() 70 FastNlMeansDenoisingInvoker<Vec<ST, 2>, IT, UIT, D, Vec2i>( in fastNlMeansDenoising_() 77 FastNlMeansDenoisingInvoker<Vec<ST, 3>, IT, UIT, D, int>( in fastNlMeansDenoising_() 82 FastNlMeansDenoisingInvoker<Vec<ST, 3>, IT, UIT, D, Vec3i>( in fastNlMeansDenoising_() 89 FastNlMeansDenoisingInvoker<Vec<ST, 4>, IT, UIT, D, int>( in fastNlMeansDenoising_() 94 FastNlMeansDenoisingInvoker<Vec<ST, 4>, IT, UIT, D, Vec4i>( in fastNlMeansDenoising_() 241 template<typename ST, typename IT, typename UIT, typename D> 254 FastNlMeansMultiDenoisingInvoker<uchar, IT, UIT, D, int>( in fastNlMeansDenoisingMulti_() [all …]
|
/external/llvm/test/MC/ARM/ |
D | v8_IT_manual.s | 11 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block 14 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block 18 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block 30 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block 34 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block 42 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block 46 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block 50 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block 59 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block 71 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block [all …]
|
D | thumb2-narrow-dp.ll | 24 IT EQ 28 IT EQ 33 IT EQ 37 IT EQ 50 IT EQ 52 ADDEQ r0, r2, r1 // (In IT) ADD has T1 narrow 3 operand 54 IT EQ 56 ADDEQ r2, r2, r1 // (In IT) ADD has T1 narrow 3 operand 59 IT EQ 63 IT EQ [all …]
|
D | deprecated-v8.s | 31 @ CHECK-THUMBV8: warning: deprecated instruction in IT block 36 @ CHECK-ARMV8: warning: applying IT instruction to more than one subsequent instruction is deprecat… 37 @ CHECK-THUMBV8: warning: applying IT instruction to more than one subsequent instruction is deprec… 41 @ CHECK-THUMBV8: warning: deprecated instruction in IT block 45 @ CHECK-THUMBV8: warning: deprecated instruction in IT block 49 @ CHECK-THUMBV8: warning: deprecated instruction in IT block
|
D | thumb2-diagnostics.s | 7 @ Ill-formed IT block instructions. 16 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'le', but expected 'eq' 19 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'al', but expected 'ne' 22 @ CHECK-ERRORS: error: instructions in IT block must be predicable 25 @ CHECK-ERRORS: error: too many conditions on IT instruction 28 @ CHECK-ERRORS: error: illegal IT block condition mask 'tfe' 31 @ CHECK-ERRORS: error: predicated instructions must be in IT block
|
D | thumb-load-store-multiple.s | 25 @ CHECK: error: instruction must be outside of IT block or the last instruction in an IT block 39 @ CHECK: error: instruction must be outside of IT block or the last instruction in an IT block 85 @ CHECK: error: instruction must be outside of IT block or the last instruction in an IT block
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/it-IT/ |
D | it-IT_cm0_sg.txt | 1 # collection of it-IT cm0 siggen knowledge bases 11 FST_SPHO_2 "../pkb/it-IT/it-IT_cm0_kfst_spho2.pkb" 12 DT_DUR "../pkb/it-IT/it-IT_cm0_kdt_dur.pkb" 13 DT_LFZ1 "../pkb/it-IT/it-IT_cm0_kdt_lfz1.pkb" 14 DT_LFZ2 "../pkb/it-IT/it-IT_cm0_kdt_lfz2.pkb" 15 DT_LFZ3 "../pkb/it-IT/it-IT_cm0_kdt_lfz3.pkb" 16 DT_LFZ4 "../pkb/it-IT/it-IT_cm0_kdt_lfz4.pkb" 17 DT_LFZ5 "../pkb/it-IT/it-IT_cm0_kdt_lfz5.pkb" 18 DT_MGC1 "../pkb/it-IT/it-IT_cm0_kdt_mgc1.pkb" 19 DT_MGC2 "../pkb/it-IT/it-IT_cm0_kdt_mgc2.pkb" [all …]
|
D | it-IT_ta.txt | 1 # collection of it-IT textana knowledge bases 12 TPP_MAIN "../pkb/it-IT/it-IT_kpr.pkb" 13 TAB_GRAPHS "../pkb/it-IT/it-IT_ktab_graphs.pkb" 14 TAB_PHONES "../pkb/it-IT/it-IT_ktab_phones.pkb" 15 TAB_POS "../pkb/it-IT/it-IT_ktab_pos.pkb" 16 LEX_MAIN "../pkb/it-IT/it-IT_klex.pkb" 17 DT_POSP "../pkb/it-IT/it-IT_kdt_posp.pkb" 18 DT_POSD "../pkb/it-IT/it-IT_kdt_posd.pkb" 19 DT_G2P "../pkb/it-IT/it-IT_kdt_g2p.pkb" 20 FST_WPHO_1 "../pkb/it-IT/it-IT_kfst_wpho1.pkb" [all …]
|
D | it-IT_dbg.txt | 1 # collection of it-IT dbg knowledge bases 12 DBG "../pkb/it-IT/it-IT_kdbg.pkb"
|
/external/svox/pico/tests/data/ |
D | xsampa_pico_man_it-IT.txt | 5 # Italian (it-IT) 19 <speak xml:lang="it-IT"> I test <phoneme alphabet="xsampa" ph=""baN.ko"/>.</speak> 22 <speak xml:lang="it-IT"> I test <phoneme alphabet="xsampa" ph=""da.n:o"/>.</speak> 25 <speak xml:lang="it-IT"> I test <phoneme alphabet="xsampa" ph=""gam.ba"/>.</speak> 28 <speak xml:lang="it-IT"> I test <phoneme alphabet="xsampa" ph=""ka:.ne"/>.</speak> 31 <speak xml:lang="it-IT"> I test <phoneme alphabet="xsampa" ph=""pa:.ne"/>.</speak> 34 <speak xml:lang="it-IT"> I test <phoneme alphabet="xsampa" ph=""tan.to"/>.</speak> 37 <speak xml:lang="it-IT"> I test <phoneme alphabet="xsampa" ph=""go.b:o"/>.</speak> 40 <speak xml:lang="it-IT"> I test <phoneme alphabet="xsampa" ph=""ka.d:e"/>.</speak> 43 <speak xml:lang="it-IT"> I test <phoneme alphabet="xsampa" ph=""fu.g:a"/>.</speak> [all …]
|
/external/llvm/lib/Support/ |
D | Options.cpp | 21 for (auto IT = Options.begin(); IT != Options.end(); ++IT) in ~OptionRegistry() local 22 delete IT->second; in ~OptionRegistry()
|
/external/clang/test/OpenMP/ |
D | parallel_for_loop_messages.cpp | 479 template <typename IT, int ST> 482 int dotest_lt(IT begin, IT end) { in dotest_lt() 486 for (IT I = begin; I < end; I = I + ST) { in dotest_lt() 492 for (IT I = begin; I <= end; I += ST) { in dotest_lt() 496 for (IT I = begin; I < end; ++I) { in dotest_lt() 501 static IT step() { in step() 502 return IT(ST); in step() 505 template <typename IT, int ST = 0> 506 int dotest_gt(IT begin, IT end) { in dotest_gt() 510 for (IT I = begin; I >= end; I = I + ST) { in dotest_gt() [all …]
|
D | simd_loop_messages.cpp | 469 template <typename IT, int ST> class TC { 471 int dotest_lt(IT begin, IT end) { in dotest_lt() 475 for (IT I = begin; I < end; I = I + ST) { in dotest_lt() 481 for (IT I = begin; I <= end; I += ST) { in dotest_lt() 485 for (IT I = begin; I < end; ++I) { in dotest_lt() 490 static IT step() { in step() 491 return IT(ST); in step() 494 template <typename IT, int ST=0> int dotest_gt(IT begin, IT end) { in dotest_gt() 498 for (IT I = begin; I >= end; I = I + ST) { in dotest_gt() 504 for (IT I = begin; I >= end; I += ST) { in dotest_gt() [all …]
|
D | for_simd_loop_messages.cpp | 557 template <typename IT, int ST> 560 int dotest_lt(IT begin, IT end) { in dotest_lt() 565 for (IT I = begin; I < end; I = I + ST) { in dotest_lt() 572 for (IT I = begin; I <= end; I += ST) { in dotest_lt() 577 for (IT I = begin; I < end; ++I) { in dotest_lt() 582 static IT step() { in step() 583 return IT(ST); in step() 586 template <typename IT, int ST = 0> 587 int dotest_gt(IT begin, IT end) { in dotest_gt() 592 for (IT I = begin; I >= end; I = I + ST) { in dotest_gt() [all …]
|
D | parallel_for_simd_loop_messages.cpp | 480 template <typename IT, int ST> 483 int dotest_lt(IT begin, IT end) { in dotest_lt() 487 for (IT I = begin; I < end; I = I + ST) { in dotest_lt() 493 for (IT I = begin; I <= end; I += ST) { in dotest_lt() 497 for (IT I = begin; I < end; ++I) { in dotest_lt() 502 static IT step() { in step() 503 return IT(ST); in step() 506 template <typename IT, int ST = 0> 507 int dotest_gt(IT begin, IT end) { in dotest_gt() 511 for (IT I = begin; I >= end; I = I + ST) { in dotest_gt() [all …]
|
D | for_loop_messages.cpp | 576 template <typename IT, int ST> 579 int dotest_lt(IT begin, IT end) { in dotest_lt() 584 for (IT I = begin; I < end; I = I + ST) { in dotest_lt() 591 for (IT I = begin; I <= end; I += ST) { in dotest_lt() 596 for (IT I = begin; I < end; ++I) { in dotest_lt() 601 static IT step() { in step() 602 return IT(ST); in step() 605 template <typename IT, int ST = 0> 606 int dotest_gt(IT begin, IT end) { in dotest_gt() 611 for (IT I = begin; I >= end; I = I + ST) { in dotest_gt() [all …]
|
D | taskloop_loop_messages.cpp | 577 template <typename IT, int ST> 580 int dotest_lt(IT begin, IT end) { in dotest_lt() 585 for (IT I = begin; I < end; I = I + ST) { in dotest_lt() 592 for (IT I = begin; I <= end; I += ST) { in dotest_lt() 597 for (IT I = begin; I < end; ++I) { in dotest_lt() 602 static IT step() { in step() 603 return IT(ST); in step() 606 template <typename IT, int ST = 0> 607 int dotest_gt(IT begin, IT end) { in dotest_gt() 612 for (IT I = begin; I >= end; I = I + ST) { in dotest_gt() [all …]
|
D | taskloop_simd_loop_messages.cpp | 578 template <typename IT, int ST> 581 int dotest_lt(IT begin, IT end) { in dotest_lt() 586 for (IT I = begin; I < end; I = I + ST) { in dotest_lt() 593 for (IT I = begin; I <= end; I += ST) { in dotest_lt() 598 for (IT I = begin; I < end; ++I) { in dotest_lt() 603 static IT step() { in step() 604 return IT(ST); in step() 607 template <typename IT, int ST = 0> 608 int dotest_gt(IT begin, IT end) { in dotest_gt() 613 for (IT I = begin; I >= end; I = I + ST) { in dotest_gt() [all …]
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb-fp-armv8.txt | 15 0xa8 0xbf # IT block 19 0xc8 0xbf # IT block 23 0x08 0xbf # IT block 27 0xb8 0xbf # IT block 119 0xa8 0xbf # IT block 126 0xb8 0xbf # IT block 133 0x08 0xbf # IT block 137 0x68 0xbf # IT block
|
/external/llvm/include/llvm/ADT/ |
D | ilist.h | 484 NodeTy *remove(iterator &IT) { 485 assert(IT != end() && "Cannot remove end of list!"); 486 NodeTy *Node = &*IT; 495 IT.reset(NextNode); 508 NodeTy *remove(const iterator &IT) { 509 iterator MutIt = IT; 513 NodeTy *remove(NodeTy *IT) { return remove(iterator(IT)); } 514 NodeTy *remove(NodeTy &IT) { return remove(iterator(IT)); } 522 iterator erase(NodeTy *IT) { return erase(iterator(IT)); } 523 iterator erase(NodeTy &IT) { return erase(iterator(IT)); }
|
/external/llvm/lib/Analysis/ |
D | DemandedBits.cpp | 284 if (IntegerType *IT = dyn_cast<IntegerType>(I.getType())) { in performAnalysis() local 286 AliveBits[&I] = APInt(IT->getBitWidth(), 0); in performAnalysis() 296 if (IntegerType *IT = dyn_cast<IntegerType>(J->getType())) in performAnalysis() local 297 AliveBits[J] = APInt::getAllOnesValue(IT->getBitWidth()); in performAnalysis() 328 if (IntegerType *IT = dyn_cast<IntegerType>(I->getType())) { in performAnalysis() local 329 unsigned BitWidth = IT->getBitWidth(); in performAnalysis()
|
/external/llvm/tools/llvm-readobj/ |
D | ARMEHABIPrinter.h | 331 void PrintIndexTable(unsigned SectionIndex, const Elf_Shdr *IT) const; 332 void PrintExceptionTable(const Elf_Shdr *IT, const Elf_Shdr *EHT, 404 void PrinterContext<ET>::PrintExceptionTable(const Elf_Shdr *IT, in PrintExceptionTable() argument 473 const Elf_Shdr *IT) const { in PrintIndexTable() argument 474 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(IT); in PrintIndexTable() 490 const unsigned Entries = IT->sh_size / IndexTableEntrySize; in PrintIndexTable() 506 const uint64_t Offset = PREL31(Word0, IT->sh_addr); in PrintIndexTable() 508 if (ErrorOr<StringRef> Name = FunctionAtAddress(IT->sh_link, Offset)) in PrintIndexTable() 530 uint64_t TableEntryOffset = PREL31(Word1, IT->sh_addr); in PrintIndexTable() 533 PrintExceptionTable(IT, EHT, TableEntryOffset); in PrintIndexTable()
|