Home
last modified time | relevance | path

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

12345678910>>...113

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/reduce/
H A Dreduction_pass.cpp36 std::vector<std::unique_ptr<ReductionOpportunity>> opportunities = in TryApplyReduction() local
41 if (granularity_ > opportunities.size()) { in TryApplyReduction()
42 granularity_ = std::max((uint32_t)1, (uint32_t)opportunities.size()); in TryApplyReduction()
47 if (index_ >= opportunities.size()) { in TryApplyReduction()
58 i < std::min(index_ + granularity_, (uint32_t)opportunities.size()); in TryApplyReduction()
60 opportunities[i]->TryToApply(); in TryApplyReduction()
H A Doperand_to_dominating_id_reduction_opportunity_finder.cpp63 std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities, in GetOpportunitiesForDominatingInst() argument
103 opportunities->push_back( in GetOpportunitiesForDominatingInst()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/reduce/
H A Dreduction_pass.cpp36 std::vector<std::unique_ptr<ReductionOpportunity>> opportunities = in TryApplyReduction() local
41 if (granularity_ > opportunities.size()) { in TryApplyReduction()
42 granularity_ = std::max((uint32_t)1, (uint32_t)opportunities.size()); in TryApplyReduction()
47 if (index_ >= opportunities.size()) { in TryApplyReduction()
58 i < std::min(index_ + granularity_, (uint32_t)opportunities.size()); in TryApplyReduction()
60 opportunities[i]->TryToApply(); in TryApplyReduction()
H A Doperand_to_dominating_id_reduction_opportunity_finder.cpp59 std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities, in GetOpportunitiesForDominatingInst() argument
99 opportunities->push_back( in GetOpportunitiesForDominatingInst()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dreduction_pass.cpp36 std::vector<std::unique_ptr<ReductionOpportunity>> opportunities = in TryApplyReduction() local
41 if (granularity_ > opportunities.size()) { in TryApplyReduction()
42 granularity_ = std::max((uint32_t)1, (uint32_t)opportunities.size()); in TryApplyReduction()
47 if (index_ >= opportunities.size()) { in TryApplyReduction()
58 i < std::min(index_ + granularity_, (uint32_t)opportunities.size()); in TryApplyReduction()
60 opportunities[i]->TryToApply(); in TryApplyReduction()
H A Doperand_to_dominating_id_reduction_opportunity_finder.cpp59 std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities, in GetOpportunitiesForDominatingInst() argument
99 opportunities->push_back( in GetOpportunitiesForDominatingInst()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/reduce/
H A Dreduction_pass.cpp36 std::vector<std::unique_ptr<ReductionOpportunity>> opportunities = in TryApplyReduction() local
41 if (granularity_ > opportunities.size()) { in TryApplyReduction()
42 granularity_ = std::max((uint32_t)1, (uint32_t)opportunities.size()); in TryApplyReduction()
47 if (index_ >= opportunities.size()) { in TryApplyReduction()
58 i < std::min(index_ + granularity_, (uint32_t)opportunities.size()); in TryApplyReduction()
60 opportunities[i]->TryToApply(); in TryApplyReduction()
H A Doperand_to_dominating_id_reduction_opportunity_finder.cpp63 std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities, in GetOpportunitiesForDominatingInst() argument
103 opportunities->push_back( in GetOpportunitiesForDominatingInst()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/reduce/
H A Dreduction_pass.cpp36 std::vector<std::unique_ptr<ReductionOpportunity>> opportunities = in TryApplyReduction() local
41 if (granularity_ > opportunities.size()) { in TryApplyReduction()
42 granularity_ = std::max((uint32_t)1, (uint32_t)opportunities.size()); in TryApplyReduction()
47 if (index_ >= opportunities.size()) { in TryApplyReduction()
58 i < std::min(index_ + granularity_, (uint32_t)opportunities.size()); in TryApplyReduction()
60 opportunities[i]->TryToApply(); in TryApplyReduction()
H A Doperand_to_dominating_id_reduction_opportunity_finder.cpp63 std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities, in GetOpportunitiesForDominatingInst() argument
103 opportunities->push_back( in GetOpportunitiesForDominatingInst()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/reduce/
H A Dreduction_pass.cpp36 std::vector<std::unique_ptr<ReductionOpportunity>> opportunities = in TryApplyReduction() local
41 if (granularity_ > opportunities.size()) { in TryApplyReduction()
42 granularity_ = std::max((uint32_t)1, (uint32_t)opportunities.size()); in TryApplyReduction()
47 if (index_ >= opportunities.size()) { in TryApplyReduction()
58 i < std::min(index_ + granularity_, (uint32_t)opportunities.size()); in TryApplyReduction()
60 opportunities[i]->TryToApply(); in TryApplyReduction()
H A Doperand_to_dominating_id_reduction_opportunity_finder.cpp59 std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities, in GetOpportunitiesForDominatingInst() argument
99 opportunities->push_back( in GetOpportunitiesForDominatingInst()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/reduce/
H A Dreduction_pass.cpp36 std::vector<std::unique_ptr<ReductionOpportunity>> opportunities = in TryApplyReduction() local
41 if (granularity_ > opportunities.size()) { in TryApplyReduction()
42 granularity_ = std::max((uint32_t)1, (uint32_t)opportunities.size()); in TryApplyReduction()
47 if (index_ >= opportunities.size()) { in TryApplyReduction()
58 i < std::min(index_ + granularity_, (uint32_t)opportunities.size()); in TryApplyReduction()
60 opportunities[i]->TryToApply(); in TryApplyReduction()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/hyphenation-0.8.4/benches/
H A Dhyphenate.rs56 EN_US.opportunities(w); in dictionary_opportunities_en_us()
66 b.iter(|| EN_US.opportunities(black_box(w))) in opportunities_en_us()
82 b.iter(|| HU_STD.opportunities(black_box(w))) in opportunities_hu_standard()
90 b.iter(|| HU_EXT.opportunities(black_box(w))) in opportunities_hu_extended()
122 b.iter(|| TR.opportunities(black_box(w))) in special_casing_ignored()
137 b.iter(|| EN_US.opportunities(black_box(OVERLONG_EN_US))) in opportunities_en_us_overlong()
144 b.iter(|| GRC.opportunities(black_box(OVERLONG_GRC))) in opportunities_grc_overlong()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/reduce/
H A Dmerge_blocks_test.cpp557 auto opportunities = in MergeBlocksReductionPassTest_LoopReturn_Helper() local
562 ASSERT_EQ(opportunities.size(), 2); in MergeBlocksReductionPassTest_LoopReturn_Helper()
566 std::reverse(opportunities.begin(), opportunities.end()); in MergeBlocksReductionPassTest_LoopReturn_Helper()
570 for (auto& ri : opportunities) { in MergeBlocksReductionPassTest_LoopReturn_Helper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/test/reduce/
H A Dmerge_blocks_test.cpp557 auto opportunities = in MergeBlocksReductionPassTest_LoopReturn_Helper() local
562 ASSERT_EQ(opportunities.size(), 2); in MergeBlocksReductionPassTest_LoopReturn_Helper()
566 std::reverse(opportunities.begin(), opportunities.end()); in MergeBlocksReductionPassTest_LoopReturn_Helper()
570 for (auto& ri : opportunities) { in MergeBlocksReductionPassTest_LoopReturn_Helper()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/reduce/
H A Dmerge_blocks_test.cpp557 auto opportunities = in MergeBlocksReductionPassTest_LoopReturn_Helper() local
562 ASSERT_EQ(opportunities.size(), 2); in MergeBlocksReductionPassTest_LoopReturn_Helper()
566 std::reverse(opportunities.begin(), opportunities.end()); in MergeBlocksReductionPassTest_LoopReturn_Helper()
570 for (auto& ri : opportunities) { in MergeBlocksReductionPassTest_LoopReturn_Helper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/test/reduce/
H A Dmerge_blocks_test.cpp557 auto opportunities = in MergeBlocksReductionPassTest_LoopReturn_Helper() local
562 ASSERT_EQ(opportunities.size(), 2); in MergeBlocksReductionPassTest_LoopReturn_Helper()
566 std::reverse(opportunities.begin(), opportunities.end()); in MergeBlocksReductionPassTest_LoopReturn_Helper()
570 for (auto& ri : opportunities) { in MergeBlocksReductionPassTest_LoopReturn_Helper()
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.red-gate.com28 Disallow: /our-company/careers/current-opportunities/apply-for-graduate-soft-eng-csharp-assess
29 Disallow: /our-company/careers/current-opportunities/apply-for-graduate-soft-eng-faq
30 Disallow: /our-company/careers/current-opportunities/apply-for-graduate-soft-eng-java-assess
31 Disallow: /our-company/careers/current-opportunities/apply-for-graduate-software-engineer
32 Disallow: /our-company/careers/current-opportunities/apply-for-soft-eng-csharp-assess
33 Disallow: /our-company/careers/current-opportunities/apply-for-soft-eng-faq
34 Disallow: /our-company/careers/current-opportunities/apply-for-soft-eng-java-assess
35 Disallow: /our-company/careers/current-opportunities/apply-for-software-engineer
36 Disallow: /our-company/careers/current-opportunities/includes/
/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/reduce/
H A Dmerge_blocks_test.cpp557 auto opportunities = in MergeBlocksReductionPassTest_LoopReturn_Helper() local
562 ASSERT_EQ(opportunities.size(), 2); in MergeBlocksReductionPassTest_LoopReturn_Helper()
566 std::reverse(opportunities.begin(), opportunities.end()); in MergeBlocksReductionPassTest_LoopReturn_Helper()
570 for (auto& ri : opportunities) { in MergeBlocksReductionPassTest_LoopReturn_Helper()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/reduce/
H A Dmerge_blocks_test.cpp557 auto opportunities = in MergeBlocksReductionPassTest_LoopReturn_Helper() local
562 ASSERT_EQ(opportunities.size(), 2); in MergeBlocksReductionPassTest_LoopReturn_Helper()
566 std::reverse(opportunities.begin(), opportunities.end()); in MergeBlocksReductionPassTest_LoopReturn_Helper()
570 for (auto& ri : opportunities) { in MergeBlocksReductionPassTest_LoopReturn_Helper()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/hyphenation-0.8.4/src/
H A Dhyphenator.rs64 fn opportunities(&'h self, lowercase_word : &str) -> Vec<Self::Opportunity> { in opportunities() method
158 self.opportunities(word) in hyphenate()
163 self.opportunities(word) in hyphenate()
219 self.opportunities(word) in hyphenate()
224 self.opportunities(word) in hyphenate()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/crm/
H A DREADME.md14 Track your opportunities pipeline with the revolutionary kanban view. Work
16 new messages, top opportunities and expected revenues.
30 Get your opportunities organized to stay focused on the best deals. Manage all
34 Follow opportunities that interest you to get notified upon specific events:
45 emails and route them to the right opportunities or Sales Team. New leads are
/dports/math/jacop/jacop-4.8.0/src/test/fz/upTo5sec/arbitrage_loops/
H A Darbitrage_loops.mzn18 % convinced that there could be some profitable arbitrage opportunities to
67 % As a matter of fact, triangular arbitrage opportunities do actually exist in
68 % the forex trading market. However, it is important to note that these opportunities
70 % that these arbitrage opportunities will not last forever. Once people start to
76 % soft wares are programmed to specifically sift out such arbitraging opportunities and will
77 % profit from these imbalance at the very split second that these opportunities present
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/mass_mailing/
H A DREADME.md4 Easily send mass mailing to your leads, opportunities or customers
12 Import database of prospects or filter on existing leads, opportunities and
27 opportunities in one simple and powerful platform.
35 Send template of emails from Odoo <a href="https://www.odoo.com/page/mailing">CRM opportunities</a>…
65 your customer. Get documents created automatically (leads, opportunities,

12345678910>>...113