Home
last modified time | relevance | path

Searched refs:myT (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/lib/math/bigintntl/
H A Dmubintvecntl.cpp59 myVecP<myT>::myVecP(myVecP<myT> &&a) : Vec<myT>(INIT_SIZE, a.length()) { in myVecP()
109 myVecP<myT>::myVecP(const myVecP<myT> &a, const myT &q) : Vec<myT>(a) { in myVecP()
306 const myVecP<myT> &myVecP<myT>::operator=(myVecP<myT> &&rhs) { in operator =()
372 myVecP<myT> myVecP<myT>::Mod(const myT &modulus) const { in Mod()
391 const myVecP<myT> &myVecP<myT>::ModEq(const myT &modulus) { in ModEq()
457 void myVecP<myT>::modsub_p(myVecP<myT> &x, myVecP<myT> const &a, in modsub_p()
492 myVecP<myT> myVecP<myT>::ModExp(const myT &b) const { in ModExp()
502 const myVecP<myT> &myVecP<myT>::ModExpEq(const myT &b) { in ModExpEq()
559 myVecP<myT> myVecP<myT>::MultiplyAndRound(const myT &p, const myT &q) const { in MultiplyAndRound()
575 const myVecP<myT> &myVecP<myT>::MultiplyAndRoundEq(const myT &p, const myT &q) { in MultiplyAndRoundEq()
[all …]
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/include/math/bigintntl/
H A Dmubintvecntl.h72 template <typename myT>
74 public lbcrypto::BigVectorInterface<myVecP<myT>, myT>,
81 static inline myVecP Single(const myT &val, const myT &modulus) { in Single()
98 myVecP(myVecP<myT> &&a);
105 myVecP(const myVecP<myT> &a, const myT &q);
137 myT &at(size_t i) { return this->NTL::Vec<myT>::at(i); } in at()
139 const myT &at(size_t i) const { return this->NTL::Vec<myT>::at(i); } in at()
172 if (value == myT(0)) { in SetModulus()
489 myVecP MultiplyAndRound(const myT &p, const myT &q) const;
499 const myVecP &MultiplyAndRoundEq(const myT &p, const myT &q);
[all …]
/dports/math/R-cran-RHmm/RHmm/src/
H A DKmeans.cpp17 uint myT = theYt.mSize ; in mkmeans() local
21 for (t = 0 ; t < myT ; t++) in mkmeans()
36 for (t = 0 ; t < myT ; t++) in mkmeans()
41 for (t = 0 ; t < myT ; t++) in mkmeans()
64 for (t = 0 ; t < (int)myT ; t++) in mkmeans()
79 uint myT = (theYt.mSize/theDimObs) ; in mkmeans() local
87 for (t = 0 ; t < myT ; t++) in mkmeans()
90 … myVar[i] = ((double)t * myVar[i] + theYt[t+myT*i] * theYt[t+myT*i])/((double)(t+1)) ; in mkmeans()
109 for (t = 0 ; t < myT ; t++) in mkmeans()
115 for (t = 0 ; t < myT ; t++) in mkmeans()
[all …]
H A DcMultivariateNormal.cpp71 uint myT = theY.GetSize()/myDimObs ; in ComputeDerivative() local
74 cDVector* myGrad = new cDVector[myT] ; in ComputeDerivative()
75 cDMatrix* myHess = new cDMatrix[myT] ; in ComputeDerivative()
77 for (register uint t = 0 ; t < myT ; t++) in ComputeDerivative()
89 for (register uint t = 0 ; t < myT ; t++) in ComputeDerivative()
100 for (register uint t = 0 ; t < myT ; t++) in ComputeDerivative()
158 uint myT = 0 ; in InitParameters() local
163 cDVector myY(myT) ; in InitParameters()
164 myT /= theInParam.mDimObs ; in InitParameters()
167 int* mySeq = new int[myT] ; in InitParameters()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/Common/
H A DUser_Cylinder.cxx153 if (myT.IsNull()) in Compute()
170 myT->Triangle (nt).Get (n1,n3,n2); // le triangle est n1,n3,n2 in Compute()
172 myT->Triangle (nt).Get (n1,n2,n3); // le triangle est n1,n2,n3 in Compute()
174 if (TriangleIsValid (myT->Node (n1), myT->Node (n2), myT->Node (n3)) ) in Compute()
204 if (myT.IsNull()) in Compute()
211 Poly_Connect pc(myT); in Compute()
212 TColgp_Array1OfPnt Nodes (1, myT->NbNodes()); in Compute()
213 for (Standard_Integer in = 1; in <= myT->NbNodes(); in++) in Compute()
215 Nodes.SetValue(in, myT->Node (in)); in Compute()
238 myT->Triangle (nt).Get (n1,n3,n2); // le triangle est n1,n3,n2 in Compute()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepDS/
H A DTopOpeBRepDS_TKI.cxx57 if (myT.IsNull()) myT = new MDShaodmoiloi(f,l); in Reset()
69 Standard_Integer i=myT->Lower(), n=myT->Upper(); in Clear()
70 for (; i<=n; i++) myT->ChangeValue(i).Clear(); in Clear()
122 if ( in ) return myT->Value(TI).Find(G); in Interferences()
169 myT->ChangeValue(TI).Bind(G, thelist); in Add()
210 if (myT.IsNull()) return; in Init()
212 myITM.Initialize(myT->Value(myTI)); in Init()
239 myITM.Initialize(myT->Value(myTI)); in Next()
339 myITM.Initialize(myT->Value(myTI)); in Find()
373 if ( myT.IsNull() ) return Standard_False; in IsValidTI()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dimport4.f9014 type myT type
17 end type myT
18 type(myT) :: a
48 type myT type
51 end type myT
59 import :: myT
60 type(myT) :: c
76 type(myT) :: z
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dimport4.f9014 type myT type
17 end type myT
18 type(myT) :: a
48 type myT type
51 end type myT
59 import :: myT
60 type(myT) :: c
76 type(myT) :: z
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dimport4.f9014 type myT type
17 end type myT
18 type(myT) :: a
48 type myT type
51 end type myT
59 import :: myT
60 type(myT) :: c
76 type(myT) :: z
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dimport4.f9014 type myT type
17 end type myT
18 type(myT) :: a
48 type myT type
51 end type myT
59 import :: myT
60 type(myT) :: c
76 type(myT) :: z
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dimport4.f9014 type myT type
17 end type myT
18 type(myT) :: a
48 type myT type
51 end type myT
59 import :: myT
60 type(myT) :: c
76 type(myT) :: z
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dimport4.f9014 type myT type
17 end type myT
18 type(myT) :: a
48 type myT type
51 end type myT
59 import :: myT
60 type(myT) :: c
76 type(myT) :: z
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dimport4.f9014 type myT type
17 end type myT
18 type(myT) :: a
48 type myT type
51 end type myT
59 import :: myT
60 type(myT) :: c
76 type(myT) :: z
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dimport4.f9014 type myT type
17 end type myT
18 type(myT) :: a
48 type myT type
51 end type myT
59 import :: myT
60 type(myT) :: c
76 type(myT) :: z
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dimport4.f9014 type myT type
17 end type myT
18 type(myT) :: a
48 type myT type
51 end type myT
59 import :: myT
60 type(myT) :: c
76 type(myT) :: z
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dimport4.f9014 type myT type
17 end type myT
18 type(myT) :: a
48 type myT type
51 end type myT
59 import :: myT
60 type(myT) :: c
76 type(myT) :: z
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dimport4.f9014 type myT type
17 end type myT
18 type(myT) :: a
48 type myT type
51 end type myT
59 import :: myT
60 type(myT) :: c
76 type(myT) :: z
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dimport4.f9014 type myT type
17 end type myT
18 type(myT) :: a
48 type myT type
51 end type myT
59 import :: myT
60 type(myT) :: c
76 type(myT) :: z
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dimport4.f9014 type myT type
17 end type myT
18 type(myT) :: a
48 type myT type
51 end type myT
59 import :: myT
60 type(myT) :: c
76 type(myT) :: z
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dimport4.f9014 type myT type
17 end type myT
18 type(myT) :: a
48 type myT type
51 end type myT
59 import :: myT
60 type(myT) :: c
76 type(myT) :: z
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dimport4.f9014 type myT type
17 end type myT
18 type(myT) :: a
48 type myT type
51 end type myT
59 import :: myT
60 type(myT) :: c
76 type(myT) :: z
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dimport4.f9014 type myT type
17 end type myT
18 type(myT) :: a
48 type myT type
51 end type myT
59 import :: myT
60 type(myT) :: c
76 type(myT) :: z
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dimport4.f9014 type myT type
17 end type myT
18 type(myT) :: a
48 type myT type
51 end type myT
59 import :: myT
60 type(myT) :: c
76 type(myT) :: z
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dimport4.f9014 type myT type
17 end type myT
18 type(myT) :: a
48 type myT type
51 end type myT
59 import :: myT
60 type(myT) :: c
76 type(myT) :: z
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dimport4.f9014 type myT type
17 end type myT
18 type(myT) :: a
48 type myT type
51 end type myT
59 import :: myT
60 type(myT) :: c
76 type(myT) :: z

12345678910>>...13