Home
last modified time | relevance | path

Searched defs:inLast (Results 1 – 10 of 10) sorted by relevance

/dports/devel/open-beagle/beagle-3.0.3/PACC/Util/
H A DRandomizer.hpp89 …double getFloat(const double& inFirst, const double& inLast) {return inFirst+rand()*(inLast-inFirs… in getFloat()
91 …double getFloat53(const double& inFirst=0, const double& inLast=1) {return inFirst+rand53()*(inLas… in getFloat53()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MessageExchangeDefinition/
H A DgdcmPresentationDataValue.cxx248 void PresentationDataValue::SetLastFragment(bool inLast) in SetLastFragment()
/dports/devel/gdcm/gdcm-3.0.10/Source/MessageExchangeDefinition/
H A DgdcmPresentationDataValue.cxx248 void PresentationDataValue::SetLastFragment(bool inLast) in SetLastFragment()
/dports/graphics/opencv/.build/3rdparty/ade/ade-0.1.1f/sources/ade/include/ade/util/
H A Dalgorithm.hpp182 inline void convert(IterIn inFirst, IterIn inLast, IterOut outFirst) in convert()
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/src/plugins/Squeak3D/
H A DSqueak3D.c1328 sqInt inLast; in clipPolygonBackFromtocount() local
1365 sqInt inLast; in clipPolygonBottomFromtocount() local
1402 sqInt inLast; in clipPolygonFrontFromtocount() local
1439 sqInt inLast; in clipPolygonLeftFromtocount() local
1476 sqInt inLast; in clipPolygonRightFromtocount() local
1513 sqInt inLast; in clipPolygonTopFromtocount() local
/dports/biology/abyss/abyss-2.3.1/RResolver/
H A DRAlgorithmsShort.cpp560 in_edge_iterator inIt, inLast; local
1055 in_edge_iterator inIt, inLast; local
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/mork/
H A DmorkParser.cpp314 int morkParser::eat_line_break(morkEnv* ev, int inLast) { in eat_line_break()
/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Drs03-includes.h166 int inLast; /* contents of last image file sector */ member
H A Ddvdisaster.h391 gint32 inLast; /* bytes contained in last sector */ member
417 gint32 inLast; /* bytes contained in last sector */ member
757 int inLast; /* files may have incomplete last sector */ member
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Dpns_line.cpp361 bool inLast = aObstacle.PointInside( CPoint( -1 ) ) && !aObstacle.PointOnEdge( CPoint( -1 ) ); in Walkaround() local