Home
last modified time | relevance | path

Searched refs:pe1 (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/dports/x11-fm/worker/worker-4.10.0/src/
H A Dstringbuf.cc46 sb_entry_t *pe1; in find() local
51 if ( pe1 != NULL ) { in find()
52 return pe1->str; in find()
59 sb_entry_t *pe1; in findValue() local
64 if ( pe1 != NULL ) { in findValue()
73 sb_entry_t *pe1; in find() local
78 if ( pe1 != NULL ) { in find()
99 sb_entry_t *pe1; in freeLast() local
101 pe1 = buf.getLast(); in freeLast()
102 if ( pe1 != NULL ) { in freeLast()
[all …]
/dports/devel/spatialindex/spatialindex-src-1.8.5/src/tprtree/
H A DNode.h143 if (pe1->m_pRegion->m_pLow[pe1->m_sortDim] < pe2->m_pRegion->m_pLow[pe1->m_sortDim]) return -1; in compareLow()
144 if (pe1->m_pRegion->m_pLow[pe1->m_sortDim] > pe2->m_pRegion->m_pLow[pe1->m_sortDim]) return 1; in compareLow()
153 … if (pe1->m_pRegion->m_pHigh[pe1->m_sortDim] < pe2->m_pRegion->m_pHigh[pe1->m_sortDim]) return -1; in compareHigh()
154 … if (pe1->m_pRegion->m_pHigh[pe1->m_sortDim] > pe2->m_pRegion->m_pHigh[pe1->m_sortDim]) return 1; in compareHigh()
163 … if (pe1->m_pRegion->m_pVLow[pe1->m_sortDim] < pe2->m_pRegion->m_pVLow[pe1->m_sortDim]) return -1; in compareVLow()
164 … if (pe1->m_pRegion->m_pVLow[pe1->m_sortDim] > pe2->m_pRegion->m_pVLow[pe1->m_sortDim]) return 1; in compareVLow()
173 …if (pe1->m_pRegion->m_pVHigh[pe1->m_sortDim] < pe2->m_pRegion->m_pVHigh[pe1->m_sortDim]) return -1; in compareVHigh()
174 … if (pe1->m_pRegion->m_pVHigh[pe1->m_sortDim] > pe2->m_pRegion->m_pVHigh[pe1->m_sortDim]) return 1; in compareVHigh()
189 ReinsertEntry* pe1 = * (ReinsertEntry**) pv1; in compareReinsertEntry() local
192 if (pe1->m_dist < pe2->m_dist) return -1; in compareReinsertEntry()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/topotests/bgp-evpn-vxlan_topo1/
H A Dtest_bgp_evpn_vxlan.py95 pe1 = tgen.gears["PE1"]
103 pe1.run(
165 pe1 = tgen.gears["PE1"]
241 pe1 = tgen.gears["PE1"]
242 mac_learn_test(host1, pe1)
266 pe1 = tgen.gears["PE1"]
268 mac_test_local_remote(pe1, pe2)
279 pe1 = tgen.gears["PE1"]
281 mac_test_local_remote(pe2, pe1)
358 pe1 = tgen.gears["PE1"]
[all …]
/dports/net/frr7/frr-frr-7.5.1/tests/topotests/bgp-evpn-vxlan_topo1/
H A Dtest_bgp_evpn_vxlan.py95 pe1 = tgen.gears["PE1"]
103 pe1.run(
165 pe1 = tgen.gears["PE1"]
241 pe1 = tgen.gears["PE1"]
242 mac_learn_test(host1, pe1)
266 pe1 = tgen.gears["PE1"]
268 mac_test_local_remote(pe1, pe2)
279 pe1 = tgen.gears["PE1"]
281 mac_test_local_remote(pe2, pe1)
358 pe1 = tgen.gears["PE1"]
[all …]
/dports/x11/runner/runner-1.1/src/aguix/
H A Dcompregex.cc58 regExpComp_t *newre, **pe1; in getCompiled() local
63 pe1 = _compiled_nocase.findToFront( pattern ); in getCompiled()
65 pe1 = _compiled.findToFront( pattern ); in getCompiled()
67 if ( pe1 != NULL ) { in getCompiled()
68 return **pe1; in getCompiled()
97 regExpComp_t **pe1, *e1; in freeLast() local
100 pe1 = _compiled_nocase.getLast(); in freeLast()
102 pe1 = _compiled.getLast(); in freeLast()
104 if ( pe1 != NULL ) { in freeLast()
105 e1 = *pe1; in freeLast()
H A Davltree.hh535 avllist_t **pe1; in remove() local
538 pe1 = tree.find( k ); in remove()
539 if ( pe1 == NULL ) return; in remove()
542 e1 = *pe1; in remove()
543 tree.remove( k, pe1 ); in remove()
565 avllist_t **pe1; in find() local
567 pe1 = tree.find( k ); in find()
570 return &((*pe1)->data); in find()
575 avllist_t **pe1; in findToFront() local
578 pe1 = tree.find( k ); in findToFront()
[all …]
/dports/x11-fm/worker/worker-4.10.0/src/aguix/
H A Dcompregex.cc58 regExpComp_t *newre, **pe1; in getCompiled() local
63 pe1 = _compiled_nocase.findToFront( pattern ); in getCompiled()
65 pe1 = _compiled.findToFront( pattern ); in getCompiled()
67 if ( pe1 != NULL ) { in getCompiled()
68 return **pe1; in getCompiled()
97 regExpComp_t **pe1, *e1; in freeLast() local
100 pe1 = _compiled_nocase.getLast(); in freeLast()
102 pe1 = _compiled.getLast(); in freeLast()
104 if ( pe1 != NULL ) { in freeLast()
105 e1 = *pe1; in freeLast()
H A Davltree.hh535 avllist_t **pe1; in remove() local
538 pe1 = tree.find( k ); in remove()
539 if ( pe1 == NULL ) return; in remove()
542 e1 = *pe1; in remove()
543 tree.remove( k, pe1 ); in remove()
565 avllist_t **pe1; in find() local
567 pe1 = tree.find( k ); in find()
570 return &((*pe1)->data); in find()
575 avllist_t **pe1; in findToFront() local
578 pe1 = tree.find( k ); in findToFront()
[all …]
/dports/devel/spatialindex/spatialindex-src-1.8.5/src/rtree/
H A DNode.h143 RstarSplitEntry* pe1 = * (RstarSplitEntry**) pv1; in compareLow() local
146 assert(pe1->m_sortDim == pe2->m_sortDim); in compareLow()
148 if (pe1->m_pRegion->m_pLow[pe1->m_sortDim] < pe2->m_pRegion->m_pLow[pe2->m_sortDim]) return -1; in compareLow()
149 if (pe1->m_pRegion->m_pLow[pe1->m_sortDim] > pe2->m_pRegion->m_pLow[pe2->m_sortDim]) return 1; in compareLow()
155 RstarSplitEntry* pe1 = * (RstarSplitEntry**) pv1; in compareHigh() local
158 assert(pe1->m_sortDim == pe2->m_sortDim); in compareHigh()
160 … if (pe1->m_pRegion->m_pHigh[pe1->m_sortDim] < pe2->m_pRegion->m_pHigh[pe2->m_sortDim]) return -1; in compareHigh()
161 … if (pe1->m_pRegion->m_pHigh[pe1->m_sortDim] > pe2->m_pRegion->m_pHigh[pe2->m_sortDim]) return 1; in compareHigh()
176 ReinsertEntry* pe1 = * (ReinsertEntry**) pv1; in compareReinsertEntry() local
179 if (pe1->m_dist < pe2->m_dist) return -1; in compareReinsertEntry()
[all …]
/dports/textproc/nuspell/nuspell-5.0.1/src/nuspell/
H A Dchecker.cxx792 auto& pe1 = *it; in strip_prefix_then_prefix() local
799 if (is_circumfix(pe1)) in strip_prefix_then_prefix()
859 auto& pe1 = *i1; in strip_prefix_then_2_suffixes() local
962 auto& pe1 = *i2; in strip_suffix_prefix_suffix() local
965 if (affix_NOT_valid<m>(pe1)) in strip_suffix_prefix_suffix()
1081 auto& pe1 = *it; in strip_2_sfx_pfx_3() local
1087 if (affix_NOT_valid<m>(pe1)) in strip_2_sfx_pfx_3()
1136 auto& pe1 = *i2; in strip_suffix_then_2_prefixes() local
1213 auto& pe1 = *i1; in strip_prefix_suffix_prefix() local
1305 auto& pe1 = *i1; in strip_2_prefixes_then_suffix() local
[all …]
/dports/devel/spatialindex/spatialindex-src-1.8.5/src/mvrtree/
H A DNode.h147 RstarSplitEntry* pe1 = * (RstarSplitEntry**) pv1; in compareLow() local
150 if (pe1->m_pRegion->m_pLow[pe1->m_sortDim] < pe2->m_pRegion->m_pLow[pe2->m_sortDim]) return -1; in compareLow()
151 if (pe1->m_pRegion->m_pLow[pe1->m_sortDim] > pe2->m_pRegion->m_pLow[pe2->m_sortDim]) return 1; in compareLow()
157 RstarSplitEntry* pe1 = * (RstarSplitEntry**) pv1; in compareHigh() local
160 … if (pe1->m_pRegion->m_pHigh[pe1->m_sortDim] < pe2->m_pRegion->m_pHigh[pe2->m_sortDim]) return -1; in compareHigh()
161 … if (pe1->m_pRegion->m_pHigh[pe1->m_sortDim] > pe2->m_pRegion->m_pHigh[pe2->m_sortDim]) return 1; in compareHigh()
/dports/science/step/step-21.12.3/stepcore/
H A Dgas.cc131 ParticleErrors* pe1 = p1->particleErrors(); in calcForce() local
133 Vector2d rV = pe2->positionVariance() + pe1->positionVariance(); in calcForce()
147 pe1->applyForceVariance(forceV); in calcForce()
272 ParticleErrors* pe1 = static_cast<ParticleErrors*>(p1->tryGetObjectErrors()); in rectMeanParticleMassVariance() local
273 if(pe1) massVariance += pe1->massVariance(); in rectMeanParticleMassVariance()
316 if(pe1) massVariance += pe1->massVariance(); in rectMassVariance()
369 if(pe1) velocityVariance += pe1->velocityVariance(); in rectMeanVelocityVariance()
421 if(pe1) { in rectMeanKineticEnergyVariance()
423 pe1->massVariance() * square(p1->velocity().squaredNorm()) + in rectMeanKineticEnergyVariance()
480 if(pe1) { in rectTemperatureVariance()
[all …]
H A Dgravitation.cc84 ParticleErrors* pe1 = p1->particleErrors(); in calcForce() local
86 Vector2d rV = pe2->positionVariance() + pe1->positionVariance(); in calcForce()
90 pe1->applyForceVariance(forceV); in calcForce()
115 ParticleErrors* pe1 = p1->particleErrors(); in calcForce() local
116 Vector2d forceV(0., square(_weightConst)*pe1->massVariance()+ in calcForce()
118 pe1->applyForceVariance(forceV); in calcForce()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkPathEffect.cpp30 SkPairPathEffect::SkPairPathEffect(sk_sp<SkPathEffect> pe0, sk_sp<SkPathEffect> pe1) in SkPairPathEffect() argument
31 : fPE0(std::move(pe0)), fPE1(std::move(pe1)) in SkPairPathEffect()
62 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
63 return SkComposePathEffect::Make(std::move(pe0), std::move(pe1)); in CreateProc()
90 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
91 return SkSumPathEffect::Make(pe0, pe1); in CreateProc()
/dports/databases/p5-DBD-ODBC/DBD-ODBC-1.61/t/
H A DExecuteArray.pm360 my @pe1 = @p1;
361 $pe1[-1] = 1;
362 $sth->bind_param_array(1, \@pe1);
367 check_data($dbh, [@pe1[0..4]], [@p2[0..4]]);
374 my @pe1 = @p1;
375 $pe1[-2] = 1;
376 $sth->bind_param_array(1, \@pe1);
380 check_data($dbh, [@pe1[0..2],$pe1[4]], [@p2[0..2], $p2[4]]);
476 my @pe1 = @p1;
477 $pe1[-1] = 10; # non-existant row
[all …]
/dports/math/fftw/fftw-2.1.5/mpi/
H A Dsched.c150 static void add_pair_to_comm_schedule(int **sched, int pe1, int pe2) in add_pair_to_comm_schedule() argument
152 add_dest_to_comm_schedule(sched, pe1, pe2); in add_pair_to_comm_schedule()
153 if (pe1 != pe2) in add_pair_to_comm_schedule()
154 add_dest_to_comm_schedule(sched, pe2, pe1); in add_pair_to_comm_schedule()
316 static void comm_schedule_swap(int **sched, int npes, int pe1, int pe2) in comm_schedule_swap() argument
322 if (sched[pe][i] == pe1) in comm_schedule_swap()
325 sched[pe][i] = pe1; in comm_schedule_swap()
328 dummy = sched[pe1]; in comm_schedule_swap()
329 sched[pe1] = sched[pe2]; in comm_schedule_swap()
/dports/math/fftw-float/fftw-2.1.5/mpi/
H A Dsched.c150 static void add_pair_to_comm_schedule(int **sched, int pe1, int pe2) in add_pair_to_comm_schedule() argument
152 add_dest_to_comm_schedule(sched, pe1, pe2); in add_pair_to_comm_schedule()
153 if (pe1 != pe2) in add_pair_to_comm_schedule()
154 add_dest_to_comm_schedule(sched, pe2, pe1); in add_pair_to_comm_schedule()
316 static void comm_schedule_swap(int **sched, int npes, int pe1, int pe2) in comm_schedule_swap() argument
322 if (sched[pe][i] == pe1) in comm_schedule_swap()
325 sched[pe][i] = pe1; in comm_schedule_swap()
328 dummy = sched[pe1]; in comm_schedule_swap()
329 sched[pe1] = sched[pe2]; in comm_schedule_swap()
/dports/biology/emboss/EMBOSS-6.6.0/ajax/ensembl/
H A Densprediction.c1352 pe1, in listPredictionexonCompareEndAscending()
1358 if (pe1 && (!pe2)) in listPredictionexonCompareEndAscending()
1364 if ((!pe1) && pe2) in listPredictionexonCompareEndAscending()
1403 pe1, in listPredictionexonCompareEndDescending()
1409 if (pe1 && (!pe2)) in listPredictionexonCompareEndDescending()
1415 if ((!pe1) && pe2) in listPredictionexonCompareEndDescending()
1454 pe1, in listPredictionexonCompareIdentifierAscending()
1460 if (pe1 && (!pe2)) in listPredictionexonCompareIdentifierAscending()
1466 if ((!pe1) && pe2) in listPredictionexonCompareIdentifierAscending()
1511 pe1, in listPredictionexonCompareStartAscending()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkPathEffect.cpp53 SkPairPathEffect(sk_sp<SkPathEffect> pe0, sk_sp<SkPathEffect> pe1) in SkPairPathEffect() argument
54 : fPE0(std::move(pe0)), fPE1(std::move(pe1)) in SkPairPathEffect()
125 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
126 return SkComposePathEffect::Make(std::move(pe0), std::move(pe1)); in CreateProc()
177 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
178 return SkSumPathEffect::Make(pe0, pe1); in CreateProc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkPathEffect.cpp53 SkPairPathEffect(sk_sp<SkPathEffect> pe0, sk_sp<SkPathEffect> pe1) in SkPairPathEffect() argument
54 : fPE0(std::move(pe0)), fPE1(std::move(pe1)) in SkPairPathEffect()
125 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
126 return SkComposePathEffect::Make(std::move(pe0), std::move(pe1)); in CreateProc()
177 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
178 return SkSumPathEffect::Make(pe0, pe1); in CreateProc()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkPathEffect.cpp53 SkPairPathEffect(sk_sp<SkPathEffect> pe0, sk_sp<SkPathEffect> pe1) in SkPairPathEffect() argument
54 : fPE0(std::move(pe0)), fPE1(std::move(pe1)) in SkPairPathEffect()
125 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
126 return SkComposePathEffect::Make(std::move(pe0), std::move(pe1)); in CreateProc()
177 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
178 return SkSumPathEffect::Make(pe0, pe1); in CreateProc()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkPathEffect.cpp53 SkPairPathEffect(sk_sp<SkPathEffect> pe0, sk_sp<SkPathEffect> pe1) in SkPairPathEffect() argument
54 : fPE0(std::move(pe0)), fPE1(std::move(pe1)) in SkPairPathEffect()
125 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
126 return SkComposePathEffect::Make(std::move(pe0), std::move(pe1)); in CreateProc()
177 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
178 return SkSumPathEffect::Make(pe0, pe1); in CreateProc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkPathEffect.cpp53 SkPairPathEffect(sk_sp<SkPathEffect> pe0, sk_sp<SkPathEffect> pe1) in SkPairPathEffect() argument
54 : fPE0(std::move(pe0)), fPE1(std::move(pe1)) in SkPairPathEffect()
125 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
126 return SkComposePathEffect::Make(std::move(pe0), std::move(pe1)); in CreateProc()
177 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
178 return SkSumPathEffect::Make(pe0, pe1); in CreateProc()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkPathEffect.cpp38 SkPairPathEffect(sk_sp<SkPathEffect> pe0, sk_sp<SkPathEffect> pe1) in SkPairPathEffect() argument
39 : fPE0(std::move(pe0)), fPE1(std::move(pe1)) in SkPairPathEffect()
131 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
132 return SkComposePathEffect::Make(std::move(pe0), std::move(pe1)); in CreateProc()
197 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
198 return SkSumPathEffect::Make(pe0, pe1); in CreateProc()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkPathEffect.cpp53 SkPairPathEffect(sk_sp<SkPathEffect> pe0, sk_sp<SkPathEffect> pe1) in SkPairPathEffect() argument
54 : fPE0(std::move(pe0)), fPE1(std::move(pe1)) in SkPairPathEffect()
125 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
126 return SkComposePathEffect::Make(std::move(pe0), std::move(pe1)); in CreateProc()
177 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc() local
178 return SkSumPathEffect::Make(pe0, pe1); in CreateProc()

12345678910>>...19