Home
last modified time | relevance | path

Searched refs:oEnd (Results 1 – 25 of 136) sorted by relevance

123456

/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/index/aabb_binary_tree/
H A Dbase.h74 ObjPtrVectorIterator oEnd; variable
131 …eMedian(const ObjPtrVectorIterator & oBegin, const ObjPtrVectorIterator & oEnd, const int size, co…
164 const unsigned int size = (unsigned int)std::distance(oBegin, oEnd); in Set()
167 for (OBJITERATOR oi=oBegin; oi!=oEnd; ++oi) { in Set()
192 pNode->oEnd = oEnd; in BoundObjects()
196 for (ObjPtrVectorConstIterator oi=pNode->oBegin; oi!=pNode->oEnd; ++oi) { in BoundObjects()
219 for (ObjPtrVectorIterator oi=oBegin; oi!=oEnd; ++oi) { in BoundObjects()
250 …const int lSize = ClassType::BalanceMedian(pNode->oBegin, pNode->oEnd, size, splitAxis, getBarycen… in BoundObjects()
262 …pNode->children[1] = ClassType::BoundObjects(median, pNode->oEnd, rSize, maxElemsPerLeaf, leafBoxM… in BoundObjects()
284 r = oEnd - 1; in BalanceMedian()
[all …]
/dports/devel/vcglib/vcglib-2020.09/vcg/space/index/aabb_binary_tree/
H A Dbase.h74 ObjPtrVectorIterator oEnd; variable
131 …eMedian(const ObjPtrVectorIterator & oBegin, const ObjPtrVectorIterator & oEnd, const int size, co…
164 const unsigned int size = (unsigned int)std::distance(oBegin, oEnd); in Set()
167 for (OBJITERATOR oi=oBegin; oi!=oEnd; ++oi) { in Set()
192 pNode->oEnd = oEnd; in BoundObjects()
196 for (ObjPtrVectorConstIterator oi=pNode->oBegin; oi!=pNode->oEnd; ++oi) { in BoundObjects()
219 for (ObjPtrVectorIterator oi=oBegin; oi!=oEnd; ++oi) { in BoundObjects()
250 …const int lSize = ClassType::BalanceMedian(pNode->oBegin, pNode->oEnd, size, splitAxis, getBarycen… in BoundObjects()
262 …pNode->children[1] = ClassType::BoundObjects(median, pNode->oEnd, rSize, maxElemsPerLeaf, leafBoxM… in BoundObjects()
284 r = oEnd - 1; in BalanceMedian()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dstrenc.c231 mono_utf8_validate_and_len (const gchar *source, glong* oLength, const gchar** oEnd) in mono_utf8_validate_and_len() argument
272 if (oEnd != NULL) in mono_utf8_validate_and_len()
273 *oEnd = (gchar*) ptr; in mono_utf8_validate_and_len()
279 if (retVal && oEnd != NULL) in mono_utf8_validate_and_len()
280 *oEnd = (gchar*) ptr; in mono_utf8_validate_and_len()
313 if (oEnd) in mono_utf8_validate_and_len_with_bounds()
314 *oEnd = (gchar*) ptr; in mono_utf8_validate_and_len_with_bounds()
357 if (oEnd != NULL) in mono_utf8_validate_and_len_with_bounds()
358 *oEnd = (gchar*) ptr; in mono_utf8_validate_and_len_with_bounds()
364 if (retVal && oEnd != NULL) in mono_utf8_validate_and_len_with_bounds()
[all …]
H A Dstrenc.h20 …_API gboolean mono_utf8_validate_and_len (const gchar *source, glong* oLength, const gchar** oEnd);
21 …ate_and_len_with_bounds (const gchar *source, glong max_bytes, glong* oLength, const gchar** oEnd);
/dports/devel/p5-Project-Gantt/Gantt/Gantt/
H A DTask.pm108 my $oEnd = $prnt->getEndDate() || 0;
114 if(($oEnd < $me->{endDate}) or ($oEnd == 0)) {
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrcompoundcurve.cpp586 OGRPoint oEnd; in addCurveDirectlyInternal() local
588 oCC.papoCurves[oCC.nCurveCount-1]->EndPoint(&oEnd); in addCurveDirectlyInternal()
590 if( fabs(oEnd.getX() - start.getX()) > dfToleranceEps * fabs(start.getX()) || in addCurveDirectlyInternal()
591 fabs(oEnd.getY() - start.getY()) > dfToleranceEps * fabs(start.getY()) || in addCurveDirectlyInternal()
592 fabs(oEnd.getZ() - start.getZ()) > dfToleranceEps * fabs(start.getZ()) ) in addCurveDirectlyInternal()
595 if( fabs(oEnd.getX() - start.getX()) > dfToleranceEps * fabs(start.getX()) || in addCurveDirectlyInternal()
596 fabs(oEnd.getY() - start.getY()) > dfToleranceEps * fabs(start.getY()) || in addCurveDirectlyInternal()
597 fabs(oEnd.getZ() - start.getZ()) > dfToleranceEps * fabs(start.getZ()) ) in addCurveDirectlyInternal()
607 poCurve->toSimpleCurve()->setPoint(0, &oEnd); in addCurveDirectlyInternal()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrcompoundcurve.cpp586 OGRPoint oEnd; in addCurveDirectlyInternal() local
588 oCC.papoCurves[oCC.nCurveCount-1]->EndPoint(&oEnd); in addCurveDirectlyInternal()
590 if( fabs(oEnd.getX() - start.getX()) > dfToleranceEps * fabs(start.getX()) || in addCurveDirectlyInternal()
591 fabs(oEnd.getY() - start.getY()) > dfToleranceEps * fabs(start.getY()) || in addCurveDirectlyInternal()
592 fabs(oEnd.getZ() - start.getZ()) > dfToleranceEps * fabs(start.getZ()) ) in addCurveDirectlyInternal()
595 if( fabs(oEnd.getX() - start.getX()) > dfToleranceEps * fabs(start.getX()) || in addCurveDirectlyInternal()
596 fabs(oEnd.getY() - start.getY()) > dfToleranceEps * fabs(start.getY()) || in addCurveDirectlyInternal()
597 fabs(oEnd.getZ() - start.getZ()) > dfToleranceEps * fabs(start.getZ()) ) in addCurveDirectlyInternal()
607 poCurve->toSimpleCurve()->setPoint(0, &oEnd); in addCurveDirectlyInternal()
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrcompoundcurve.cpp586 OGRPoint oEnd; in addCurveDirectlyInternal() local
588 oCC.papoCurves[oCC.nCurveCount-1]->EndPoint(&oEnd); in addCurveDirectlyInternal()
590 if( fabs(oEnd.getX() - start.getX()) > dfToleranceEps * fabs(start.getX()) || in addCurveDirectlyInternal()
591 fabs(oEnd.getY() - start.getY()) > dfToleranceEps * fabs(start.getY()) || in addCurveDirectlyInternal()
592 fabs(oEnd.getZ() - start.getZ()) > dfToleranceEps * fabs(start.getZ()) ) in addCurveDirectlyInternal()
595 if( fabs(oEnd.getX() - start.getX()) > dfToleranceEps * fabs(start.getX()) || in addCurveDirectlyInternal()
596 fabs(oEnd.getY() - start.getY()) > dfToleranceEps * fabs(start.getY()) || in addCurveDirectlyInternal()
597 fabs(oEnd.getZ() - start.getZ()) > dfToleranceEps * fabs(start.getZ()) ) in addCurveDirectlyInternal()
607 poCurve->toSimpleCurve()->setPoint(0, &oEnd); in addCurveDirectlyInternal()
/dports/graphics/alembic/alembic-1.8.3/python/PyAlembic/
H A DPyArchiveInfo.cpp113 double oEnd; in GetArchiveStartAndEndTimeWrapper() local
114 Abc::GetArchiveStartAndEndTime( iArchive, oStart, oEnd ); in GetArchiveStartAndEndTimeWrapper()
116 return make_tuple( oStart, oEnd ); in GetArchiveStartAndEndTimeWrapper()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pcidsk/sdk/blockdir/
H A Dblockdir.cpp420 BlockInfoList::iterator oEnd = oNewBlocks.end(); in CreateNewBlocks() local
422 for (; oIter != oEnd; ++oIter) in CreateNewBlocks()
506 BlockInfoList::const_reverse_iterator oEnd = oBlockList.rend(); in AddFreeBlocks() local
508 for (; oIter != oEnd; ++oIter) in AddFreeBlocks()
/dports/graphics/gdal/gdal-3.3.3/frmts/pcidsk/sdk/blockdir/
H A Dblockdir.cpp420 BlockInfoList::iterator oEnd = oNewBlocks.end(); in CreateNewBlocks() local
422 for (; oIter != oEnd; ++oIter) in CreateNewBlocks()
506 BlockInfoList::const_reverse_iterator oEnd = oBlockList.rend(); in AddFreeBlocks() local
508 for (; oIter != oEnd; ++oIter) in AddFreeBlocks()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pcidsk/sdk/blockdir/
H A Dblockdir.cpp420 BlockInfoList::iterator oEnd = oNewBlocks.end(); in CreateNewBlocks() local
422 for (; oIter != oEnd; ++oIter) in CreateNewBlocks()
506 BlockInfoList::const_reverse_iterator oEnd = oBlockList.rend(); in AddFreeBlocks() local
508 for (; oIter != oEnd; ++oIter) in AddFreeBlocks()
/dports/devel/p5-Project-Gantt/Gantt/
H A DGantt.pm333 my $oEnd = $prnt->getEndDate() || 0;
340 if(($oEnd < $me->{endDate}) or ($oEnd == 0)){
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pdf/
H A Dpdfobject.cpp335 std::map<CPLString, GDALPDFObject*>::iterator oEnd = oMap.end(); in Serialize() local
336 for(;oIter != oEnd;++oIter) in Serialize()
358 std::map<CPLString, GDALPDFObject*>::iterator oEnd = oMap.end(); in Clone() local
359 for(;oIter != oEnd;++oIter) in Clone()
701 std::map<CPLString, GDALPDFObject*>::iterator oEnd = m_map.end(); in ~GDALPDFDictionaryRW() local
702 for(; oIter != oEnd; ++oIter) in ~GDALPDFDictionaryRW()
1156 std::map<CPLString, GDALPDFObject*>::iterator oEnd = m_map.end(); in ~GDALPDFDictionaryPoppler() local
1157 for(; oIter != oEnd; ++oIter) in ~GDALPDFDictionaryPoppler()
1707 for(; oIter != oEnd; ++oIter) in ~GDALPDFDictionaryPodofo()
1741 PoDoFo::TKeyMap::iterator oEnd = m_poDict->GetKeys().end(); in GetValues() local
[all …]
/dports/math/eigen3/eigen-3.3.9/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h26 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in intersect_helper() local
31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd); in intersect_helper()
38 for(; oBegin != oEnd; ++oBegin) //go through child objects in intersect_helper()
158 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in minimize_helper() local
164 tree.getChildren(todo.top().second, vBegin, vEnd, oBegin, oEnd); in minimize_helper()
167 for(; oBegin != oEnd; ++oBegin) //go through child objects in minimize_helper()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h26 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in intersect_helper() local
31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd); in intersect_helper()
38 for(; oBegin != oEnd; ++oBegin) //go through child objects in intersect_helper()
158 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in minimize_helper() local
164 tree.getChildren(todo.top().second, vBegin, vEnd, oBegin, oEnd); in minimize_helper()
167 for(; oBegin != oEnd; ++oBegin) //go through child objects in minimize_helper()
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h26 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in intersect_helper() local
31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd); in intersect_helper()
38 for(; oBegin != oEnd; ++oBegin) //go through child objects in intersect_helper()
158 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in minimize_helper() local
164 tree.getChildren(todo.top().second, vBegin, vEnd, oBegin, oEnd); in minimize_helper()
167 for(; oBegin != oEnd; ++oBegin) //go through child objects in minimize_helper()
/dports/devel/upp/upp/uppsrc/plugin/Eigen/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h26 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in intersect_helper() local
31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd); in intersect_helper()
38 for(; oBegin != oEnd; ++oBegin) //go through child objects in intersect_helper()
158 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in minimize_helper() local
164 tree.getChildren(todo.top().second, vBegin, vEnd, oBegin, oEnd); in minimize_helper()
167 for(; oBegin != oEnd; ++oBegin) //go through child objects in minimize_helper()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h26 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in intersect_helper() local
31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd); in intersect_helper()
38 for(; oBegin != oEnd; ++oBegin) //go through child objects in intersect_helper()
158 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in minimize_helper() local
164 tree.getChildren(todo.top().second, vBegin, vEnd, oBegin, oEnd); in minimize_helper()
167 for(; oBegin != oEnd; ++oBegin) //go through child objects in minimize_helper()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h26 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in intersect_helper() local
31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd); in intersect_helper()
38 for(; oBegin != oEnd; ++oBegin) //go through child objects in intersect_helper()
158 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in minimize_helper() local
164 tree.getChildren(todo.top().second, vBegin, vEnd, oBegin, oEnd); in minimize_helper()
167 for(; oBegin != oEnd; ++oBegin) //go through child objects in minimize_helper()
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h26 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in intersect_helper() local
31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd); in intersect_helper()
38 for(; oBegin != oEnd; ++oBegin) //go through child objects in intersect_helper()
158 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in minimize_helper() local
164 tree.getChildren(todo.top().second, vBegin, vEnd, oBegin, oEnd); in minimize_helper()
167 for(; oBegin != oEnd; ++oBegin) //go through child objects in minimize_helper()
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h26 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in intersect_helper() local
31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd); in intersect_helper()
38 for(; oBegin != oEnd; ++oBegin) //go through child objects in intersect_helper()
158 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in minimize_helper() local
164 tree.getChildren(todo.top().second, vBegin, vEnd, oBegin, oEnd); in minimize_helper()
167 for(; oBegin != oEnd; ++oBegin) //go through child objects in minimize_helper()
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h26 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in intersect_helper() local
31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd); in intersect_helper()
38 for(; oBegin != oEnd; ++oBegin) //go through child objects in intersect_helper()
158 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in minimize_helper() local
164 tree.getChildren(todo.top().second, vBegin, vEnd, oBegin, oEnd); in minimize_helper()
167 for(; oBegin != oEnd; ++oBegin) //go through child objects in minimize_helper()
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h26 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in intersect_helper() local
31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd); in intersect_helper()
38 for(; oBegin != oEnd; ++oBegin) //go through child objects in intersect_helper()
158 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in minimize_helper() local
164 tree.getChildren(todo.top().second, vBegin, vEnd, oBegin, oEnd); in minimize_helper()
167 for(; oBegin != oEnd; ++oBegin) //go through child objects in minimize_helper()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h26 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in intersect_helper() local
31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd); in intersect_helper()
38 for(; oBegin != oEnd; ++oBegin) //go through child objects in intersect_helper()
158 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in minimize_helper() local
164 tree.getChildren(todo.top().second, vBegin, vEnd, oBegin, oEnd); in minimize_helper()
167 for(; oBegin != oEnd; ++oBegin) //go through child objects in minimize_helper()

123456