Home
last modified time | relevance | path

Searched refs:getN (Results 1 – 25 of 776) sorted by relevance

12345678910>>...32

/dports/biology/diamond/diamond-2.0.13/src/lib/alp/
H A Dnjn_matrix.hpp162 assert (x_.getN () == y_.getN ()); in approx()
165 for (size_t j = 0; j < x_.getN (); j++) { in approx()
177 assert (x_.getN () == y_.getN ()); in relApprox()
180 for (size_t j = 0; j < x_.getN (); j++) { in relApprox()
192 assert (x_.getN () == y_.getN ()); in absRelApprox()
195 for (size_t j = 0; j < x_.getN (); j++) { in absRelApprox()
206 if (x_.getM () != x_.getN ()) return false; in isSymmetric()
315 for (j = 0; j < getN (); j++) { in out()
335 for (size_t j = i; j < getN (); j++) in out()
502 copy (this->getM (), this->getN (), a_); in operator =()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/gumbel_params/
H A Dnjn_matrix.hpp167 assert (x_.getN () == y_.getN ()); in approx()
170 for (size_t j = 0; j < x_.getN (); j++) { in approx()
182 assert (x_.getN () == y_.getN ()); in relApprox()
185 for (size_t j = 0; j < x_.getN (); j++) { in relApprox()
197 assert (x_.getN () == y_.getN ()); in absRelApprox()
200 for (size_t j = 0; j < x_.getN (); j++) { in absRelApprox()
211 if (x_.getM () != x_.getN ()) return false; in isSymmetric()
319 for (j = 0; j < getN (); j++) { in out()
339 for (size_t j = i; j < getN (); j++) in out()
505 copy (this->getM (), this->getN (), a_); in operator =()
[all …]
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/alp/
H A Dnjn_matrix.hpp162 assert (x_.getN () == y_.getN ()); in approx()
165 for (size_t j = 0; j < x_.getN (); j++) { in approx()
177 assert (x_.getN () == y_.getN ()); in relApprox()
180 for (size_t j = 0; j < x_.getN (); j++) { in relApprox()
192 assert (x_.getN () == y_.getN ()); in absRelApprox()
195 for (size_t j = 0; j < x_.getN (); j++) { in absRelApprox()
206 if (x_.getM () != x_.getN ()) return false; in isSymmetric()
315 for (j = 0; j < getN (); j++) { in out()
335 for (size_t j = i; j < getN (); j++) in out()
502 copy (this->getM (), this->getN (), a_); in operator =()
[all …]
/dports/net/py-sbws/sbws-25aa5b232ca26729e1bf30a7c5a54fd22f5c3eeb/tests/integration/chutney_data/
H A Dbwscanner9 NODES = Authority.getN(3) + \
10 NonExitRelay.getN(9) + \
11 ExitRelay.getN(3) + Client.getN(1)
13 # RelayMBR.getN(1) + RelayMAB.getN(1) + \
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/pqc/jcajce/provider/mceliece/
H A DBCMcElieceCCA2PublicKey.java46 public int getN() in getN() method in BCMcElieceCCA2PublicKey
48 return params.getN(); in getN()
81 result += " length of the code : " + params.getN() + "\n"; in toString()
102 …return (params.getN() == otherKey.getN()) && (params.getT() == otherKey.getT()) && (params.getG().… in equals()
110 return 37 * (params.getN() + 37 * params.getT()) + params.getG().hashCode(); in hashCode()
128 …McElieceCCA2PublicKey key = new McElieceCCA2PublicKey(params.getN(), params.getT(), params.getG(),… in getEncoded()
H A DBCMcEliecePublicKey.java44 public int getN() in getN() method in BCMcEliecePublicKey
46 return params.getN(); in getN()
79 result += " length of the code : " + params.getN() + "\n"; in toString()
97 …return (params.getN() == otherKey.getN()) && (params.getT() == otherKey.getT()) && (params.getG().… in equals()
108 return 37 * (params.getN() + 37 * params.getT()) + params.getG().hashCode(); in hashCode()
127 McEliecePublicKey key = new McEliecePublicKey(params.getN(), params.getT(), params.getG()); in getEncoded()
H A DBCMcElieceCCA2PrivateKey.java49 public int getN() in getN() method in BCMcElieceCCA2PrivateKey
51 return params.getN(); in getN()
138 return (getN() == otherKey.getN()) && (getK() == otherKey.getK()) in equals()
151 code = code * 37 + params.getN(); in hashCode()
181 …McElieceCCA2PrivateKey privateKey = new McElieceCCA2PrivateKey(getN(), getK(), getField(), getGopp… in getEncoded()
H A DBCMcEliecePrivateKey.java48 public int getN() in getN() method in BCMcEliecePrivateKey
50 return params.getN(); in getN()
146 return (getN() == otherKey.getN()) && (getK() == otherKey.getK()) in equals()
160 code = code * 37 + params.getN(); in hashCode()
192 …McEliecePrivateKey privateKey = new McEliecePrivateKey(params.getN(), params.getK(), params.getFie… in getEncoded()
/dports/math/drgeo/drgeo-1.1.0/geo/
H A Ddrgeo_direction.cc122 origin = origin.rotatePoint (((point *) getN (1))->getCoordinate (), in update()
123 ((value *) getN (2))->getValue ()); in update()
128 origin = 2 * ((point *) getN (1))->getCoordinate () - origin; in update()
131 u = u.reflexion (((direction *) getN (1))->getDirection ()); in update()
133 origin = origin.reflexionPoint (((direction *) getN (1))-> in update()
135 ((direction *) getN (1))-> in update()
139 origin += ((direction *) getN (1))->getDirection (); in update()
144 origin = (origin - ((point *) getN (1))->getCoordinate ()) in update()
146 + ((point *) getN (1))->getCoordinate (); in update()
H A Ddrgeo_arcCircle.cc174 ((value *) getN (2))->getValue ()); in update()
175 origin += ((value *) getN (2))->getValue (); in update()
180 + ((point *) getN (1))->getCoordinate (); in update()
191 ((direction *) getN (1))->getDirection ()); in update()
193 ((direction *) getN (1))-> in update()
205 a = ((point *) getN (0))->getCoordinate (); in update()
206 b = ((point *) getN (1))->getCoordinate (); in update()
207 c = ((point *) getN (2))->getCoordinate (); in update()
267 ((geometricObject *) getN (0))->move (t); in move()
268 ((geometricObject *) getN (1))->move (t); in move()
[all …]
H A Ddrgeo_polygon.cc187 c = ((point *) getN (1))->getCoordinate (); in update()
188 k = ((value *) getN (2))->getValue (); in update()
193 c = ((point *) getN (1))->getCoordinate (); in update()
198 d = ((direction *) getN (1))->getDirection (); in update()
199 c = ((direction *) getN (1))->getOrigin (); in update()
204 d = ((direction *) getN (1))->getDirection (); in update()
209 c = ((point *) getN (1))->getCoordinate (); in update()
210 k = ((value *) getN (2))->getValue (); in update()
219 vertices[nb] = ((point *) getN (nb))->getCoordinate (); in update()
/dports/math/gfan/gfan0.6.2/src/
H A Dtraverser_secondaryfan.cpp22 ConeTraverser(triangulation_.getN()), in SecondaryFanTraverser()
24 theCone(triangulation_.getN()), in SecondaryFanTraverser()
25 theRestrictingCone(triangulation_.getN()) in SecondaryFanTraverser()
34 n=triangulation_.getN(); in SecondaryFanTraverser()
41 ConeTraverser(triangulation_.getN()), in SecondaryFanTraverser()
43 theCone(triangulation_.getN()), in SecondaryFanTraverser()
49 n=triangulation_.getN(); in SecondaryFanTraverser()
/dports/math/gfanlib/gfan0.6.2/src/
H A Dtraverser_secondaryfan.cpp22 ConeTraverser(triangulation_.getN()), in SecondaryFanTraverser()
24 theCone(triangulation_.getN()), in SecondaryFanTraverser()
25 theRestrictingCone(triangulation_.getN()) in SecondaryFanTraverser()
34 n=triangulation_.getN(); in SecondaryFanTraverser()
41 ConeTraverser(triangulation_.getN()), in SecondaryFanTraverser()
43 theCone(triangulation_.getN()), in SecondaryFanTraverser()
49 n=triangulation_.getN(); in SecondaryFanTraverser()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/stat/descriptive/moment/
H A DGeometricMean.java113 if (sumOfLogs.getN() > 0) { in getResult()
114 return FastMath.exp(sumOfLogs.getResult() / sumOfLogs.getN()); in getResult()
155 public long getN() { in getN() method in GeometricMean
156 return sumOfLogs.getN(); in getN()
207 if (getN() > 0) { in checkEmpty()
210 getN()); in checkEmpty()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/
H A Dobject-vector.h63 INDEX (T::*getN)(void) const);
71 MakeObjectVectorAccessor (INDEX (T::*getN)(void) const,
129 INDEX (T::*getN)(void) const) in MakeObjectVectorAccessor()
131 return MakeObjectPtrContainerAccessor<T,U,INDEX> (get, getN); in MakeObjectVectorAccessor()
136 MakeObjectVectorAccessor (INDEX (T::*getN)(void) const, in MakeObjectVectorAccessor()
139 return MakeObjectPtrContainerAccessor<T,U,INDEX> (get, getN); in MakeObjectVectorAccessor()
H A Dobject-map.h62 INDEX (T::*getN)(void) const);
70 MakeObjectMapAccessor (INDEX (T::*getN)(void) const,
128 INDEX (T::*getN)(void) const) in MakeObjectMapAccessor()
130 return MakeObjectPtrContainerAccessor<T,U,INDEX> (get, getN); in MakeObjectMapAccessor()
135 MakeObjectMapAccessor (INDEX (T::*getN)(void) const, in MakeObjectMapAccessor()
138 return MakeObjectPtrContainerAccessor<T,U,INDEX> (get, getN); in MakeObjectMapAccessor()
H A Dobject-ptr-container.h129 INDEX (T::*getN)(void) const);
148 MakeObjectPtrContainerAccessor (INDEX (T::*getN)(void) const,
255 INDEX (T::*getN)(void) const) in MakeObjectPtrContainerAccessor()
279 spec->m_getN = getN; in MakeObjectPtrContainerAccessor()
285 MakeObjectPtrContainerAccessor (INDEX (T::*getN)(void) const, in MakeObjectPtrContainerAccessor()
288 return MakeObjectPtrContainerAccessor (get, getN); in MakeObjectPtrContainerAccessor()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/stat/regression/
H A DSimpleRegressionTest.java162 if (model1.getN() != model2.getN()) { in equals()
229 Assert.assertEquals("number of observations",regression.getN(), fullReg.getN()); in testRegressIfaceMethod()
240 Assert.assertEquals("number of observations",regressionNoint.getN(), noInt.getN()); in testRegressIfaceMethod()
250 Assert.assertEquals("number of observations",regressionIntOnly.getN(), onlyInt.getN()); in testRegressIfaceMethod()
353 Assert.assertEquals("number of observations", 3, regression.getN()); in testNoInterceot_noint2()
374 Assert.assertEquals("number of observations", 11, regression.getN()); in testNoIntercept_noint1()
492 Assert.assertEquals("number of observations", 0, regression.getN()); in testClear()
663 Assert.assertEquals(regression.getN(), 0);
672 Assert.assertEquals(regression.getN(), 0);
681 Assert.assertEquals(regression.getN(), 0);
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/stat/inference/
H A DTTest.java234 sampleStats.getN()); in t()
365 sampleStats1.getN(), sampleStats2.getN()); in t()
413 sampleStats1.getN(), sampleStats2.getN()); in homoscedasticT()
536 sampleStats.getN()); in tTest()
856 sampleStats1.getN(), sampleStats2.getN()); in tTest()
905 sampleStats1.getN(), sampleStats2.getN()); in homoscedasticTTest()
1176 if (stat.getN() < 2) { in checkSampleData()
1179 stat.getN(), 2, true); in checkSampleData()
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DECUtil.java132 …domainParameters = new ECDomainParameters(iSpec.getCurve(), iSpec.getG(), iSpec.getN(), iSpec.getH… in getDomainParameters()
136 …domainParameters = new ECDomainParameters(params.getCurve(), params.getG(), params.getN(), params.… in getDomainParameters()
164 …domainParameters = new ECDomainParameters(iSpec.getCurve(), iSpec.getG(), iSpec.getN(), iSpec.getH… in getDomainParameters()
170 …domainParameters = new ECDomainParameters(ecP.getCurve(), ecP.getG(), ecP.getN(), ecP.getH(), ecP.… in getDomainParameters()
187 … new ECDomainParameters(s.getCurve(), s.getG(), s.getN(), s.getH(), s.getSeed())); in generatePublicKeyParameter()
195 … new ECDomainParameters(s.getCurve(), s.getG(), s.getN(), s.getH(), s.getSeed())); in generatePublicKeyParameter()
245 s.getCurve(), s.getG(), s.getN(), s.getH(), s.getSeed())); in generatePrivateKeyParameter()
251 … new ECDomainParameters(s.getCurve(), s.getG(), s.getN(), s.getH(), s.getSeed())); in generatePrivateKeyParameter()
260 … new ECDomainParameters(s.getCurve(), s.getG(), s.getN(), s.getH(), s.getSeed())); in generatePrivateKeyParameter()
301 return implicitCA.getN().bitLength(); in getOrderBitLength()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/stat/descriptive/
H A DStatisticalSummaryValues.java98 public long getN() { in getN() method in StatisticalSummaryValues
143 Precision.equalsIncludingNaN(stat.getN(), getN()) && in equals()
158 result = result * 31 + MathUtils.hash(getN()); in hashCode()
175 outBuffer.append("n: ").append(getN()).append(endl); in toString()
H A DAggregateSummaryStatistics.java171 public long getN() { in getN() method in AggregateSummaryStatistics
173 return statistics.getN(); in getN()
270 return new StatisticalSummaryValues(getMean(), getVariance(), getN(), in getSummary()
314 long n = current.getN(); in aggregate()
331 final double curN = current.getN(); in aggregate()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/stat/descriptive/
H A DListUnivariateImplTest.java56 Assert.assertEquals("total count",0,u.getN(),tolerance); in testStats()
61 Assert.assertEquals("N",n,u.getN(),tolerance); in testStats()
70 Assert.assertEquals("total count",0,u.getN(),tolerance); in testStats()
136 Assert.assertEquals("total count",0,u.getN(),tolerance); in testSerialization()
145 Assert.assertEquals("N",n,u2.getN(),tolerance); in testSerialization()
155 Assert.assertEquals("total count",0,u2.getN(),tolerance); in testSerialization()
/dports/science/libecpint/libecpint-1.0.7/tests/units/gaussquad/
H A Dgaussquad.cpp48 EXPECT_EQ(grid_->getN(), grid_->getX().size()); in TEST_P()
55 grid_->integrate(intgd, params, 1e-6, 0, grid_->getN() - 1); in TEST_P()
66 grid_->integrate(intgd, params, 1e-6, 0, grid_->getN() - 1); in TEST_P()
77 grid_->integrate(intgd, params, 1e-6, 0, grid_->getN() - 1); in TEST_P()
/dports/java/bouncycastle15/crypto-169/prov/src/main/jdk1.4/org/bouncycastle/jcajce/provider/asymmetric/ecgost/
H A DKeyPairGeneratorSpi.java47 …nParameters(new ECDomainParameters(ecParams.getCurve(), ecParams.getG(), ecParams.getN()), random); in initialize()
68 … = new ECKeyGenerationParameters(new ECDomainParameters(p.getCurve(), p.getG(), p.getN()), random); in initialize()
89 ecP.getN(), in initialize()
93 …nParameters(new ECDomainParameters(ecParams.getCurve(), ecParams.getG(), ecParams.getN()), random); in initialize()
103 … = new ECKeyGenerationParameters(new ECDomainParameters(p.getCurve(), p.getG(), p.getN()), random); in initialize()

12345678910>>...32