Home
last modified time | relevance | path

Searched refs:getNum (Results 1 – 25 of 1153) sorted by relevance

12345678910>>...47

/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DCell.cpp19 if(c1->getNum() != 0) return (c1->getNum() < c2->getNum()); in operator ()()
39 if(v1[i]->getNum() != v2[i]->getNum()) return false; in equalVertices()
220 if(v[0]->getNum() == _v[0]->getNum()) in findBdCellOrientation()
222 else if(v[0]->getNum() == _v[1]->getNum()) in findBdCellOrientation()
228 if(_v[MTriangle::edges_tri(i, 0)]->getNum() == v[0]->getNum() && in findBdCellOrientation()
229 _v[MTriangle::edges_tri(i, 1)]->getNum() == v[1]->getNum()) in findBdCellOrientation()
231 if(_v[MTriangle::edges_tri(i, 1)]->getNum() == v[0]->getNum() && in findBdCellOrientation()
232 _v[MTriangle::edges_tri(i, 0)]->getNum() == v[1]->getNum()) in findBdCellOrientation()
237 _v[MQuadrangle::edges_quad(i, 1)]->getNum() == v[1]->getNum()) in findBdCellOrientation()
240 _v[MQuadrangle::edges_quad(i, 1)]->getNum() == v[0]->getNum()) in findBdCellOrientation()
[all …]
H A DMFace.cpp17 return v0->getNum() < v1->getNum(); in compare()
24 if(v[0]->getNum() < v[1]->getNum() && v[0]->getNum() < v[2]->getNum()) { in sortVertices()
29 else if(v[1]->getNum() < v[0]->getNum() && in sortVertices()
30 v[1]->getNum() < v[2]->getNum()) { in sortVertices()
41 if(v[s[2]]->getNum() < v[s[1]]->getNum()) { in sortVertices()
89 if(_v[int(_si[0])]->getNum() == _v[0]->getNum()) { in getOrientationFlagForFace()
91 if(_v[int(_si[1])]->getNum() == _v[1]->getNum()) { in getOrientationFlagForFace()
99 if(_v[1]->getNum() == _v[int(_si[0])]->getNum()) { in getOrientationFlagForFace()
101 if(_v[0]->getNum() == _v[int(_si[2])]->getNum()) { in getOrientationFlagForFace()
110 if(_v[1]->getNum() == _v[int(_si[2])]->getNum()) { in getOrientationFlagForFace()
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/test/Ice/gc/
H A DClient.cpp58 getNum() in getNum() function
151 test(getNum() == 0); in allTests()
162 test(getNum() == 0); in allTests()
174 test(getNum() == 0); in allTests()
189 test(getNum() == 0); in allTests()
206 test(getNum() == 0); in allTests()
223 test(getNum() == 0); in allTests()
240 test(getNum() == 0); in allTests()
258 test(getNum() == 0); in allTests()
276 test(getNum() == 0); in allTests()
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/test/Ice/gc/
H A DClient.cpp58 getNum() in getNum() function
151 test(getNum() == 0); in allTests()
162 test(getNum() == 0); in allTests()
174 test(getNum() == 0); in allTests()
189 test(getNum() == 0); in allTests()
206 test(getNum() == 0); in allTests()
223 test(getNum() == 0); in allTests()
240 test(getNum() == 0); in allTests()
258 test(getNum() == 0); in allTests()
276 test(getNum() == 0); in allTests()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/test/Ice/gc/
H A DClient.cpp58 getNum() in getNum() function
151 test(getNum() == 0); in allTests()
162 test(getNum() == 0); in allTests()
174 test(getNum() == 0); in allTests()
189 test(getNum() == 0); in allTests()
206 test(getNum() == 0); in allTests()
223 test(getNum() == 0); in allTests()
240 test(getNum() == 0); in allTests()
258 test(getNum() == 0); in allTests()
276 test(getNum() == 0); in allTests()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DLazyMessageLiteTest.java69 assertEquals(1, outer.getNum()); in testSetValues()
72 assertEquals(2, outer.getInner().getNum()); in testSetValues()
95 assertEquals(1, outer.getNum()); in testSetRepeatedValues()
134 assertEquals(0, outer.getNum()); in testGetDefaultValues()
137 assertEquals(0, outer.getInner().getNum()); in testGetDefaultValues()
180 assertEquals(100, outer.getNum()); in testClearValues()
183 assertEquals(115, outer.getInner().getNum()); in testClearValues()
194 assertEquals(0, outer.getNum()); in testClearValues()
214 assertEquals(119, merged.getNum()); in testMergeValues()
236 assertEquals(119, merged.getNum()); in testMergeDefaultValues()
[all …]
/dports/net/jgroups/jgroups-2.12.0/tests/other/org/jgroups/tests/
H A DBundlerTest.java45 if(r1.getNum() == NUM * 2 && r2.getNum() == NUM * 2) in testSimpleMessageReception()
50 System.out.println("c1 received " + r1.getNum() + " msgs"); in testSimpleMessageReception()
51 System.out.println("c2 received " + r2.getNum() + " msgs"); in testSimpleMessageReception()
55 assert r1.getNum() == NUM * 2: "expected " + NUM *2 + ", but got " + r1.getNum(); in testSimpleMessageReception()
56 assert r2.getNum() == NUM * 2: "expected " + NUM *2 + ", but got " + r2.getNum(); in testSimpleMessageReception()
93 if(r1.getNum() >= NUM_EXPECTED_MSGS && r2.getNum() >= NUM_EXPECTED_MSGS) in testMessageReceptionUnderHighLoad()
98 System.out.println("c1 received " + r1.getNum() + " msgs"); in testMessageReceptionUnderHighLoad()
99 System.out.println("c2 received " + r2.getNum() + " msgs"); in testMessageReceptionUnderHighLoad()
104 …assert r1.getNum() == NUM_EXPECTED_MSGS : "expected " + NUM_EXPECTED_MSGS + ", but got " + r1.getN… in testMessageReceptionUnderHighLoad()
105 …assert r2.getNum() == NUM_EXPECTED_MSGS : "expected " + NUM_EXPECTED_MSGS + ", but got " + r2.getN… in testMessageReceptionUnderHighLoad()
[all …]
/dports/net/jgroups/jgroups-2.12.0/tests/junit/org/jgroups/protocols/
H A DUNICAST_ContentionTest.java55 if(r1.getNum() == NUM * 2 && r2.getNum() == NUM * 2) in testSimpleMessageReception()
60 …System.out.println("c1 received " + r1.getNum() + " msgs, " + getNumberOfRetransmissions(c1) + " r… in testSimpleMessageReception()
61 …System.out.println("c2 received " + r2.getNum() + " msgs, " + getNumberOfRetransmissions(c2) + " r… in testSimpleMessageReception()
63 assert r1.getNum() == NUM * 2: "expected " + NUM *2 + ", but got " + r1.getNum(); in testSimpleMessageReception()
64 assert r2.getNum() == NUM * 2: "expected " + NUM *2 + ", but got " + r2.getNum(); in testSimpleMessageReception()
101 if(r1.getNum() == NUM_EXPECTED_MSGS && r2.getNum() == NUM_EXPECTED_MSGS) in testMessageReceptionUnderHighLoad()
112 …System.out.println("c1 received " + r1.getNum() + " msgs, " + getNumberOfRetransmissions(c1) + " r… in testMessageReceptionUnderHighLoad()
115 …assert r1.getNum() == NUM_EXPECTED_MSGS : "expected " + NUM_EXPECTED_MSGS + ", but got " + r1.getN… in testMessageReceptionUnderHighLoad()
116 …assert r2.getNum() == NUM_EXPECTED_MSGS : "expected " + NUM_EXPECTED_MSGS + ", but got " + r2.getN… in testMessageReceptionUnderHighLoad()
184 System.out.println("[" + name + "] received " + getNum() + " msgs"); in receive()
[all …]
/dports/x11-toolkits/plib/plib-1.8.5/src/ssg/
H A DssgLoaderWriterStuff.cxx168 index = ssa->getNum()-1; in ssgAccumVerticesAndFaces()
185 assert( vertices->getNum() == texCoordArray->getNum() ); in ssgAccumVerticesAndFaces()
636 if ( oneFace->getNum() >= 3 ) in addOneNodeToSSGFromPerVertexTextureCoordinates2()
638 for(j=0;j<oneFace->getNum();j++) in addOneNodeToSSGFromPerVertexTextureCoordinates2()
755 j<materialIndices->getNum() ? j : materialIndices->getNum()-1 )) in addToSSG()
804 if ( newFaces->getNum() > 0 ) in addToSSG()
878 for(i=0;i<theFaces->getNum();i++) in checkMe()
889 { if ( theFaces->getNum() != perFaceAndVertexTextureCoordinate2Lists->getNum()) in checkMe()
893 theFaces->getNum(), perFaceAndVertexTextureCoordinate2Lists->getNum()); in checkMe()
902 if ( textureCoordsForOneFace->getNum() != vertexIndsForOneFace ->getNum()) in checkMe()
[all …]
H A DssgLoadMDL.cxx286 if ( numverts > ixarr->getNum() ) { in createTriangIndices()
417 if(tex_coords_->getNum() < in readTexIndices()
418 vertex_array_->getNum()) in readTexIndices()
422 for(int i = tex_coords_->getNum(); in readTexIndices()
423 i < vertex_array_->getNum(); i++) in readTexIndices()
1179 while (normal_array_->getNum() < vertex_array_->getNum()) in ParseBGL()
1235 while (normal_array_->getNum() < vertex_array_->getNum()) in ParseBGL()
1278 while (normal_array_->getNum() < vertex_array_->getNum()) in ParseBGL()
1331 while (normal_array_->getNum() < vertex_array_->getNum()) in ParseBGL()
1586 if(tex_coords_->getNum() != vertex_array_->getNum()) in ParseBGL()
[all …]
H A DssgSaveATG.cxx61 assert ( vertices->getNum() == texCoordArray->getNum() ); in ssgSaveATG()
62 for (i = 0; i < vertices->getNum(); i++) { in ssgSaveATG()
69 ssgNormalArray *na=new ssgNormalArray (vertices->getNum()); in ssgSaveATG()
74 for (i = 0; i < vertices->getNum(); i++) in ssgSaveATG()
78 for (i = 0; i < indices->getNum(); i += 3) { in ssgSaveATG()
101 for (i = 0; i < vertices->getNum(); i++) in ssgSaveATG()
105 for (i = 0; i < texCoordArray->getNum(); i++) in ssgSaveATG()
110 for (i = 0; i < indices->getNum(); i += 3) { in ssgSaveATG()
151 assert ( runningIndex == materialIndices->getNum() ); in ssgSaveATG()
/dports/science/dynare/dynare-4.6.4/dynare++/kord/
H A Ddynamic_model.cc29 for (int i = 0; i < getNum(); i++) in print()
37 for (int i = 0; i < getNum(); i++) in writeMat()
43 auto m = std::make_unique<char[]>(getNum()*maxlen); in writeMat()
45 for (int i = 0; i < getNum(); i++) in writeMat()
48 m[j*getNum()+i] = getName(i)[j]; in writeMat()
50 m[j*getNum()+i] = ' '; in writeMat()
53 dims[0] = getNum(); in writeMat()
67 for (int i = 0; i < getNum(); i++) in writeMatIndices()
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoMaterial.cpp423 if (!this->ambientColor.isIgnored() && this->ambientColor.getNum() && in doAction()
430 if (!this->diffuseColor.isIgnored() && this->diffuseColor.getNum() && in doAction()
441 if (!this->emissiveColor.isIgnored() && this->emissiveColor.getNum() && in doAction()
448 if (!this->specularColor.isIgnored() && this->specularColor.getNum() && in doAction()
455 if (!this->shininess.isIgnored() && this->shininess.getNum() && in doAction()
462 if (!this->transparency.isIgnored() && this->transparency.getNum() && in doAction()
475 int i, n = this->transparency.getNum(); in doAction()
494 int numdiffuse = this->diffuseColor.getNum(); in doAction()
500 numdiffuse = this->emissiveColor.getNum(); in doAction()
524 const int numtransp = this->transparency.getNum(); in doAction()
[all …]
H A DSoVertexProperty.cpp335 if (vertex.getNum() > 0) { in getBoundingBox()
363 int n = this->orderedRGBA.getNum(); in doAction()
398 if (vertex.getNum() > 0) { in getPrimitiveCount()
420 int num = this->vertex.getNum(); in updateVertex()
453 const int numvertex = this->vertex.getNum(); in updateTexCoord()
454 int num = this->texCoord3.getNum(); in updateTexCoord()
459 num = this->texCoord.getNum(); in updateTexCoord()
537 const int numvertex = this->vertex.getNum(); in updateNormal()
538 const int num = this->normal.getNum(); in updateNormal()
583 const int numvertex = this->vertex.getNum(); in updateMaterial()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/test/java/org/springframework/beans/factory/xml/
H A DFactoryMethodTests.java51 assertEquals(0, fm.getNum()); in testFactoryMethodsSingletonOnTargetClass()
57 assertEquals(0, fm.getNum()); in testFactoryMethodsSingletonOnTargetClass()
63 assertEquals(27, fm.getNum()); in testFactoryMethodsSingletonOnTargetClass()
114 assertEquals(27, fm.getNum()); in testFactoryMethodsWithNullValue()
119 assertEquals(27, fm.getNum()); in testFactoryMethodsWithNullValue()
168 assertEquals(0, fm.getNum()); in testFactoryMethodsPrototypeOnTargetClass()
172 assertEquals(fm.getNum(), fm2.getNum()); in testFactoryMethodsPrototypeOnTargetClass()
180 assertEquals(0, fm.getNum()); in testFactoryMethodsPrototypeOnTargetClass()
184 assertEquals(fm.getNum(), fm2.getNum()); in testFactoryMethodsPrototypeOnTargetClass()
195 assertEquals(fm.getNum(), fm2.getNum()); in testFactoryMethodsPrototypeOnTargetClass()
[all …]
/dports/games/chapping/chapping-0.43-source/game/
H A Dscoreboard.cpp18 num=s->getNum(); in init()
26 if(num!=s->getNum()) in update()
29 num=s->getNum(); in update()
40 if(s->getNum()>99) in draw()
43 int dec=(int)(s->getNum()/10); in draw()
56 src.x=(s->getNum()-(dec*10))*width; in draw()
70 if(s->getNum()>99) in draw()
76 int dec=(int)(s->getNum()/10); in draw()
145 src.x=src.x+(s->getNum()-(dec*10))*width; in draw()
/dports/cad/gmsh/gmsh-4.9.2-source/Solver/
H A DframeSolver.cpp114 Dof theta(v->getNum(), in createDofs()
117 Dof U(v->getNum(), 0); in createDofs()
119 Dof V(v->getNum(), 1); in createDofs()
201 Dof theta0(v0->getNum(), in solve()
203 Dof theta1(v1->getNum(), in solve()
205 Dof U0(v0->getNum(), 0); in solve()
206 Dof U1(v1->getNum(), 0); in solve()
207 Dof V0(v0->getNum(), 1); in solve()
208 Dof V1(v1->getNum(), 1); in solve()
222 Dof theta0(v0->getNum(), in solve()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/dialog/
H A Ddocstdlg.cxx84 m_xTableNo->set_label(rLocaleData.getNum(rStat.nTable, 0)); in SetData()
85 m_xGrfNo->set_label(rLocaleData.getNum(rStat.nGrf, 0)); in SetData()
86 m_xOLENo->set_label(rLocaleData.getNum(rStat.nOLE, 0)); in SetData()
87 m_xPageNo->set_label(rLocaleData.getNum(rStat.nPage, 0)); in SetData()
88 m_xParaNo->set_label(rLocaleData.getNum(rStat.nPara, 0)); in SetData()
89 m_xWordNo->set_label(rLocaleData.getNum(rStat.nWord, 0)); in SetData()
90 m_xCharNo->set_label(rLocaleData.getNum(rStat.nChar, 0)); in SetData()
91 m_xCharExclSpacesNo->set_label(rLocaleData.getNum(rStat.nCharExcludingSpaces, 0)); in SetData()
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/
H A DSoIndexedShape.cpp151 SbBool vpvtx = vp && (vp->vertex.getNum() > 0); in computeBBox()
156 const int numcoords = vpvtx ? vp->vertex.getNum() : coordelem->getNum(); in computeBBox()
166 const int32_t * endptr = ptr + this->coordIndex.getNum(); in computeBBox()
192 const int32_t * endptr = ptr + this->coordIndex.getNum(); in computeBBox()
239 const int32_t * endptr = ptr + this->coordIndex.getNum(); in getNumVerts()
326 numcindices = this->coordIndex.getNum(); in getVertexData()
329 if (this->materialIndex.getNum() <= 0 || mindices[0] < 0) mindices = NULL; in getVertexData()
332 if (this->textureCoordIndex.getNum() <= 0 || tindices[0] < 0) tindices = NULL; in getVertexData()
338 if (this->normalIndex.getNum() <= 0 || nindices[0] < 0) nindices = NULL; in getVertexData()
/dports/finance/pear_Payment_DTA/Payment_DTA-1.4.3/
H A DDTA.php719 $Asender_blz = $this->getNum($input, $offset, 8);
725 $Adate_day = $this->getNum($input, $offset, 2);
726 $Adate_month = $this->getNum($input, $offset, 2);
727 $Adate_year = $this->getNum($input, $offset, 2);
809 $ext_type = $this->getNum($input, $offset, 2);
817 $ext_type = $this->getNum($input, $offset, 2);
822 $ext_type = $this->getNum($input, $offset, 2);
985 $this->getNum($input, $offset, 11);
1006 $Csender_blz = $this->getNum($input, $offset, 8);
1010 $Camount = $this->getNum($input, $offset, 11);
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/dialog/
H A Ddocstdlg.cxx88 m_xTableNo->set_label(rLocaleData.getNum(rStat.nTable, 0)); in SetData()
89 m_xGrfNo->set_label(rLocaleData.getNum(rStat.nGrf, 0)); in SetData()
90 m_xOLENo->set_label(rLocaleData.getNum(rStat.nOLE, 0)); in SetData()
91 m_xPageNo->set_label(rLocaleData.getNum(rStat.nPage, 0)); in SetData()
92 m_xParaNo->set_label(rLocaleData.getNum(rStat.nPara, 0)); in SetData()
93 m_xWordNo->set_label(rLocaleData.getNum(rStat.nWord, 0)); in SetData()
94 m_xCharNo->set_label(rLocaleData.getNum(rStat.nChar, 0)); in SetData()
95 m_xCharExclSpacesNo->set_label(rLocaleData.getNum(rStat.nCharExcludingSpaces, 0)); in SetData()
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/Graphics/UI/Gtk/ModelView/
H A DTypes.chs237 stringToTreePath' path = getNum 0 (dropWhile (not . isDigit) path)
238 getNum acc ('0':xs) = getNum (10*acc) xs
239 getNum acc ('1':xs) = getNum (10*acc+1) xs
240 getNum acc ('2':xs) = getNum (10*acc+2) xs
241 getNum acc ('3':xs) = getNum (10*acc+3) xs
242 getNum acc ('4':xs) = getNum (10*acc+4) xs
243 getNum acc ('5':xs) = getNum (10*acc+5) xs
244 getNum acc ('6':xs) = getNum (10*acc+6) xs
245 getNum acc ('7':xs) = getNum (10*acc+7) xs
246 getNum acc ('8':xs) = getNum (10*acc+8) xs
[all …]
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk3-0.15.5/Graphics/UI/Gtk/ModelView/
H A DTypes.chs237 stringToTreePath' path = getNum 0 (dropWhile (not . isDigit) path)
238 getNum acc ('0':xs) = getNum (10*acc) xs
239 getNum acc ('1':xs) = getNum (10*acc+1) xs
240 getNum acc ('2':xs) = getNum (10*acc+2) xs
241 getNum acc ('3':xs) = getNum (10*acc+3) xs
242 getNum acc ('4':xs) = getNum (10*acc+4) xs
243 getNum acc ('5':xs) = getNum (10*acc+5) xs
244 getNum acc ('6':xs) = getNum (10*acc+6) xs
245 getNum acc ('7':xs) = getNum (10*acc+7) xs
246 getNum acc ('8':xs) = getNum (10*acc+8) xs
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DmeshGFaceDelaunayInsertion.h186 if(v[0]->getNum() > v[1]->getNum()) { in edgeXface()
196 if(_v(0)->getNum() < other._v(0)->getNum()) return true;
197 if(_v(0)->getNum() > other._v(0)->getNum()) return false;
198 if(_v(1)->getNum() < other._v(1)->getNum()) return true;
203 if(_v(0)->getNum() == other._v(0)->getNum() &&
204 _v(1)->getNum() == other._v(1)->getNum())
/dports/math/cvc3/cvc3-2.4.1/src/util/
H A Drational-native.cpp215 long int n = plus(mult(x.getNum(), f1), mult(y.getNum(), f2)); in operator +()
223 long int n = plus(mult(x.getNum(), f1), uminus(mult(y.getNum(), f2))); in operator -()
235 long int n1(x.getNum()), d1(x.getDen()), n2(y.getNum()), d2(y.getDen()); in operator *()
247 long int n1(x.getNum()), d1(x.getDen()), n2(y.getNum()), d2(y.getDen()); in operator /()
257 return Impl(x.getNum() % y.getNum(), 1); in operator %()
482 return Rational(Rational::Impl(gcd(x.d_n->getNum(), y.d_n->getNum()), 1)); in gcd()
489 g = v[0].d_n->getNum(); in gcd()
495 g = gcd(g, v[i].d_n->getNum()); in gcd()
504 g = lcm(x.d_n->getNum(), y.d_n->getNum()); in lcm()
513 g = lcm(g, v[i].d_n->getNum()); in lcm()
[all …]

12345678910>>...47