Home
last modified time | relevance | path

Searched refs:theLast (Results 1 – 25 of 101) sorted by relevance

12345

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/Include/
H A DXalanVector.hpp143 const_iterator theLast, in XalanVector() argument
163 const_iterator theLast, in create() argument
233 iterator theLast) in erase() argument
237 if (theFirst != theLast) in erase()
240 theLast, in erase()
262 const_iterator theLast) in insert() argument
266 assert(theFirst <= theLast); in insert()
503 const_iterator theLast) in assign() argument
510 theLast); in assign()
516 iterator theLast) in assign() argument
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepLib/
H A DBRepLib_1.cxx33 const Standard_Real theFirst, const Standard_Real theLast, in findNearestValidPoint() argument
43 Standard_Real anEndU = theLast; in findNearestValidPoint()
159 Standard_Real& theFirst, Standard_Real& theLast) in FindValidRange() argument
188 theLast = theParV2; in FindValidRange()
192 thePntV2, theTolV2, anEps, theLast)) in FindValidRange()
194 if (theLast - theParV1 < anEps) in FindValidRange()
199 if (theFirst > theLast) in FindValidRange()
213 (const TopoDS_Edge& theEdge, Standard_Real& theFirst, Standard_Real& theLast) in FindValidRange() argument
249 theFirst, theLast); in FindValidRange()
/dports/textproc/zorba/zorba-2.7.0/bin/debugger/
H A Dlock_free_queue.h49 typename std::list<T>::iterator theLast; variable
56 theFirst = theDivider = theLast = theList.begin(); in LockFreeQueue()
62 typename std::list<T>::iterator lLastInc = theLast; in produce()
65 theLast = lLastInc; in produce()
78 if (theDivider != theLast) { in consume()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGeomLib_CheckCurveOnSurface.hxx41 const Standard_Real theLast,
49 const Standard_Real theLast,
76 void Range (Standard_Real& theFirst, Standard_Real& theLast) in Range() argument
79 theLast = myLast; in Range()
H A Dmath_IntegerVector.hxx62 …tandard_EXPORT math_IntegerVector(const Standard_Integer theFirst, const Standard_Integer theLast);
66 …th_IntegerVector(const Standard_Integer theFirst, const Standard_Integer theLast, const Standard_I…
74 …r(const Standard_Integer* theTab, const Standard_Integer theFirst, const Standard_Integer theLast);
H A DBRepLib_CheckCurveOnSurface.hxx70 void Range (Standard_Real& theFirst, Standard_Real& theLast) in Range() argument
72 myCOnSurfGeom.Range(theFirst, theLast); in Range()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomLib/
H A DGeomLib_CheckCurveOnSurface.cxx54 const Standard_Real theLast,
73 myLast(theLast) in GeomLib_CheckCurveOnSurface_TargetFunc()
463 const Standard_Real theLast, in FillSubIntervals() argument
468 const Standard_Real anArrTempC[2] = {theFirst, theLast}; in FillSubIntervals()
504 if(aKnots(i) > theFirst && aKnots(i) < theLast) in FillSubIntervals()
523 anArrKnots3D->SetValue(aMaxKnots, theLast); in FillSubIntervals()
554 if(aKnots(i) > theFirst && aKnots(i) < theLast) in FillSubIntervals()
573 anArrKnots2D->SetValue(aMaxKnots, theLast); in FillSubIntervals()
612 if((aVal3D > theFirst) && (aVal3D < theLast)) in FillSubIntervals()
629 if((aVal2D > theFirst) && (aVal2D < theLast)) in FillSubIntervals()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/math/
H A Dmath_IntegerVector.cxx20 …_IntegerVector::math_IntegerVector(const Standard_Integer theFirst, const Standard_Integer theLast) in math_IntegerVector() argument
21 : myLocArray (theLast - theFirst + 1), in math_IntegerVector()
22 Array (myLocArray[0], theFirst, theLast) in math_IntegerVector()
28 const Standard_Integer theLast, in math_IntegerVector() argument
30 : myLocArray (theLast - theFirst + 1), in math_IntegerVector()
31 Array (myLocArray[0], theFirst, theLast) in math_IntegerVector()
38 const Standard_Integer theLast) in math_IntegerVector() argument
39 : Array (*theTab, theFirst, theLast) in math_IntegerVector()
41 Standard_RangeError_Raise_if(theFirst > theLast, " "); in math_IntegerVector()
H A Dmath_IntegerVector.hxx62 …tandard_EXPORT math_IntegerVector(const Standard_Integer theFirst, const Standard_Integer theLast);
66 …th_IntegerVector(const Standard_Integer theFirst, const Standard_Integer theLast, const Standard_I…
74 …r(const Standard_Integer* theTab, const Standard_Integer theFirst, const Standard_Integer theLast);
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_CurveRangeSample.cxx31 const Standard_Real theLast, in GetRange() argument
34 Standard_Real diffC = theLast - theFirst; in GetRange()
39 aResult.SetLast(theLast); in GetRange()
H A DIntTools_Curve.cxx64 Standard_Real& theLast, in Bounds() argument
71 theLast = my3dCurve->LastParameter(); in Bounds()
73 my3dCurve->D0(theLast, theLastPnt); in Bounds()
/dports/cad/opencascade/opencascade-7.6.0/src/SWDRAW/
H A DSWDRAW_ShapeCustom.cxx89 Standard_Real theLast) in ckeckKnots() argument
107 Standard_Real aDL = theKnots(i) - theLast; in ckeckKnots()
123 Standard_Real theLast) in expcurv2d() argument
130 expcurv2d(BasCurve,Nb,Degree,MaxSeg,theCont,theFirst,theLast); in expcurv2d()
136 expcurv2d(BasCurve,Nb,Degree,MaxSeg,theCont,theFirst,theLast); in expcurv2d()
149 Standard_Integer nbInt = ckeckKnots(aKnots,theFirst,theLast); in expcurv2d()
175 Standard_Real theLast) in expcurv() argument
181 expcurv(BasCurve,Nb,Degree,MaxSeg,theCont,theFirst,theLast); in expcurv()
187 expcurv(BasCurve,Nb,Degree,MaxSeg,theCont,theFirst,theLast); in expcurv()
201 Standard_Integer nbInt = ckeckKnots(aKnots,theFirst,theLast); in expcurv()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepMesh/
H A DBRepMesh_CurveTessellator.cxx281 const Standard_Real theLast, in splitSegment() argument
294 if (Abs(theLast - theFirst) < 2 * Precision::PConfusion()) in splitSegment()
300 (theLast - theCurve2d->LastParameter() > Precision::PConfusion())) in splitSegment()
307 theCurve2d->D0 (theLast, uvl); in splitSegment()
338 midpar = (theFirst + theLast) * 0.5; in splitSegment()
343 splitSegment (theSurf, theCurve2d, midpar, theLast, theNbIter + 1); in splitSegment()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A Dmath_IntegerVector.hxx62 …tandard_EXPORT math_IntegerVector(const Standard_Integer theFirst, const Standard_Integer theLast);
66 …th_IntegerVector(const Standard_Integer theFirst, const Standard_Integer theLast, const Standard_I…
74 …r(const Standard_Integer* theTab, const Standard_Integer theFirst, const Standard_Integer theLast);
H A DAdaptor3d_HSurfaceTool.hxx65 … const Standard_Real theFirst, const Standard_Real theLast, const Standard_Real theTol) in UTrim() argument
67 return theSurf->UTrim (theFirst, theLast, theTol); in UTrim()
72 … const Standard_Real theFirst, const Standard_Real theLast, const Standard_Real theTol) in VTrim() argument
74 return theSurf->VTrim (theFirst, theLast, theTol); in VTrim()
/dports/cad/opencascade/opencascade-7.6.0/src/Adaptor3d/
H A DAdaptor3d_HSurfaceTool.hxx65 … const Standard_Real theFirst, const Standard_Real theLast, const Standard_Real theTol) in UTrim() argument
67 return theSurf->UTrim (theFirst, theLast, theTol); in UTrim()
72 … const Standard_Real theFirst, const Standard_Real theLast, const Standard_Real theTol) in VTrim() argument
74 return theSurf->VTrim (theFirst, theLast, theTol); in VTrim()
/dports/science/colt/colt/src/cern/colt/list/
H A DAbstractBooleanList.java480 int theLast=from-1; in replaceFromToWithFromTo() local
484 theLast=to; in replaceFromToWithFromTo()
488 beforeInsertDummies(theLast+1, diff); in replaceFromToWithFromTo()
492 removeFromTo(theLast+diff, theLast-1); in replaceFromToWithFromTo()
H A DAbstractShortList.java604 int theLast=from-1; in replaceFromToWithFromTo() local
608 theLast=to; in replaceFromToWithFromTo()
612 beforeInsertDummies(theLast+1, diff); in replaceFromToWithFromTo()
616 removeFromTo(theLast+diff, theLast-1); in replaceFromToWithFromTo()
H A DAbstractFloatList.java604 int theLast=from-1; in replaceFromToWithFromTo() local
608 theLast=to; in replaceFromToWithFromTo()
612 beforeInsertDummies(theLast+1, diff); in replaceFromToWithFromTo()
616 removeFromTo(theLast+diff, theLast-1); in replaceFromToWithFromTo()
H A DAbstractIntList.java612 int theLast=from-1; in replaceFromToWithFromTo() local
616 theLast=to; in replaceFromToWithFromTo()
620 beforeInsertDummies(theLast+1, diff); in replaceFromToWithFromTo()
624 removeFromTo(theLast+diff, theLast-1); in replaceFromToWithFromTo()
H A DAbstractLongList.java604 int theLast=from-1; in replaceFromToWithFromTo() local
608 theLast=to; in replaceFromToWithFromTo()
612 beforeInsertDummies(theLast+1, diff); in replaceFromToWithFromTo()
616 removeFromTo(theLast+diff, theLast-1); in replaceFromToWithFromTo()
/dports/cad/opencascade/opencascade-7.6.0/src/StdPrs/
H A DStdPrs_Isolines.cxx92 Standard_Real& theLast) in findLimits() argument
95 theLast = Min (theCurve.LastParameter(), theLast); in findLimits()
98 Standard_Boolean isLastInf = Precision::IsPositiveInfinite (theLast); in findLimits()
113 theLast = aDelta; in findLimits()
115 theCurve.D0 (theLast, aP2); in findLimits()
121 theCurve.D0 (theLast, aP2); in findLimits()
125 theFirst = theLast - aDelta; in findLimits()
136 theLast = theFirst + aDelta; in findLimits()
137 theCurve.D0 (theLast, aP2); in findLimits()
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/cern/colt/list/
H A DAbstractFloatList.java604 int theLast=from-1; in replaceFromToWithFromTo() local
608 theLast=to; in replaceFromToWithFromTo()
612 beforeInsertDummies(theLast+1, diff); in replaceFromToWithFromTo()
616 removeFromTo(theLast+diff, theLast-1); in replaceFromToWithFromTo()
H A DAbstractIntList.java612 int theLast=from-1; in replaceFromToWithFromTo() local
616 theLast=to; in replaceFromToWithFromTo()
620 beforeInsertDummies(theLast+1, diff); in replaceFromToWithFromTo()
624 removeFromTo(theLast+diff, theLast-1); in replaceFromToWithFromTo()
H A DAbstractDoubleList.java614 int theLast=from-1; in replaceFromToWithFromTo() local
618 theLast=to; in replaceFromToWithFromTo()
622 beforeInsertDummies(theLast+1, diff); in replaceFromToWithFromTo()
626 removeFromTo(theLast+diff, theLast-1); in replaceFromToWithFromTo()

12345