Home
last modified time | relevance | path

Searched refs:myLength (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_BaseList.cxx35 myLength = 0; in PClear()
46 if (myLength) in PAppend()
52 myLength++; in PAppend()
72 myLength += theOther.myLength; in PAppend()
87 myLength++; in PPrepend()
107 myLength += theOther.myLength; in PPrepend()
123 myLength--; in PRemoveFirst()
150 myLength--; in PRemove()
174 myLength++; in PInsertBefore()
195 myLength += theOther.myLength; in PInsertBefore()
[all …]
H A DNCollection_BaseVector.cxx83 if (myLength > 0) in Clear()
89 myLength = 0; in Clear()
112 myLength = aNewLength; in expandV()
116 myLength = aLastBlock.FirstIndex + aLastBlock.Size; in expandV()
122 const Standard_Integer nNewBlock = myNBlocks + 1 + (theIndex - myLength) / myIncrement; in expandV()
139 myInitBlocks (*this, *aNewBlock, myLength, myIncrement); in expandV()
143 myLength += myIncrement; in expandV()
145 myInitBlocks (*this, *aNewBlock, myLength, myIncrement); in expandV()
147 aNewBlock->Length = aNewLength - myLength; in expandV()
148 myLength = aNewLength; in expandV()
H A DNCollection_Vector.hxx178 return myLength; in Length()
184 return myLength; in Size()
198 return myLength - 1; in Upper()
204 return (myLength == 0); in IsEmpty()
221 TheItemType& anAppended = *(TheItemType* )expandV (myLength); in Append()
229 TheItemType& anAppended = *(TheItemType* )expandV (myLength); in Appended()
290 …TheItemType* const aVecValue = (TheItemType* )(theIndex < myLength ? findV (theIndex) : expandV (t… in SetValue()
301 for (Standard_Integer aLength = 0; aLength < myLength; aLength += myIncrement) in copyData()
382 myLength = theOther.myLength; in Assign()
383 myNBlocks = (myLength == 0) ? 0 : (1 + (myLength - 1)/myIncrement); in Assign()
[all …]
H A DNCollection_UtfString.lxx63 myLength = 0;
75 myLength (0)
88 myLength (theCopy.myLength)
102 myLength(theOther.myLength)
119 myLength (0)
133 myLength (0)
147 myLength (0)
162 myLength (0)
192 myLength = theOther.myLength;
212 myLength = theOther.myLength;
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DLDOM_DeclareSequence.hxx83 Standard_Integer myLength; \
91 myLength (0) {} \
106 return myLength; \
148 if (anI < 1 || anI > myLength) return NULL; \
162 }else if (myLength - anI < aCounter) { \
164 aCounter = myLength - anI; \
185 if (myLength == 0) \
190 myLength++; \
196 if (myLength == 0) \
201 myLength++; \
[all …]
H A DNCollection_Vector.hxx178 return myLength; in Length()
184 return myLength; in Size()
198 return myLength - 1; in Upper()
204 return (myLength == 0); in IsEmpty()
221 TheItemType& anAppended = *(TheItemType* )expandV (myLength); in Append()
229 TheItemType& anAppended = *(TheItemType* )expandV (myLength); in Appended()
290 …TheItemType* const aVecValue = (TheItemType* )(theIndex < myLength ? findV (theIndex) : expandV (t… in SetValue()
301 for (Standard_Integer aLength = 0; aLength < myLength; aLength += myIncrement) in copyData()
382 myLength = theOther.myLength; in Assign()
383 myNBlocks = (myLength == 0) ? 0 : (1 + (myLength - 1)/myIncrement); in Assign()
[all …]
H A DNCollection_UtfString.lxx63 myLength = 0;
75 myLength (0)
88 myLength (theCopy.myLength)
102 myLength(theOther.myLength)
119 myLength (0)
133 myLength (0)
147 myLength (0)
162 myLength (0)
192 myLength = theOther.myLength;
212 myLength = theOther.myLength;
[all …]
H A DVrmlData_TextureCoordinate.hxx34 : myPoints (0L), myLength (0) {} in VrmlData_TextureCoordinate()
45 myLength (nPoints) in VrmlData_TextureCoordinate()
59 inline size_t Length () { return myLength; } in Length()
71 { myPoints = arrPoints; myLength = nPoints; } in SetPoints()
91 size_t myLength; member in VrmlData_TextureCoordinate
/dports/cad/opencascade/opencascade-7.6.0/src/LDOM/
H A DLDOM_DeclareSequence.hxx83 Standard_Integer myLength; \
91 myLength (0) {} \
106 return myLength; \
148 if (anI < 1 || anI > myLength) return NULL; \
162 }else if (myLength - anI < aCounter) { \
164 aCounter = myLength - anI; \
185 if (myLength == 0) \
190 myLength++; \
196 if (myLength == 0) \
201 myLength++; \
[all …]
H A DLDOM_CharacterData.cxx27 : LDOM_Node (aText, aDoc), myLength (-1) {} in LDOM_CharacterData()
37 myLength = -1; in operator =()
50 myLength = theOther.myLength; in operator =()
63 myLength = -1; in setData()
73 if (myLength < 0) in getLength()
74 (Standard_Integer&)myLength = (Standard_Integer)strlen (getNodeValue().GetString()); in getLength()
75 return myLength; in getLength()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DLDOM_DeclareSequence.hxx83 Standard_Integer myLength; \
91 myLength (0) {} \
106 return myLength; \
148 if (anI < 1 || anI > myLength) return NULL; \
162 }else if (myLength - anI < aCounter) { \
164 aCounter = myLength - anI; \
185 if (myLength == 0) \
190 myLength++; \
196 if (myLength == 0) \
201 myLength++; \
[all …]
H A DIntTools_CArray1.gxx22 myLength(0),
34 myLength(Length),
95 myLength = theNewLength;
113 const Standard_Integer theNewLength=myLength+1;
122 if (myLength!=0) {
124 memcpy (p, myStart, myLength*aBytesPerItem);
127 *(p+myLength)=Value;
129 myLength = theNewLength;
141 if (myLength <1 || Index < 0 || Index >= myLength)
164 if (myLength < 1 || Index < 0 || Index >= myLength)
H A DNCollection_Vector.hxx180 return myLength; in Length()
186 return myLength; in Size()
200 return myLength - 1; in Upper()
206 return (myLength == 0); in IsEmpty()
223 TheItemType& anAppended = *(TheItemType* )expandV (myLength); in Append()
231 TheItemType& anAppended = *(TheItemType* )expandV (myLength); in Appended()
292 …TheItemType* const aVecValue = (TheItemType* )(theIndex < myLength ? findV (theIndex) : expandV (t… in SetValue()
303 for (Standard_Integer aLength = 0; aLength < myLength; aLength += myIncrement) in copyData()
384 myLength = theOther.myLength; in Assign()
385 myNBlocks = (myLength == 0) ? 0 : (1 + (myLength - 1)/myIncrement); in Assign()
[all …]
H A DNCollection_UtfString.lxx63 myLength = 0;
75 myLength (0)
88 myLength (theCopy.myLength)
102 myLength(theOther.myLength)
119 myLength (0)
133 myLength (0)
147 myLength (0)
162 myLength (0)
192 myLength = theOther.myLength;
212 myLength = theOther.myLength;
[all …]
H A DVrmlData_TextureCoordinate.hxx34 : myPoints (0L), myLength (0) {} in VrmlData_TextureCoordinate()
45 myLength (nPoints) in VrmlData_TextureCoordinate()
59 inline size_t Length () { return myLength; } in Length()
71 { myPoints = arrPoints; myLength = nPoints; } in SetPoints()
91 size_t myLength; member in VrmlData_TextureCoordinate
/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/engine/staging-common/
H A DTestCommonReadF.F90196 allocate (in_I8(myLength));
197 allocate (in_I16(myLength));
198 allocate (in_I32(myLength));
199 allocate (in_I64(myLength));
200 allocate (in_R32(myLength));
201 allocate (in_R64(myLength));
202 allocate (in_C32(myLength));
203 allocate (in_C64(myLength));
208 count_dims(1) = myLength
213 count_dims2(2) = myLength
[all …]
H A DTestCommonClient.cpp211 long unsigned int myLength = in TEST_F() local
219 const adios2::Dims count{myLength}; in TEST_F()
246 in_I8.resize(myLength); in TEST_F()
247 in_I16.resize(myLength); in TEST_F()
248 in_I32.resize(myLength); in TEST_F()
249 in_I64.resize(myLength); in TEST_F()
250 in_R32.resize(myLength); in TEST_F()
251 in_R64.resize(myLength); in TEST_F()
252 in_C32.resize(myLength); in TEST_F()
253 in_C64.resize(myLength); in TEST_F()
[all …]
H A DTestCommonRead.cpp272 long unsigned int myLength = in TEST_F() local
280 const adios2::Dims count{myLength}; in TEST_F()
314 in_I8.resize(myLength); in TEST_F()
315 in_I16.resize(myLength); in TEST_F()
316 in_I32.resize(myLength); in TEST_F()
317 in_I64.resize(myLength); in TEST_F()
318 in_R32.resize(myLength); in TEST_F()
319 in_R64.resize(myLength); in TEST_F()
320 in_C32.resize(myLength); in TEST_F()
321 in_C64.resize(myLength); in TEST_F()
[all …]
H A DTestCommonReadShared.cpp95 long unsigned int myLength = in TEST_F() local
99 if (myStart + myLength > writerSize * Nx) in TEST_F()
101 myLength = (long unsigned int)(writerSize + 1) * (int)Nx - myStart; in TEST_F()
104 const adios2::Dims count{myLength}; in TEST_F()
113 in_R64_1.resize(myLength); in TEST_F()
114 in_R64_2.resize(myLength); in TEST_F()
120 int result = validateSimpleForwardData(in_R64_1, 0, myStart, myLength, in TEST_F()
122 result |= validateSimpleReverseData(in_R64_2, 0, myStart, myLength, in TEST_F()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/text/src/hyphenation/
H A DZLTextTeXHyphenator.cpp48 myLength = length; in ZLTextTeXHyphenationPattern()
54 myLength = 0; in ZLTextTeXHyphenationPattern()
62 ++myLength; in ZLTextTeXHyphenationPattern()
66 mySymbols = new ZLUnicodeUtil::Ucs4Char[myLength]; in ZLTextTeXHyphenationPattern()
67 myValues = new unsigned char[myLength + 1]; in ZLTextTeXHyphenationPattern()
89 for (int i = 0; i <= myLength; ++i) { in apply()
97 bool firstIsShorter = p1->myLength < p2->myLength; in operator ()()
98 int minLength = firstIsShorter ? p1->myLength : p2->myLength; in operator ()()
/dports/cad/opencascade/opencascade-7.6.0/src/Aspect/
H A DAspect_GenId.cxx29 myLength (INT_MAX / 2 + 1), in Aspect_GenId()
43 myLength (theUpper - theLow + 1), in Aspect_GenId()
59 myFreeCount = myLength; in Free()
72 if (myFreeCount + myFreeIds.Extent() + 1 == myLength) in Free()
74 myFreeCount = myLength; in Free()
116 theId = myLowerBound + myLength - myFreeCount - 1; in Next()
127 OCCT_DUMP_FIELD_VALUE_NUMERICAL (theOStream, myLength) in DumpJson()
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/integration/
H A DburstTrie.hpp19 BurstTerm(int myLength) in BurstTerm() argument
21 length = myLength; in BurstTerm()
25 BurstTerm(const T& newCoef, S* newExps, int start, int myLength, in BurstTerm() argument
29 length = myLength - start; in BurstTerm()
31 for (int i = start; i < myLength; i++) in BurstTerm()
138 start, myLength, myDegree); in insertTerm()
254 assert(myLength > 0); in insertTerm()
283 start + 1, myLength, myDegree); in insertTerm()
288 if (temp->termCount == BURST_MAX && (myLength - start) > 1) in insertTerm()
296 newTrie->insertTerm(newCoef, newExps, start + 1, myLength, in insertTerm()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/PrsDim/
H A DPrsDim_TangentRelation.cxx306 myLength = circle->Radius()/5.; in ComputeTwoEdgesTangent()
311 myLength = copy1Length/3.; in ComputeTwoEdgesTangent()
328 myLength = circle->Radius()/5.; in ComputeTwoEdgesTangent()
333 myLength = copy2Length/3.; in ComputeTwoEdgesTangent()
355 myLength = copy1Length/3.; in ComputeTwoEdgesTangent()
376 myLength = copy2Length/3.; in ComputeTwoEdgesTangent()
386 myLength = Max(R1,R2)/5.0; in ComputeTwoEdgesTangent()
428 myLength = Max(R1,R2)/5.0; in ComputeTwoEdgesTangent()
458 myLength = Max(R1,R2)/5.0; in ComputeTwoEdgesTangent()
488 myLength = Max(R1,R2)/5.0; in ComputeTwoEdgesTangent()
[all …]
/dports/cad/sumo/sumo-1.2.0/src/netedit/additionals/
H A DGNEParkingSpace.cpp42 myLength(length),
115 … GLHelper::drawBoxLine(Position(0, myLength + 0.05), 0, myLength + 0.1, (myWidth / 2) + 0.05); in drawGL()
125 GLHelper::drawBoxLine(Position(0, myLength), 0, myLength, myWidth / 2); in drawGL()
128 glTranslated(0, myLength / 2, 0.1); in drawGL()
135 …Helper::drawShapeDottedContour(getType(), myPosition, myWidth, myLength, myAngle, 0, myLength / 2); in drawGL()
153 return toString(myLength); in getAttribute()
248 myLength = parse<double>(value); in setAttribute()
/dports/cad/opencascade/opencascade-7.6.0/src/VrmlData/
H A DVrmlData_TextureCoordinate.hxx34 : myPoints (0L), myLength (0) {} in VrmlData_TextureCoordinate()
45 myLength (nPoints) in VrmlData_TextureCoordinate()
59 inline size_t Length () { return myLength; } in Length()
71 { myPoints = arrPoints; myLength = nPoints; } in SetPoints()
91 size_t myLength; member in VrmlData_TextureCoordinate

12345678910>>...14