Home
last modified time | relevance | path

Searched refs:pp2 (Results 1 – 25 of 2214) sorted by relevance

12345678910>>...89

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/search/
H A DSloppyPhraseScorer.cpp43 PhrasePositionsPtr pp2; in phraseFreq() local
45 if (pp2 && pp2 != pp) { in phraseFreq()
68 while ((pp3 = pq->pop()) != pp2) { in flip()
77 return pp2; in flip()
109 for (PhrasePositionsPtr pp2(pp->_next); pp2; pp2 = pp2->_next) { in initPhrasePositions() local
110 int32_t tpPos2 = pp2->position + pp2->offset; in initPhrasePositions()
116 pp2->repeats = true; in initPhrasePositions()
133 PhrasePositionsPtr pp2; in initPhrasePositions() local
164 …for (Collection<PhrasePositionsPtr>::iterator pp2 = repeats.begin(); pp2 != repeats.end(); ++pp2) { in termPositionsDiffer() local
165 if (*pp2 == pp) { in termPositionsDiffer()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Search/
H A DSloppyPhraseScorer.cs77 PhrasePositions pp2 = null; in PhraseFreq()
79 if (pp2 != null && pp2 != pp) in PhraseFreq()
116 return pp2; in Flip()
165 for (PhrasePositions pp2 = pp.next; pp2 != null; pp2 = pp2.next) in InitPhrasePositions()
167 int tpPos2 = pp2.position + pp2.offset; in InitPhrasePositions()
175 pp2.repeats = true; in InitPhrasePositions()
177 m[pp2] = null; in InitPhrasePositions()
193 PhrasePositions pp2; in InitPhrasePositions()
196 if (!pp2.NextPosition()) in InitPhrasePositions()
235 if (pp2 == pp) in TermPositionsDiffer()
[all …]
H A DPhraseQueue.cs31 public override bool LessThan(PhrasePositions pp1, PhrasePositions pp2) in LessThan() argument
33 if (pp1.doc == pp2.doc) in LessThan()
34 if (pp1.position == pp2.position) in LessThan()
37 return pp1.offset < pp2.offset; in LessThan()
39 return pp1.position < pp2.position; in LessThan()
41 return pp1.doc < pp2.doc; in LessThan()
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DPPMonoid.C62 if (owner(pp1) != owner(pp2)) in CheckCompatible()
440 owner(pp1)->mySwap(raw(pp1), raw(pp2)); in swap()
488 CheckCompatible(pp1, pp2, "cmp(PP,PP)"); in cmp()
495 CheckCompatible(pp1, pp2, "PP == PP");
502 CheckCompatible(pp1, pp2, "PP != PP");
509 CheckCompatible(pp1, pp2, "PP < PP");
516 CheckCompatible(pp1, pp2, "PP <= PP");
523 CheckCompatible(pp1, pp2, "PP > PP");
530 CheckCompatible(pp1, pp2, "PP >= PP");
539 CheckCompatible(pp1, pp2, "PP * PP");
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DPPMonoid.C62 if (owner(pp1) != owner(pp2)) in CheckCompatible()
440 owner(pp1)->mySwap(raw(pp1), raw(pp2)); in swap()
488 CheckCompatible(pp1, pp2, "cmp(PP,PP)"); in cmp()
495 CheckCompatible(pp1, pp2, "PP == PP");
502 CheckCompatible(pp1, pp2, "PP != PP");
509 CheckCompatible(pp1, pp2, "PP < PP");
516 CheckCompatible(pp1, pp2, "PP <= PP");
523 CheckCompatible(pp1, pp2, "PP > PP");
530 CheckCompatible(pp1, pp2, "PP >= PP");
539 CheckCompatible(pp1, pp2, "PP * PP");
[all …]
/dports/editors/calligraplan/calligraplan-3.3.0/src/tests/
H A DInsertProjectTester.cpp59 Part pp2(0); in testAccount() local
103 Part pp2(0); in testCalendar() local
124 Part pp2(0); in testDefaultCalendar() local
164 Part pp2(0); in testResourceGroup() local
196 Part pp2(0); in testResource() local
224 Part pp2(0); in testTeamResource() local
252 Part pp2(0); in testResourceAccount() local
278 Part pp2(0); in testResourceCalendar() local
309 Part pp2(0); in testTask() local
342 Part pp2(0); in testGroupRequest() local
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/polynomials/tests/unit_tests/
H A Dpolops.tst482 pp1(2)=pp2(1);if pp1(2) <> pp2(1) then pause,end
485 pp1(1:4)=pp2';if pp1<> pp2' then pause,end
486 pp1((1:4)')=pp2';if pp1<> pp2' then pause,end
492 pp2(6:9)=p2;if pp2 <> [p2 0 p2] then pause,end
495 pp2(:)=p1';if pp2 <> p1' then pause,end
523 pp2(6:9)=p2;if pp2 <> [p2 0 p2] then pause,end
548 pp1(1:4)=pp2';if pp1<> pp2' then pause,end
549 pp1((1:4)')=pp2';if pp1<> pp2' then pause,end
555 pp2(6:9)=p2;if pp2 <> [p2 0 p2] then pause,end
585 pp2(6:9)=p2;if pp2 <> [p2 0 p2] then pause,end
[all …]
H A Dpolops.dia.ref466 pp1(2)=pp2(1);if pp1(2) <> pp2(1) then bugmes();quit;end
469 pp1(1:4)=pp2';if pp1<> pp2' then bugmes();quit;end
470 pp1((1:4)')=pp2';if pp1<> pp2' then bugmes();quit;end
476 pp2(6:9)=p2;if pp2 <> [p2 0 p2] then bugmes();quit;end
479 pp2(:)=p1';if pp2 <> p1' then bugmes();quit;end
507 pp2(6:9)=p2;if pp2 <> [p2 0 p2] then bugmes();quit;end
531 pp1(1:4)=pp2';if pp1<> pp2' then bugmes();quit;end
532 pp1((1:4)')=pp2';if pp1<> pp2' then bugmes();quit;end
538 pp2(6:9)=p2;if pp2 <> [p2 0 p2] then bugmes();quit;end
568 pp2(6:9)=p2;if pp2 <> [p2 0 p2] then bugmes();quit;end
[all …]
/dports/textproc/html2fo/html2fo/
H A Dtable.c9 tPProperty pp, pp2, ppb; in ProcessTagTableBefore() local
160 if ((pp2 != NULL) && (pp2->Value != NULL)) in ProcessTagTableBefore()
395 if (pp2 != NULL) in ProcessTagTableBefore()
445 pp2 = NULL; in ProcessTagTableBefore()
463 pp2 = pp; in ProcessTagTableBefore()
543 pp2 = NULL; in ProcessTagTableBefore()
562 if ((pp2 == NULL) || (a2f(pp->Value, 0) > a2f(pp2->Value, 0))) in ProcessTagTableBefore()
565 pp2 = pp; in ProcessTagTableBefore()
572 if (pp2 == NULL) in ProcessTagTableBefore()
573 pp2 = pp; in ProcessTagTableBefore()
[all …]
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/search/
H A DSloppyPhraseScorer.cpp101 for (PhrasePositions* pp2 = pp->_next; pp2 != NULL; pp2 = pp2->_next) { in initPhrasePositions() local
102 int32_t tpPos2 = pp2->position + pp2->offset; in initPhrasePositions()
107 pp2->repeats = true; in initPhrasePositions()
109 m->put(pp2,NULL); in initPhrasePositions()
162 PhrasePositions* pp2 = repeats[i]; in termPositionsDiffer() local
163 if (pp2 == pp) in termPositionsDiffer()
165 const int32_t tpPos2 = pp2->position + pp2->offset; in termPositionsDiffer()
H A D_PhraseQueue.h25 bool lessThan(PhrasePositions* pp1, PhrasePositions* pp2) { in CL_NS_DEF()
26 if (pp1->doc == pp2->doc){ in CL_NS_DEF()
27 if (pp1->position == pp2->position) in CL_NS_DEF()
30 return pp1->offset < pp2->offset; in CL_NS_DEF()
32 return pp1->position < pp2->position; in CL_NS_DEF()
34 return pp1->doc < pp2->doc; in CL_NS_DEF()
/dports/finance/beanie/beanie-0.8.2/import/
H A Dproduct.c78 struct db_product *pp2; in doproduct() local
141 (pp2 = db_findproductbypcode(dbp, pp->pcode)) != NULL){ in doproduct()
142 pp->id = pp2->id; in doproduct()
143 db_productfree(pp2); in doproduct()
158 struct db_product *pp2; in editproduct() local
161 if ((pp2 = db_findproductbyid(dbp, pp->id)) == NULL) in editproduct()
163 db_updateproductbyid(dbp, pp2, pp2->id); in editproduct()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/suggester/src/main/java/org/opengrok/suggest/query/customized/
H A DPhraseQueue.java32 protected boolean lessThan(PhrasePositions pp1, PhrasePositions pp2) { in lessThan() argument
33 if (pp1.position == pp2.position) { in lessThan()
36 if (pp1.offset == pp2.offset) { in lessThan()
37 return pp1.ord < pp2.ord; in lessThan()
39 return pp1.offset < pp2.offset; in lessThan()
42 return pp1.position < pp2.position; in lessThan()
H A DCustomSloppyPhraseScorer.java271 rptStack[n++] = pp2; in advanceRpts()
272 if (pp2.rptGroup >= 0 in advanceRpts()
275 bits.clear(pp2.rptInd); in advanceRpts()
287 if (pp.position < pp2.position || in lesser()
288 (pp.position == pp2.position && pp.offset < pp2.offset)) { in lesser()
291 return pp2; in lesser()
299 PhrasePositions pp2 = rg[i]; in collide() local
300 if (pp2 != pp && tpPos(pp2) == tpPos) { in collide()
301 return pp2.rptInd; in collide()
501 pp2.rptGroup = g; in gatherRptGroups()
[all …]
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/tests/test_playlist/
H A Dtest_playlist.cpp105 Producer* pp2 = pl.get_clip(1); in Move() local
108 QCOMPARE(pp2->parent().get_int("id"), 3); in Move()
111 delete pp2; in Move()
143 Producer* pp2 = pl.get_clip(1); in MoveCorrectInvalidIndex() local
149 delete pp2; in MoveCorrectInvalidIndex()
181 Producer* pp2 = pl.get_clip(1); in Reorder() local
187 delete pp2; in Reorder()
219 Producer* pp2 = pl.get_clip(1); in ReorderErrorOnDuplicate() local
225 delete pp2; in ReorderErrorOnDuplicate()
257 Producer* pp2 = pl.get_clip(1); in ReorderErrorOnInvalidIndex() local
[all …]
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/tests/test_playlist/
H A Dtest_playlist.cpp105 Producer* pp2 = pl.get_clip(1); in Move() local
108 QCOMPARE(pp2->parent().get_int("id"), 3); in Move()
111 delete pp2; in Move()
143 Producer* pp2 = pl.get_clip(1); in MoveCorrectInvalidIndex() local
149 delete pp2; in MoveCorrectInvalidIndex()
181 Producer* pp2 = pl.get_clip(1); in Reorder() local
187 delete pp2; in Reorder()
219 Producer* pp2 = pl.get_clip(1); in ReorderErrorOnDuplicate() local
225 delete pp2; in ReorderErrorOnDuplicate()
257 Producer* pp2 = pl.get_clip(1); in ReorderErrorOnInvalidIndex() local
[all …]
/dports/multimedia/mlt7/mlt-7.0.1/src/tests/test_playlist/
H A Dtest_playlist.cpp105 Producer* pp2 = pl.get_clip(1); in Move() local
108 QCOMPARE(pp2->parent().get_int("id"), 3); in Move()
111 delete pp2; in Move()
143 Producer* pp2 = pl.get_clip(1); in MoveCorrectInvalidIndex() local
149 delete pp2; in MoveCorrectInvalidIndex()
181 Producer* pp2 = pl.get_clip(1); in Reorder() local
187 delete pp2; in Reorder()
219 Producer* pp2 = pl.get_clip(1); in ReorderErrorOnDuplicate() local
225 delete pp2; in ReorderErrorOnDuplicate()
257 Producer* pp2 = pl.get_clip(1); in ReorderErrorOnInvalidIndex() local
[all …]
/dports/multimedia/py-mlt6/mlt-6.26.1/src/tests/test_playlist/
H A Dtest_playlist.cpp105 Producer* pp2 = pl.get_clip(1); in Move() local
108 QCOMPARE(pp2->parent().get_int("id"), 3); in Move()
111 delete pp2; in Move()
143 Producer* pp2 = pl.get_clip(1); in MoveCorrectInvalidIndex() local
149 delete pp2; in MoveCorrectInvalidIndex()
181 Producer* pp2 = pl.get_clip(1); in Reorder() local
187 delete pp2; in Reorder()
219 Producer* pp2 = pl.get_clip(1); in ReorderErrorOnDuplicate() local
225 delete pp2; in ReorderErrorOnDuplicate()
257 Producer* pp2 = pl.get_clip(1); in ReorderErrorOnInvalidIndex() local
[all …]
/dports/multimedia/mlt6/mlt-6.26.1/src/tests/test_playlist/
H A Dtest_playlist.cpp105 Producer* pp2 = pl.get_clip(1); in Move() local
108 QCOMPARE(pp2->parent().get_int("id"), 3); in Move()
111 delete pp2; in Move()
143 Producer* pp2 = pl.get_clip(1); in MoveCorrectInvalidIndex() local
149 delete pp2; in MoveCorrectInvalidIndex()
181 Producer* pp2 = pl.get_clip(1); in Reorder() local
187 delete pp2; in Reorder()
219 Producer* pp2 = pl.get_clip(1); in ReorderErrorOnDuplicate() local
225 delete pp2; in ReorderErrorOnDuplicate()
257 Producer* pp2 = pl.get_clip(1); in ReorderErrorOnInvalidIndex() local
[all …]
/dports/science/teem/teem-1.11.0-src/src/ten/
H A Dbimod.c55 biparm->pp2 = (double *)airFree(biparm->pp2); in tenEMBimodalParmNix()
188 pp1 = pp2 = 0; in _tenEMBimodalPP()
191 pp2 = 1 - pp1; in _tenEMBimodalPP()
194 biparm->pp2[i] = pp2; in _tenEMBimodalPP()
219 pp2 = biparm->pp2[i]; in _tenEMBimodalNewFraction1()
222 sum2 += pp2*h; in _tenEMBimodalNewFraction1()
236 pp2 = biparm->pp2[i]; in _tenEMBimodalNewMean()
239 isum2 += i*pp2*h; in _tenEMBimodalNewMean()
241 sum2 += pp2*h; in _tenEMBimodalNewMean()
257 pp2 = biparm->pp2[i]; in _tenEMBimodalNewSigma()
[all …]
/dports/math/gf2x/gf2x-1.3.0/lowlevel/
H A Dmul9k2.c42 unsigned long pp0[6], pp1[6], pp2[6]; in gf2x_mul9() local
66 gf2x_mul3 (pp2, aa+6, bb+6); in gf2x_mul9()
70 c[3] = p0[0]^p1[0]^pp2[0] ^ p0[3]; in gf2x_mul9()
71 c[4] = p0[1]^p1[1]^pp2[1] ^ p0[4]; in gf2x_mul9()
72 c[5] = p0[2]^p1[2]^pp2[2] ^ p0[5]; in gf2x_mul9()
73 c[6] = p0[0]^p1[0]^p2[0]^pp1[0] ^ p0[3]^p1[3]^pp2[3]; in gf2x_mul9()
74 c[7] = p0[1]^p1[1]^p2[1]^pp1[1] ^ p0[4]^p1[4]^pp2[4]; in gf2x_mul9()
75 c[8] = p0[2]^p1[2]^p2[2]^pp1[2] ^ p0[5]^p1[5]^pp2[5]; in gf2x_mul9()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/input/
H A Dmotion_event_web_unittest.cc42 PointerProperties pp2; in TEST() local
43 pp2.orientation = orientation; in TEST()
44 pp2.tilt_x = tilt_x; in TEST()
45 pp2.tilt_y = tilt_y; in TEST()
46 pp2.twist = twist; in TEST()
47 pp2.tangential_pressure = tangential_pressure; in TEST()
48 pp2.tool_type = tool_type; in TEST()
49 size_t pointer_index = generic_event.PushPointer(pp2); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/input/
H A Dmotion_event_web_unittest.cc42 PointerProperties pp2; in TEST() local
43 pp2.orientation = orientation; in TEST()
44 pp2.tilt_x = tilt_x; in TEST()
45 pp2.tilt_y = tilt_y; in TEST()
46 pp2.twist = twist; in TEST()
47 pp2.tangential_pressure = tangential_pressure; in TEST()
48 pp2.tool_type = tool_type; in TEST()
49 size_t pointer_index = generic_event.PushPointer(pp2); in TEST()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/already_tuned/x86_sse2/
H A Dgf2x_mul9.h42 unsigned long pp0[6], pp1[6], pp2[6]; in gf2x_mul9() local
66 gf2x_mul3 (pp2, aa+6, bb+6); in gf2x_mul9()
70 c[3] = p0[0]^p1[0]^pp2[0] ^ p0[3]; in gf2x_mul9()
71 c[4] = p0[1]^p1[1]^pp2[1] ^ p0[4]; in gf2x_mul9()
72 c[5] = p0[2]^p1[2]^pp2[2] ^ p0[5]; in gf2x_mul9()
73 c[6] = p0[0]^p1[0]^p2[0]^pp1[0] ^ p0[3]^p1[3]^pp2[3]; in gf2x_mul9()
74 c[7] = p0[1]^p1[1]^p2[1]^pp1[1] ^ p0[4]^p1[4]^pp2[4]; in gf2x_mul9()
75 c[8] = p0[2]^p1[2]^p2[2]^pp1[2] ^ p0[5]^p1[5]^pp2[5]; in gf2x_mul9()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/lowlevel/
H A Dmul9k2.c42 unsigned long pp0[6], pp1[6], pp2[6]; in gf2x_mul9() local
66 gf2x_mul3 (pp2, aa+6, bb+6); in gf2x_mul9()
70 c[3] = p0[0]^p1[0]^pp2[0] ^ p0[3]; in gf2x_mul9()
71 c[4] = p0[1]^p1[1]^pp2[1] ^ p0[4]; in gf2x_mul9()
72 c[5] = p0[2]^p1[2]^pp2[2] ^ p0[5]; in gf2x_mul9()
73 c[6] = p0[0]^p1[0]^p2[0]^pp1[0] ^ p0[3]^p1[3]^pp2[3]; in gf2x_mul9()
74 c[7] = p0[1]^p1[1]^p2[1]^pp1[1] ^ p0[4]^p1[4]^pp2[4]; in gf2x_mul9()
75 c[8] = p0[2]^p1[2]^p2[2]^pp1[2] ^ p0[5]^p1[5]^pp2[5]; in gf2x_mul9()

12345678910>>...89