Home
last modified time | relevance | path

Searched refs:P2b (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/loki/loki-0.1.7/include/loki/
H A DScopeGuard.h570 …eGuardImpl2<Obj1,Ret(Obj2::*)(P1a,P2a),P1b,P2b> MakeGuard(Ret(Obj2::*memFun)(P1a,P2a), Obj1 &obj, … in MakeGuard()
572 return ObjScopeGuardImpl2<Obj1,Ret(Obj2::*)(P1a,P2a),P1b,P2b>::MakeObjGuard(obj,memFun,p1,p2); in MakeGuard()
576 …eGuardImpl2<Obj1,Ret(Obj2::*)(P1a,P2a),P1b,P2b> MakeGuard(Ret(Obj2::*memFun)(P1a,P2a), Obj1 *obj, … in MakeGuard()
639 typename P2a, typename P2b, typename P3a, typename P3b >
640 inline ObjScopeGuardImpl3< Obj1, Ret( Obj2::* )( P1a, P2a, P3a ), P1b, P2b, P3b >
641 MakeGuard( Ret( Obj2::*memFun )( P1a, P2a, P3a ), Obj1 & obj, P1b p1, P2b p2, P3b p3 ) in MakeGuard()
643 return ObjScopeGuardImpl3< Obj1, Ret( Obj2::* )( P1a, P2a, P3a ), P1b, P2b, P3b > in MakeGuard()
648 typename P2a, typename P2b, typename P3a, typename P3b >
649 inline ObjScopeGuardImpl3< Obj1, Ret( Obj2::* )( P1a, P2a, P3a ), P1b, P2b, P3b >
650 MakeGuard( Ret( Obj2::*memFun )( P1a, P2a, P3a ), Obj1 * obj, P1b p1, P2b p2, P3b p3 ) in MakeGuard()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/
H A DIoss_ScopeGuard.h251 typename P2b>
252 inline ObjScopeGuardImpl2<Obj1, Ret (Obj2::*)(P1a, P2a), P1b, P2b>
253 MakeGuard(Ret (Obj2::*memFun)(P1a, P2a), Obj1 &obj, P1b p1, P2b p2) in MakeGuard()
255 return ObjScopeGuardImpl2<Obj1, Ret (Obj2::*)(P1a, P2a), P1b, P2b>::MakeObjGuard(obj, memFun, p1, in MakeGuard()
260 typename P2b>
261 inline ObjScopeGuardImpl2<Obj1, Ret (Obj2::*)(P1a, P2a), P1b, P2b>
262 MakeGuard(Ret (Obj2::*memFun)(P1a, P2a), Obj1 *obj, P1b p1, P2b p2) in MakeGuard()
264 return ObjScopeGuardImpl2<Obj1, Ret (Obj2::*)(P1a, P2a), P1b, P2b>::MakeObjGuard(*obj, memFun, p1, in MakeGuard()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/
H A Dscopeguard.h360 typename P2b>
361 inline ObjScopeGuardImpl2<Obj1, Ret (Obj2::*)(P1a, P2a), P1b, P2b> MakeGuard( in MakeGuard()
362 Ret (Obj2::*memFun)(P1a, P2a), Obj1& obj, P1b p1, P2b p2) { in MakeGuard()
363 return ObjScopeGuardImpl2<Obj1, Ret (Obj2::*)(P1a, P2a), P1b, P2b>::MakeObjGuard( in MakeGuard()
373 typename P2b>
374 inline ObjScopeGuardImpl2<Obj1, Ret (Obj2::*)(P1a, P2a), P1b, P2b> MakeGuard( in MakeGuard()
375 Ret (Obj2::*memFun)(P1a, P2a), Obj1* obj, P1b p1, P2b p2) { in MakeGuard()
376 return ObjScopeGuardImpl2<Obj1, Ret (Obj2::*)(P1a, P2a), P1b, P2b>::MakeObjGuard( in MakeGuard()
/dports/graphics/blender/blender-2.91.0/extern/mantaflow/preprocessed/
H A Dedgecollapse.cpp487 int P2b = m.addNode(Node(m.nodes(P2).pos)); in CollapseEdge() local
503 m.nodes(P2b).pos += offsetVec; in CollapseEdge()
537 int Tb = m.addTri(Triangle(P1b, P0b, P2b)); in CollapseEdge()
573 cn != P1b && cn != P2b) { in CollapseEdge()
580 cn != P1b && cn != P2b) { in CollapseEdge()
587 cn != P1b && cn != P2b) { in CollapseEdge()
589 ring.insert(P2b); in CollapseEdge()
591 m.get1Ring(P2b).nodes.insert(cn); in CollapseEdge()
606 m.tris(tti->first).c[i] = P2b; in CollapseEdge()
607 m.corners(tti->first, i).node = P2b; in CollapseEdge()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IntPolyh/
H A DIntPolyh_Triangle.cxx166 Standard_Integer P2b=TriAdj.SecondPoint(); in GetInfoTA() local
172 if (P2b==numP1) { in GetInfoTA()
183 else if( (P2b!=numP1)&&(P2b!=numP2) ) { in GetInfoTA()
184 numP3b=P2b; in GetInfoTA()
200 if (P2b==numP1) { in GetInfoTA()
/dports/cad/opencascade/opencascade-7.6.0/src/IntCurve/
H A DIntCurve_IntConicConic_1.cxx862 gp_Pnt2d P1a,P1b,P2a,P2b; in Perform() local
971 ElCLib::CircleD2(C2sup,Axis2C2,R2,P2b,Tan2,Norm2); in Perform()
1025 ElCLib::CircleD2(C2sup,Axis2C2,R2,P2b,Tan2,Norm2); in Perform()
2041 gp_Pnt2d P1a,P2a,P1b,P2b; in Perform() local
2150 ElCLib::LineD1(Lsup,LineAxis,P2b,Tan2); in Perform()
2161 ElCLib::LineD1(Lsup,LineAxis,P2b,Tan2); in Perform()
2172 ElCLib::LineD1(Lsup,LineAxis,P2b,Tan2); in Perform()
2570 gp_Pnt2d P1a, P2a, P1b, P2b; in Perform() local
2662 ElCLib::LineD1(Lsup, LineAxis, P2b, Tan2); in Perform()
2674 ElCLib::LineD1(Lsup, LineAxis, P2b, Tan2); in Perform()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/mesont/
H A DTPMM1.f90157 …ion(0:2) :: M, QX, Me, F1a, F2a, P1a, P2a, F1b, F2b, P1b, P2b, ER1, ER2, EQe, EQe1 local
201 … IntSignb = TPMInteractionF ( Qb, Ub, F1b, F2b, P1b, P2b, Peeb, R1, R2, Q1, Q2, 0 )
222 P2 = P2b
237 P2 = W * P2a + W1 * P2b + QX
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/buf/
H A DMGRpolyscan.h167 CCODE(mug[y].P2g = g; mug[y].P2b = b;) in NAME()
177 mug[y].P2g = g; mug[y].P2b = b;) in NAME()
H A Dmgbufrender.h31 int P1x, P1r, P1g, P1b, P2x, P2r, P2g, P2b; member
H A DMGRdolines.h88 CCODE(dg = mug[y].P2g-g; db = mug[y].P2b-b;) in NAME()
/dports/math/freefem++/FreeFem-sources-4.6/examples/tutorial/
H A DFE.edp50 cout << " P2b " << endl;
/dports/emulators/quasi88/quasi88-0.6.4/mpw/
H A DQUASI88-68k.make.sit.hqx50 b[+cF,RmAN!#aK"RJ)IB+cdKLTr+3!(X&Ck3+RSAJ[p-T5Z$6P2b*M#PL8%@#[L*
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/
H A Dprocess_SUITE.erl2659 {spawn_reply, R2b, ok, P2b} ->
2661 {'DOWN', R2b, process, P2b, Reason2} ->
2665 {'EXIT', P2b, Reason2} ->
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/
H A Dprocess_SUITE.erl2681 {spawn_reply, R2b, ok, P2b} ->
2683 {'DOWN', R2b, process, P2b, Reason2} ->
2687 {'EXIT', P2b, Reason2} ->
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/
H A Dprocess_SUITE.erl2681 {spawn_reply, R2b, ok, P2b} ->
2683 {'DOWN', R2b, process, P2b, Reason2} ->
2687 {'EXIT', P2b, Reason2} ->
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/
H A Dprocess_SUITE.erl2681 {spawn_reply, R2b, ok, P2b} ->
2683 {'DOWN', R2b, process, P2b, Reason2} ->
2687 {'EXIT', P2b, Reason2} ->
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/
H A Dprocess_SUITE.erl2681 {spawn_reply, R2b, ok, P2b} ->
2683 {'DOWN', R2b, process, P2b, Reason2} ->
2687 {'EXIT', P2b, Reason2} ->
/dports/math/freefem++/FreeFem-sources-4.6/readme/
H A DHISTORY_BEFORE_2005619 add P2b a new finite element : P2 + bubble
/dports/math/gap/gap-4.11.0/pkg/SmallGrp-1.4.1/small7/
H A Dsml512.bg249 3P2b!}w3P2x!}u3P1z!}x3P2,!}tQP1i!}wQP1m!}uQP1Y!}xQP1^!}t%&(E!}w%&9&!}u%&,q!}\
H A Dsml512.a740 K8[ EI,11n/&)b2U43V58 EI%00k)c*b%.IQ6A*M: ED)&0M)c*%%I EG%00P2b*%%I EL,90e/&\
/dports/security/keybase/client-v5.7.1/browser/css/
H A Dfonts.css23P2b/taBF5YVWNAB2AI1+koFHQAA//8AVAAABrgFthIGADAAAP//AFYAAAVzBbYSBgArAAD//wCW/+wFgwXNEgYAMgAA//8AVgA…
/dports/games/sjeng/Sjeng-Free-11.2/tests/
H A Decm98.epd430 r2q1rk1/pp1n2pp/2pb4/1P1p3n/P1PPpP2/4P2b/1BNNBP1P/R2QR1K1 b - - bm Nxf4; id "ECM.496";
/dports/games/gnushogi/gnushogi-1.4.2/misc/
H A Dgnushogi.tbk2468 47... G3c 48.P2b+ K2b 49.Sx3c Bx3c 50.P'2d P'9f 51.G'2c?
3089 … P2d R2d P8f P8f R8f R3d B3c R3f R8d R2f S2b P*8g K5b B3c+? N3c B*2a G3a P*2c P*2e P2b+ G2a R3f G2b
/dports/games/supertux2/SuperTux-v0.6.3-Source/contrib/
H A Dschroedingers-boxes-pr-390.patch4266 zk}S&<;CD|#du%L1w$13ruzKWc*k#ojewD2qc|<rD`AYIc9Fr5nJW>OTSC|w6&P2b#
/dports/biology/bbmap/bbmap/resources/
H A Dblacklist_prokprot_merged.sketch35450 8P2b]>m7

123