Home
last modified time | relevance | path

Searched refs:myC (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/cad/opencascade/opencascade-7.6.0/src/Extrema/
H A DExtrema_ExtCC2d.cxx90 myC = &C2; in Initialize()
160 if (Extrema_Curve2dTool::IsPeriodic(*myC)) Period2 = Extrema_Curve2dTool::Period(*myC); in Perform()
188 Extrema_ECC2d aParamSolver(C1, *myC); in Perform()
196 Extrema_ECC2d aParamSolver(C1, *myC); in Perform()
204 Extrema_ECC2d aParamSolver(C1, *myC); in Perform()
211 Extrema_ECC2d aParamSolver(C1, *myC); in Perform()
215 if (Extrema_Curve2dTool::IsPeriodic(*myC)) Period2 = Extrema_Curve2dTool::Period(*myC); in Perform()
272 if (Extrema_Curve2dTool::IsPeriodic(*myC)) Period2 = Extrema_Curve2dTool::Period(*myC); in Perform()
328 if (Extrema_Curve2dTool::IsPeriodic(*myC)) Period2 = Extrema_Curve2dTool::Period(*myC); in Perform()
372 if (Extrema_Curve2dTool::IsPeriodic(*myC)) Period2 = Extrema_Curve2dTool::Period(*myC); in Perform()
[all …]
H A DExtrema_ExtCC.cxx61 myC[0] = 0; myC[1] = 0; in Extrema_ExtCC()
164 myC[anInd] = &C; in SetCurve()
213 Standard_NullObject_Raise_if (!myC[0] || !myC[1], "Extrema_ExtCC::Perform()") in Perform()
214 myECC.SetParams(*myC[0], *myC[1], myInf[0], mySup[0], myInf[1], mySup[1]); in Perform()
265 Extrema_ExtElC Xtrem (myC[anInd1]->Line(), myC[anInd2]->Line(), Tol); in Perform()
270 Extrema_ExtElC Xtrem (myC[anInd1]->Line(), myC[anInd2]->Circle(), Tol); in Perform()
275 Extrema_ExtElC Xtrem (myC[anInd1]->Line(), myC[anInd2]->Ellipse()); in Perform()
280 Extrema_ExtElC Xtrem (myC[anInd1]->Line(), myC[anInd2]->Hyperbola()); in Perform()
285 Extrema_ExtElC Xtrem (myC[anInd1]->Line(), myC[anInd2]->Parabola()); in Perform()
294 Extrema_ExtElC CCXtrem (myC[0]->Circle(), myC[1]->Circle()); in Perform()
[all …]
H A DExtrema_GlobOptFuncConicS.cxx63 gp_Pnt aPC = myC->Value(ct); in value()
136 myC = C; in LoadConic()
139 if (myC->IsPeriodic()) in LoadConic()
150 myCPf = myC->Value(myTf); in LoadConic()
151 myCPl = myC->Value(myTl); in LoadConic()
152 myCType = myC->GetType(); in LoadConic()
156 myLin = myC->Line(); in LoadConic()
159 myCirc = myC->Circle(); in LoadConic()
162 myElips = myC->Ellipse(); in LoadConic()
165 myHypr = myC->Hyperbola(); in LoadConic()
[all …]
/dports/math/gap/gap-4.11.0/tst/testinstall/
H A Dmethod-rankfns.tst3 gap> myC := NewConstructor("myC",[IsObject]);;
7 gap> InstallMethod(myC,"cons1",[IsObject],x->1);
8 gap> InstallMethod(myC,"cons2",[IsObject],{}->xxx,x->2);
11 gap> myC(IsObject);
17 gap> myC(IsObject);
20 gap> Unbind(myC);
H A Dmethod-reordering.tst3 > local f1, f2, f3, myOp, fam, t, o, o2, myC;
9 > myC := NewConstructor("myC", [IsObject]);
16 > InstallMethod(myC, "cons1", [f2], x ->o);
17 > InstallMethod(myC, "cons2", [f3], x ->o2);
18 > if myOp(o) <> 1 or not IsIdenticalObj(myC(IsObject),o2) then
25 > return IsIdenticalObj(myC(IsObject),o) and myOp(o) = 2;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/generics/6227936/
H A DOrig.java15 T myC; field in GenericTest.B
16 B(T myB) {this.myC = myC;} in B()
17 T getC() {return myC;} in getC()
32 B1(T myC) {super(myC);} in B1() argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/generics/6227936/
H A DOrig.java15 T myC; field in GenericTest.B
16 B(T myB) {this.myC = myC;} in B()
17 T getC() {return myC;} in getC()
32 B1(T myC) {super(myC);} in B1() argument
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/generics/6227936/
H A DOrig.java15 T myC; field in GenericTest.B
16 B(T myB) {this.myC = myC;} in B()
17 T getC() {return myC;} in getC()
32 B1(T myC) {super(myC);} in B1() argument
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/generics/6227936/
H A DOrig.java15 T myC; field in GenericTest.B
16 B(T myB) {this.myC = myC;} in B()
17 T getC() {return myC;} in getC()
32 B1(T myC) {super(myC);} in B1() argument
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/generics/6227936/
H A DOrig.java15 T myC; field in GenericTest.B
16 B(T myB) {this.myC = myC;} in B()
17 T getC() {return myC;} in getC()
32 B1(T myC) {super(myC);} in B1() argument
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/generics/6227936/
H A DOrig.java15 T myC; field in GenericTest.B
16 B(T myB) {this.myC = myC;} in B()
17 T getC() {return myC;} in getC()
32 B1(T myC) {super(myC);} in B1() argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/generics/6227936/
H A DOrig.java15 T myC; field in GenericTest.B
16 B(T myB) {this.myC = myC;} in B()
17 T getC() {return myC;} in getC()
32 B1(T myC) {super(myC);} in B1() argument
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/generics/6227936/
H A DOrig.java15 T myC; field in GenericTest.B
16 B(T myB) {this.myC = myC;} in B()
17 T getC() {return myC;} in getC()
32 B1(T myC) {super(myC);} in B1() argument
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/generics/6227936/
H A DOrig.java38 T myC; field in GenericTest.B
39 B(T myB) {this.myC = myC;} in B()
40 T getC() {return myC;} in getC()
55 B1(T myC) {super(myC);} in B1() argument
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/generics/6227936/
H A DOrig.java38 T myC; field in GenericTest.B
39 B(T myB) {this.myC = myC;} in B()
40 T getC() {return myC;} in getC()
55 B1(T myC) {super(myC);} in B1() argument
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DRingElemOps-CoprimeFactorBasis.C62 if (!IsInvertible(tmp.myL)) tmp.myC.push_back(tmp.myL); in myLCR()
63 return LCR(A, tmp.myC, tmp.myR); in myLCR()
69 if (!IsInvertible(tmp.myR)) tmp.myC.push_back(tmp.myR); in myLCR()
70 return LCR(tmp.myL, tmp.myC, B); in myLCR()
76 vector<RingElem>& C = LCR_Ag.myC; in myLCR()
78 C.insert(C.end(), LCR_RB.myC.begin(), LCR_RB.myC.end()); // concat in myLCR()
97 if (!tmp.myC.empty()) in myRefineBasis()
98 NewBasis.insert(NewBasis.end(), tmp.myC.begin(), tmp.myC.end()); in myRefineBasis()
H A DNumTheory-CoprimeFactorBasis.C69 if (!IsOne(tmp.myL)) tmp.myC.push_back(tmp.myL); in myLCR()
70 return LCR(A, tmp.myC, tmp.myR); in myLCR()
76 if (!IsOne(tmp.myR)) tmp.myC.push_back(tmp.myR); in myLCR()
77 return LCR(tmp.myL, tmp.myC, B); in myLCR()
83 vector<BigInt>& C = LCR_Ag.myC; in myLCR()
85 C.insert(C.end(), LCR_RB.myC.begin(), LCR_RB.myC.end()); // concat in myLCR()
105 if (!tmp.myC.empty()) in myRefineBasis()
106 NewBasis.insert(NewBasis.end(), tmp.myC.begin(), tmp.myC.end()); in myRefineBasis()
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DNumTheory-CoprimeFactorBasis.C77 if (!IsOne(tmp.myL)) tmp.myC.push_back(tmp.myL); in myLCR()
78 return LCR(A, tmp.myC, tmp.myR); in myLCR()
84 if (!IsOne(tmp.myR)) tmp.myC.push_back(tmp.myR); in myLCR()
85 return LCR(tmp.myL, tmp.myC, B); in myLCR()
91 vector<BigInt>& C = LCR_Ag.myC; in myLCR()
93 C.insert(C.end(), LCR_RB.myC.begin(), LCR_RB.myC.end()); // concat in myLCR()
114 if (!tmp.myC.empty()) in myRefineBasis()
115 NewBasis.insert(NewBasis.end(), tmp.myC.begin(), tmp.myC.end()); in myRefineBasis()
H A DRingElemOps-CoprimeFactorBasis.C62 if (!IsInvertible(tmp.myL)) tmp.myC.push_back(tmp.myL); in myLCR()
63 return LCR(A, tmp.myC, tmp.myR); in myLCR()
69 if (!IsInvertible(tmp.myR)) tmp.myC.push_back(tmp.myR); in myLCR()
70 return LCR(tmp.myL, tmp.myC, B); in myLCR()
76 vector<RingElem>& C = LCR_Ag.myC; in myLCR()
78 C.insert(C.end(), LCR_RB.myC.begin(), LCR_RB.myC.end()); // concat in myLCR()
97 if (!tmp.myC.empty()) in myRefineBasis()
98 NewBasis.insert(NewBasis.end(), tmp.myC.begin(), tmp.myC.end()); in myRefineBasis()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomAPI/
H A DGeomAPI_ProjectPointOnCurve.cxx65 myC.Load(Curve); in Init()
70 myExtPC.Initialize(myC, myC.FirstParameter(), myC.LastParameter()); in Init()
100 myC.Load(Curve,Umin,Usup); in Init()
105 myExtPC.Initialize(myC, myC.FirstParameter(), myC.LastParameter()); in Init()
135 myC.Load(Curve,Umin,Usup); in Init()
137 myExtPC.Initialize(myC, Umin, Usup); in Init()
/dports/lang/php73/php-7.3.33/ext/spl/tests/
H A Dbug53071.phpt14 $myC = new myClass();
15 $myC->member = $myA; // myC has a reference to myA
16 $myB->Attach($myC); // myB attaches myC
/dports/lang/php74/php-7.4.27/ext/spl/tests/
H A Dbug53071.phpt14 $myC = new myClass();
15 $myC->member = $myA; // myC has a reference to myA
16 $myB->Attach($myC); // myB attaches myC
/dports/lang/php80/php-8.0.15/ext/spl/tests/
H A Dbug53071.phpt14 $myC = new myClass();
15 $myC->member = $myA; // myC has a reference to myA
16 $myB->Attach($myC); // myB attaches myC
/dports/lang/php81/php-8.1.1/ext/spl/tests/
H A Dbug53071.phpt14 $myC = new myClass();
15 $myC->member = $myA; // myC has a reference to myA
16 $myB->Attach($myC); // myB attaches myC
/dports/www/mod_php81/php-8.1.1/ext/spl/tests/
H A Dbug53071.phpt14 $myC = new myClass();
15 $myC->member = $myA; // myC has a reference to myA
16 $myB->Attach($myC); // myB attaches myC

1234567891011